summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-01-30 13:42:39 -0200
committerHisham Muhammad <hisham@gobolinux.org>2018-01-30 13:42:39 -0200
commit4148717cb92b5b9c4bfbeec27116db6a433fc8a4 (patch)
tree7e23f2fc82bf06c6e086caf39949c67162d57271
parenta6946f12a6f1b217dfe32260445073b61501f4af (diff)
Match iotop's screen configuration
-rw-r--r--Settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Settings.c b/Settings.c
index 760e2876..d7c4cfaf 100644
--- a/Settings.c
+++ b/Settings.c
@@ -262,7 +262,7 @@ ScreenSettings* Settings_newScreen(Settings* this, const char* name, const char*
static void Settings_defaultScreens(Settings* this) {
Settings_newScreen(this, "Default", "PID USER PRIORITY NICE M_SIZE M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command");
- Settings_newScreen(this, "I/O", "PID IO_PRIORITY USER IO_READ_RATE IO_WRITE_RATE Command");
+ Settings_newScreen(this, "I/O", "PID IO_PRIORITY USER IO_READ_RATE IO_WRITE_RATE PERCENT_SWAP_DELAY PERCENT_IO_DELAY Command");
}
static bool Settings_read(Settings* this, const char* fileName) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy