WEIGEL FORUM
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login

    Linux Disk Utilization and Stats Viewing

    Linux
    1
    1
    5
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DerMeldosD
      DerMeldos
      last edited by DerMeldos

      iostat -d -x 2 7
      

      Example Output:
      3a132a66-76f0-4533-8a07-5607e81b482c-image.png

      Detaild Syntax Below!

      The syntax is:
      iostat -d -x interval count

      Where options are:

      -d : Display the device utilization report (d == disk).
      -x : Show extended statistics including disk utilization.
      interval : It is time period in seconds between two samples. For example, iostat 2 will give data at each 2 seconds interval.
      count : It is the number of times the data is needed. For instance, iostat 2 5 will give data at 2 seconds interval 5 times on the Linux terminal.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB | Contributors