diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/107-iostat.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/107-iostat.md index 3cc154ed6..8ed069374 100644 --- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/107-iostat.md +++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/107-iostat.md @@ -1 +1,7 @@ -# Iostat \ No newline at end of file +# Iostat + +The iostat command in Linux is used for monitoring system input/output statistics for devices and partitions. It monitors system input/output by observing the time the devices are active in relation to their average transfer rates. The iostat produce reports may be used to change the system configuration to raised balance the input/output between the physical disks. + +Free Content +iostat Command Guide +iostat Documentation