mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
da09e78bc7
* mpstat: add page * Update mpstat - Incrementally added options - Simplified the descriptions - Tokenified the values
16 lines
285 B
Markdown
16 lines
285 B
Markdown
# 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}}`
|