Merge change I88c6e267 into eclair
* changes: Fix issue #2175693: Add vmallocinfo to dumpstate
This commit is contained in:
@ -56,6 +56,8 @@ static void dumpstate(int full) {
|
||||
EXEC_XBIN("procrank");
|
||||
PRINT("------ VIRTUAL MEMORY STATS ------");
|
||||
DUMP("/proc/vmstat");
|
||||
PRINT("------ VMALLOC INFO ------");
|
||||
DUMP("/proc/vmallocinfo");
|
||||
PRINT("------ SLAB INFO ------");
|
||||
DUMP("/proc/slabinfo");
|
||||
PRINT("------ ZONEINFO ------");
|
||||
|
Reference in New Issue
Block a user