1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 20:02:09 +02:00
tldr/pages/linux/mpstat.md
2021-08-16 12:34:01 +02:00

16 lines
334 B
Markdown

# mpstat
> Report CPU statistics.
> More information: <https://manned.org/mpstat>.
- 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}}`