From dacc7d79f25494ffd96abb3888adcbeb73836665 Mon Sep 17 00:00:00 2001 From: geekpi Date: Wed, 15 Jan 2014 02:18:39 +0000 Subject: [PATCH] [Translating] Linux iostat Command to Report CPU Statistics and IO Statistics --- ...ostat Command to Report CPU Statistics and IO Statistics.md} | 3 +++ 1 file changed, 3 insertions(+) rename sources/{Linux iostat Command to Report CPU Statistics and I/O Statistics.md => Linux iostat Command to Report CPU Statistics and IO Statistics.md} (99%) diff --git a/sources/Linux iostat Command to Report CPU Statistics and I/O Statistics.md b/sources/Linux iostat Command to Report CPU Statistics and IO Statistics.md similarity index 99% rename from sources/Linux iostat Command to Report CPU Statistics and I/O Statistics.md rename to sources/Linux iostat Command to Report CPU Statistics and IO Statistics.md index d4c5f597f5..4099fced52 100644 --- a/sources/Linux iostat Command to Report CPU Statistics and I/O Statistics.md +++ b/sources/Linux iostat Command to Report CPU Statistics and IO Statistics.md @@ -1,3 +1,6 @@ +Translating-------------geekpi + + Linux iostat Command to Report CPU Statistics and I/O Statistics ================================================================================ A Central Processing Unit or CPU is the brain of the computer. All of processing command is run here. Input / Ouput or I/O also play critical roles. The disks is used to provide data to processor and keeps the data which has been processed by CPU. One of the methods for measuring processor utilization and I/O utilization is to use **iostat** command. From its utilization we can decide do we need to add more resources or not.