diff --git a/pages/linux/mpstat.md b/pages/linux/mpstat.md new file mode 100644 index 0000000000..8ca1319338 --- /dev/null +++ b/pages/linux/mpstat.md @@ -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}}`