From 6a6ac03d94acd35a7fd653fdf032a9918fc92387 Mon Sep 17 00:00:00 2001 From: Tim Sebring Date: Sun, 3 Aug 2014 21:59:39 -0400 Subject: [PATCH] added iostat.md --- pages/linux/iostat.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/linux/iostat.md diff --git a/pages/linux/iostat.md b/pages/linux/iostat.md new file mode 100644 index 000000000..9d97b212b --- /dev/null +++ b/pages/linux/iostat.md @@ -0,0 +1,19 @@ +# iostat + +> Report stats for devices and partitions + +- Display disk statistics with disk IDs in human readable format + +`iostat -h` + +- Display disk statistics with disk names (including LVM) in human readable format + +`iostat -Nh` + +- Display CPU statistics + +`iostat -c` + +- Display extended disk statistics with disk names + +`iostat -xN`