PERF-KMEM(1) | perf Manual | PERF-KMEM(1) |
perf-kmem - Tool to trace/measure kernel memory properties
perf kmem [<options>] {record|stat}
There are two variants of perf kmem:
'perf kmem [<options>] record [<perf-record-options>] <command>' to record the kmem events of an arbitrary workload. Additional 'perf record' options may be specified after record, such as '-o' to change the output file name.
'perf kmem [<options>] stat' to report kernel memory statistics.
-i <file>, --input=<file>
-f, --force
-v, --verbose
--caller
--alloc
-s <key[,key2...]>, --sort=<key[,key2...]>
-l <num>, --line=<num>
--raw-ip
--slab
--page
--live
--time=<start>,<stop>
perf-record(1)
01/17/2025 | perf |