1 perf-kmem(1) 1 perf-kmem(1) 2 ============ 2 ============ 3 3 4 NAME 4 NAME 5 ---- 5 ---- 6 perf-kmem - Tool to trace/measure kernel memor 6 perf-kmem - Tool to trace/measure kernel memory properties 7 7 8 SYNOPSIS 8 SYNOPSIS 9 -------- 9 -------- 10 [verse] 10 [verse] 11 'perf kmem' [<options>] {record|stat} !! 11 'perf kmem' {record|stat} [<options>] 12 12 13 DESCRIPTION 13 DESCRIPTION 14 ----------- 14 ----------- 15 There are two variants of perf kmem: 15 There are two variants of perf kmem: 16 16 17 'perf kmem [<options>] record [<perf-record- !! 17 'perf kmem record <command>' to record the kmem events 18 record the kmem events of an arbitrary workl !! 18 of an arbitrary workload. 19 record' options may be specified after recor << 20 change the output file name. << 21 19 22 'perf kmem [<options>] stat' to report kerne !! 20 'perf kmem stat' to report kernel memory statistics. 23 21 24 OPTIONS 22 OPTIONS 25 ------- 23 ------- 26 -i <file>:: 24 -i <file>:: 27 --input=<file>:: 25 --input=<file>:: 28 For stat, select the input file (defau !! 26 Select the input file (default: perf.data unless stdin is a fifo) 29 fifo) << 30 << 31 -f:: << 32 --force:: << 33 Don't do ownership validation << 34 27 35 -v:: 28 -v:: 36 --verbose:: 29 --verbose:: 37 Be more verbose. (show symbol address, 30 Be more verbose. (show symbol address, etc) 38 31 39 --caller:: 32 --caller:: 40 Show per-callsite statistics 33 Show per-callsite statistics 41 34 42 --alloc:: 35 --alloc:: 43 Show per-allocation statistics 36 Show per-allocation statistics 44 37 45 -s <key[,key2...]>:: 38 -s <key[,key2...]>:: 46 --sort=<key[,key2...]>:: 39 --sort=<key[,key2...]>:: 47 Sort the output (default: 'frag,hit,by 40 Sort the output (default: 'frag,hit,bytes' for slab and 'bytes,hit' 48 for page). Available sort keys are 'p 41 for page). Available sort keys are 'ptr, callsite, bytes, hit, 49 pingpong, frag' for slab and 'page, ca 42 pingpong, frag' for slab and 'page, callsite, bytes, hit, order, 50 migtype, gfp' for page. This option s 43 migtype, gfp' for page. This option should be preceded by one of the 51 mode selection options - i.e. --slab, 44 mode selection options - i.e. --slab, --page, --alloc and/or --caller. 52 45 53 -l <num>:: 46 -l <num>:: 54 --line=<num>:: 47 --line=<num>:: 55 Print n lines only 48 Print n lines only 56 49 57 --raw-ip:: 50 --raw-ip:: 58 Print raw ip instead of symbol 51 Print raw ip instead of symbol 59 52 60 --slab:: 53 --slab:: 61 Analyze SLAB allocator events. 54 Analyze SLAB allocator events. 62 55 63 --page:: 56 --page:: 64 Analyze page allocator events 57 Analyze page allocator events 65 58 66 --live:: 59 --live:: 67 Show live page stat. The perf kmem sh 60 Show live page stat. The perf kmem shows total allocation stat by 68 default, but this option shows live (c 61 default, but this option shows live (currently allocated) pages 69 instead. (This option works with --pa 62 instead. (This option works with --page option only) 70 63 71 --time=<start>,<stop>:: !! 64 --time:: 72 Only analyze samples within given time 65 Only analyze samples within given time window: <start>,<stop>. Times 73 have the format seconds.microseconds. 66 have the format seconds.microseconds. If start is not given (i.e., time 74 string is ',x.y') then analysis starts 67 string is ',x.y') then analysis starts at the beginning of the file. If 75 stop time is not given (i.e, time stri 68 stop time is not given (i.e, time string is 'x.y,') then analysis goes 76 to end of file. 69 to end of file. 77 70 78 SEE ALSO 71 SEE ALSO 79 -------- 72 -------- 80 linkperf:perf-record[1] 73 linkperf:perf-record[1]
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.