uber-common / jvm-profiler

JVM Profiler Sending Metrics to Kafka, Console Output or Custom Reporter
Other
1.78k stars 342 forks source link

Add vmSize and vmPeak metrics in CpuAndMemoryProfiler #58

Closed wankunde closed 4 years ago

wankunde commented 4 years ago

Yarn manages all running java containers . If a container runs beyond the memory limit, yarn will kill it. So we need to monitor the virtual memory usage of the container.

hiboyang commented 4 years ago

thanks for the PR!