Match iotop's screen configuration

This commit is contained in:
Hisham Muhammad 2018-01-30 13:42:39 -02:00
parent a6946f12a6
commit 4148717cb9
1 changed files with 1 additions and 1 deletions

View File

@ -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) {