Commit 96718ad
committed
tools/power turbostat: Fix and document --header_iterations
The "header_iterations" option is commonly used to de-clutter
the screen of redundant header label rows in an interactive session:
Eg. every 10 rows:
$ sudo turbostat --header_iterations 10 -S -q -i 1
But --header_iterations was missing from turbostat.8
Also turbostat help advertised the "-N" short option
that did not actually work:
$ turbostat --help
-N, --header_iterations num
print header every num iterations
Repair "-N"
Document "--header_iterations" on turbostat.8
Signed-off-by: Len Brown <len.brown@intel.com>1 parent 8e5c0cc commit 96718ad
2 files changed
Lines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11443 | 11443 | | |
11444 | 11444 | | |
11445 | 11445 | | |
11446 | | - | |
| 11446 | + | |
11447 | 11447 | | |
11448 | 11448 | | |
11449 | 11449 | | |
| |||
11457 | 11457 | | |
11458 | 11458 | | |
11459 | 11459 | | |
11460 | | - | |
| 11460 | + | |
11461 | 11461 | | |
11462 | 11462 | | |
11463 | 11463 | | |
| |||
11500 | 11500 | | |
11501 | 11501 | | |
11502 | 11502 | | |
11503 | | - | |
11504 | 11503 | | |
11505 | 11504 | | |
11506 | 11505 | | |
| |||
11539 | 11538 | | |
11540 | 11539 | | |
11541 | 11540 | | |
11542 | | - | |
11543 | | - | |
11544 | | - | |
11545 | | - | |
| 11541 | + | |
| 11542 | + | |
11546 | 11543 | | |
11547 | 11544 | | |
11548 | 11545 | | |
11549 | 11546 | | |
11550 | 11547 | | |
11551 | | - | |
11552 | | - | |
11553 | | - | |
11554 | | - | |
| 11548 | + | |
| 11549 | + | |
11555 | 11550 | | |
11556 | 11551 | | |
11557 | 11552 | | |
| |||
11574 | 11569 | | |
11575 | 11570 | | |
11576 | 11571 | | |
| 11572 | + | |
| 11573 | + | |
| 11574 | + | |
11577 | 11575 | | |
11578 | 11576 | | |
11579 | 11577 | | |
| |||
0 commit comments