blob: 93383e055bb2c838c6f1f67861a9272ed162173f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
iotop-c: iotop-c (input/output top)
iotop-c:
iotop-c: iotop identifies processes that use high amount of input/output
iotop-c: requests on your machine.
iotop-c: It is similar to the well known top utility, but instead of showing
iotop-c: you what consumes CPU the most, it lists processes by their IO usage.
iotop-c: Inspired by iotop Python script from Guillaume Chazarain, rewritten
iotop-c: in C by Vyacheslav Trushkin and improved by Boian Bonev so it runs
iotop-c: without Python at all.
iotop-c:
iotop-c: homepage: https://github.com/Tomas-M/iotop
|