Changes between Initial Version and Version 18 of Ticket #9019


Ignore:
Timestamp:
Jun 15, 2020, 6:50:25 AM (4 years ago)
Author:
diver
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9019

    • Property Milestone R1Unscheduled
    • Property Blocking16255
  • Ticket #9019 – Description

    initial v18  
    1010the accounting information in the userland. The utility provides user
    1111with lots of options like
    12         - monitoring processes of particular user
    13         - monitoring processes based on process ids
    14         - only showing processes doing actual IOs
    15         - configuration refreshing delay
     12 - monitoring processes of particular user
     13 - monitoring processes based on process ids
     14 - only showing processes doing actual IOs
     15 - configuration refreshing delay
    1616
    1717iotop also allows user to sort the output on various parameters
     
    2121the output accordingly.
    2222
    23 Here is a sample output of the iotop:
    24 ~> ./iotop
     23Here is a sample output of the iotop:\\
     24~> `./iotop`
    2525
     26
     27{{{
    2628Total Disk Reads:    2.00 B/s | Total Disk Writes:    0.00 B/s
    2729
     
    5254Sorted according to 'Percentage of total IOs'.  Reverse Sorting: false
    5355Refreshing every 3 seconds.
     56}}}
    5457
    55 ~> ./iotop -o
    5658
     59~> `./iotop -o`
     60
     61
     62{{{
    5763Total Disk Reads:    2.00 B/s | Total Disk Writes:    0.00 B/s
    5864
     
    6571Sorted according to 'Percentage of total IOs'.  Reverse Sorting: false
    6672Refreshing every 3 seconds.
     73}}}
     74