summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-01-30 13:42:39 -0200
committerHisham Muhammad <hisham@gobolinux.org>2018-02-26 20:13:09 -0300
commit0800424fe6226d24444812d83ab76805375355f9 (patch)
treedcf3e2aa69706e8d4248ad1d3ca992d98c0e9df5
parentb4a8f048d19ab419df2c60f2f746e538369c8aa0 (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 62089104..ca745f3e 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