mirror of https://github.com/shirou/gopsutil
Expose oom_kill as part of SwapMemory
oom_kill from `/proc/vmstat` represents the number of times OOM Killer killed a process. It's useful to debug process memory issues.pull/1782/head
parent
c8110d7c08
commit
9baca975ac
@ -0,0 +1,15 @@
|
|||||||
|
pgpgin 1
|
||||||
|
pgpgout 2
|
||||||
|
pswpin 3
|
||||||
|
pswpout 4
|
||||||
|
pgalloc_dma 5
|
||||||
|
pgalloc_dma32 6
|
||||||
|
pgalloc_normal 7
|
||||||
|
pgalloc_movable 8
|
||||||
|
pgfree 9
|
||||||
|
pgactivate 10
|
||||||
|
pgdeactivate 1
|
||||||
|
pglazyfree 2
|
||||||
|
pgfault 3
|
||||||
|
pgmajfault 4
|
||||||
|
oom_kill 5
|
Loading…
Reference in New Issue