From da09e78bc747a63f78818eea6a4519c9f51ba52b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Wains?= Date: Fri, 17 Mar 2017 14:52:06 +0100 Subject: [PATCH] mpstat: add page (#1301) * mpstat: add page * Update mpstat - Incrementally added options - Simplified the descriptions - Tokenified the values --- pages/linux/mpstat.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/linux/mpstat.md 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}}`