Re: GC on TaskManagers stats
Posted by
rmetzger0 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/GC-on-TaskManagers-stats-tp4713p4792.html
Hi Guido,
sorry for the late reply. You were collecting the stats every 1 second. Afaik, Flink is internally collecting the stats with a frequency of 5 seconds, so you can either change your or Flink's polling interval (I think its taskmanager.heartbeat-interval)
Regarding the details on PS-Scavenge, MarkSweep etc.: We just use the names the Java management beans return, so you can just google for the names and read how to interpret them. For example:
http://www.ibm.com/developerworks/library/j-jtp11253/
The load is the operating system load.