Skip to content

Instantly share code, notes, and snippets.

@l1x
Created October 16, 2011 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save l1x/1291474 to your computer and use it in GitHub Desktop.
Save l1x/1291474 to your computer and use it in GitHub Desktop.
os_mon
application:start(sasl).
application:start(os_mon).
cpu_sup:nprocs().
cpu_sup:avg1().
cpu_sup:avg5().
cpu_sup:avg15().
memsup:get_check_interval().
memsup:get_sysmem_high_watermark().
memsup:get_system_memory_data().
disksup:get_almost_full_threshold().
disksup:get_check_interval().
disksup:get_disk_data().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment