Use wrapper for iotop
This commit is contained in:
parent
2391be36a8
commit
68addf7bd8
|
@ -5,7 +5,6 @@
|
|||
# top like tools
|
||||
bmon # network monitor
|
||||
gotop # fancy top
|
||||
iotop # top for io
|
||||
mtr # interactive traceroute
|
||||
|
||||
# batch processing/automation
|
||||
|
@ -102,6 +101,7 @@
|
|||
programs = {
|
||||
adb.enable = true;
|
||||
bandwhich.enable = true;
|
||||
iotop.enable = true;
|
||||
};
|
||||
|
||||
environment.pathsToLink = [
|
||||
|
|
Loading…
Reference in a new issue