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