Skip to content

Instantly share code, notes, and snippets.

@hiboyang
Created June 11, 2018 17:25
Show Gist options
  • Save hiboyang/b006410db10d16567ee5a07a211bf0f8 to your computer and use it in GitHub Desktop.
Save hiboyang/b006410db10d16567ee5a07a211bf0f8 to your computer and use it in GitHub Desktop.
select role, processUuid,
max(heapMemoryTotalUsed)/(1024*1024) maxHeapMemoryMB,
avg(processCpuLoad)/1000000000 avgProcessCpuLoad
from profiler_CpuAndMemory
where appId = 'application_1508123456789_12345678'
and role = 'executor'
group by 1, 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment