Flink heap memory

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Flink heap memory

Rad Rad
Hi,

I would like to know the amount of heap memory currently used (in bytes) of
a specific job which runs on Flink cluster.

Regards.



--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: Flink heap memory

Konstantin Knauf-2
Hi Rad,

the heap memory can only measured on a the JVM (Taskmanager/Jobmanager) level. If you have multiple jobs running in the same cluster, you can not separate their memory footprint easily unless you you only run Taskmanagers with a single Taskslot, so that one Taskmanager is always only executing a single job.

For the per JVM metrics, please check out this blogpost or the documentation [1,2] as a starting point.

Best,

Konstantin


On Mon, Apr 29, 2019 at 8:17 PM Rad Rad <[hidden email]> wrote:
Hi,

I would like to know the amount of heap memory currently used (in bytes) of
a specific job which runs on Flink cluster.

Regards.



--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/


--

Konstantin Knauf | Solutions Architect

+49 160 91394525


Planned Absences: -



Follow us @VervericaData

--

Join Flink Forward - The Apache Flink Conference

Stream Processing | Event Driven | Real Time

--

Data Artisans GmbH | Invalidenstrasse 115, 10115 Berlin, Germany

--

Data Artisans GmbH
Registered at Amtsgericht Charlottenburg: HRB 158244 B
Managing Directors: Dr. Kostas Tzoumas, Dr. Stephan Ewen   
Reply | Threaded
Open this post in threaded view
|

Re: Flink heap memory

Rad Rad