mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
mpstat: add page (#1301)
* mpstat: add page * Update mpstat - Incrementally added options - Simplified the descriptions - Tokenified the values
This commit is contained in:
parent
0903b35607
commit
da09e78bc7
1 changed files with 15 additions and 0 deletions
15
pages/linux/mpstat.md
Normal file
15
pages/linux/mpstat.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# mpstat
|
||||
|
||||
> Report CPU statistics.
|
||||
|
||||
- Display CPU statistics every 2 seconds:
|
||||
|
||||
`mpstat {{2}}`
|
||||
|
||||
- Display 5 reports, one by one, at 2 second intervals:
|
||||
|
||||
`mpstat {{2}} {{5}}`
|
||||
|
||||
- Display 5 reports, one by one, from a given processor, at 2 second intervals:
|
||||
|
||||
`mpstat -P {{0}} {{2}} {{5}}`
|
Loading…
Add table
Reference in a new issue