Skip to content

Commit

Permalink
In the direction of #190 - fixing table format issues to render prope…
Browse files Browse the repository at this point in the history
…r in PDF format (#194)
  • Loading branch information
princefishthrower authored Oct 9, 2021
1 parent ac7c8ad commit c5624b3
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions ebook/en/content/072-the-mpstat-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ mpstat [options] [<interval> [<count>]]

### Options and their Functionalities:

|**Option** |**Description** |
|:---|:---|
|`-A`|to display all the detailed statistics|
|`-h`|to display mpstat help|
|`-I`|to display detailed interrupts statistics|
|`-n`|to report summary CPU statistics based on NUMA node placement|
|`-N`|to indicate the NUMA nodes for which statistics are to be reported|
|`-P`|to indicate the processors for which statistics are to be reported|
|`-o`|to display the statistics in JSON (Javascript Object Notation) format|
|`-T`|to display topology elements in the CPU report|
|`-u`|to report CPU utilization|
|`-v`|to display utilization statistics at the virtual processor level|
|`-V`|to display mpstat version|
|`-ALL`|to display detailed statistics about all CPUs|
|**Option** |**Description** |
|-------------|----------------------------------------------------------------------|
|`-A` |to display all the detailed statistics |
|`-h` |to display mpstat help |
|`-I` |to display detailed interrupts statistics |
|`-n` |to report summary CPU statistics based on NUMA node placement |
|`-N` |to indicate the NUMA nodes for which statistics are to be reported |
|`-P` |to indicate the processors for which statistics are to be reported |
|`-o` |to display the statistics in JSON (Javascript Object Notation) format |
|`-T` |to display topology elements in the CPU report |
|`-u` |to report CPU utilization |
|`-v` |to display utilization statistics at the virtual processor level |
|`-V` |to display mpstat version |
|`-ALL` |to display detailed statistics about all CPUs |


### Examples:
Expand Down

0 comments on commit c5624b3

Please sign in to comment.