Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In the direction of #190 - fixing table format for PDF render #194

Merged
merged 1 commit into from
Oct 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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