Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. #View memory used Report
  2. filter @type = "REPORT"
  3. | stats max(@memorySize / 1000 / 1000) as provisonedMemoryMB,
  4. min(@maxMemoryUsed / 1000 / 1000) as smallestMemoryRequestMB,
  5. avg(@maxMemoryUsed / 1000 / 1000) as avgMemoryUsedMB,
  6. max(@maxMemoryUsed / 1000 / 1000) as maxMemoryUsedMB,
  7. provisonedMemoryMB - maxMemoryUsedMB as overProvisionedMB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement