Whats the definition for the vmstats field captured through the Splunk Add-on for Unix and Linux?
that was what ive gathered so far...
memTotalMB | total memory |
memFreeMB | the amount of idle memory |
memUsedMB | total used memory |
memFreePct | % of free memory |
memUsedPct | % memory used |
pgPageOut | |
swapUsedPct | the percentage amount of virtual memory used |
pgSwapOut | |
cSwitches | The number of context switches per second |
interrupts | The number of interrupts per second, including the clock |
forks | number of forks |
processes | number of processes |
threads | number of threads |