From 0800424fe6226d24444812d83ab76805375355f9 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 30 Jan 2018 13:42:39 -0200 Subject: [PATCH] Match iotop's screen configuration --- Settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {