home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sun / admin / 8616 < prev    next >
Encoding:
Internet Message Format  |  1992-11-23  |  1.5 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!west.West.Sun.COM!news2me.EBay.Sun.COM!exodus.Eng.Sun.COM!appserv.Eng.Sun.COM!appserv!limes
  2. From: limes@ouroborous.eng.sun.com (Greg Limes)
  3. Newsgroups: comp.sys.sun.admin
  4. Subject: Re: iostat -D util - what is it
  5. Date: 23 Nov 92 12:38:54
  6. Organization: Sun Microsystems Computer Corporation
  7. Lines: 19
  8. Distribution: na
  9. Message-ID: <LIMES.92Nov23123854@ouroborous.eng.sun.com>
  10. References: <BxvLoo.AuK@ccu.umanitoba.ca>
  11. NNTP-Posting-Host: ouroborous
  12. In-reply-to: pam@ccu.umanitoba.ca's message of Tue, 17 Nov 1992 19:48:24 GMT
  13.  
  14. In article <BxvLoo.AuK@ccu.umanitoba.ca> pam@ccu.umanitoba.ca (Pat Macdonald) writes:
  15. |   For SunOS (4.1.2) the man page for iostat states the following:
  16. |
  17. |   > -D   For each disk, report the reads per second, writes  per
  18. |   >      second, and percentage disk utilization.
  19. |
  20. |   Can somebody please tell me what "percentage disk utilization" is?
  21.  
  22. Every 100th of a second, the system looks at each of the [first 32] disks
  23. in the system to see if a command is pending; if there is one, then a
  24. corresponding counter is incremented.
  25.  
  26. The iostat command watches these counters, and divides the number of
  27. counts added to them by elapsed time, giving a percentage of the time
  28. ticks when the disk was observed to have a pending command. 100% means
  29. that every clock tick saw the disk was busy.
  30.  
  31. Note that 100% doesn't necessarily mean you can't get more transactions
  32. through the disk, it just means that the disk is always doing something.
  33.