Arjan van de Ven | 151750c | 2009-09-19 13:36:04 +0200 | [diff] [blame] | 1 | perf-timechart(1) |
| 2 | ================= |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | perf-timechart - Tool to visualize total system behavior during a workload |
| 7 | |
| 8 | SYNOPSIS |
| 9 | -------- |
| 10 | [verse] |
| 11 | 'perf timechart' {record} |
| 12 | |
| 13 | DESCRIPTION |
| 14 | ----------- |
| 15 | There are two variants of perf timechart: |
| 16 | |
| 17 | 'perf timechart record <command>' to record the system level events |
| 18 | of an arbitrary workload. |
| 19 | |
| 20 | 'perf timechart' to turn a trace into a Scalable Vector Graphics file, |
| 21 | that can be viewed with popular SVG viewers such as 'Inkscape'. |
| 22 | |
| 23 | OPTIONS |
| 24 | ------- |
| 25 | -o:: |
| 26 | --output=:: |
| 27 | Select the output file (default: output.svg) |
| 28 | -i:: |
| 29 | --input=:: |
| 30 | Select the input file (default: perf.data) |
Arjan van de Ven | 5094b65 | 2009-09-20 18:14:16 +0200 | [diff] [blame] | 31 | -w:: |
| 32 | --width=:: |
| 33 | Select the width of the SVG file (default: 1000) |
Arjan van de Ven | bbe2987 | 2009-10-20 07:09:39 +0900 | [diff] [blame] | 34 | -P:: |
Arjan van de Ven | 39a90a8 | 2009-09-24 15:40:13 +0200 | [diff] [blame] | 35 | --power-only:: |
| 36 | Only output the CPU power section of the diagram |
Arjan van de Ven | bbe2987 | 2009-10-20 07:09:39 +0900 | [diff] [blame] | 37 | -p:: |
| 38 | --process:: |
| 39 | Select the processes to display, by name or PID |
Arjan van de Ven | 151750c | 2009-09-19 13:36:04 +0200 | [diff] [blame] | 40 | |
| 41 | |
| 42 | SEE ALSO |
| 43 | -------- |
| 44 | linkperf:perf-record[1] |