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.