aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-01-11 09:59:12 -0800
committerElliott Hughes <enh@google.com>2016-01-11 09:59:12 -0800
commitb7ab12c4835a7cd8e054a088b1e2c1db4aca6b6f (patch)
tree1ed714f93209a1f43d4a375c267f606e151690aa
parentb3db1aa5192340589f0eec5a379d5d8442747afa (diff)
downloadtoybox-b7ab12c4835a7cd8e054a088b1e2c1db4aca6b6f.tar.gz
Regenerate generated files.brillo-m9-releasebrillo-m9-dev
Change-Id: Idb62095c70ea6056578bba9a0dcbcb6fd820bc48
-rw-r--r--generated/globals.h2
-rw-r--r--generated/help.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/generated/globals.h b/generated/globals.h
index 49f46e26..de423477 100644
--- a/generated/globals.h
+++ b/generated/globals.h
@@ -1167,7 +1167,7 @@ struct ps_data {
void *fields, *kfields;
long long ticks, bits, ioread, iowrite, aioread, aiowrite;
size_t header_len;
- int kcount, ksave, forcek;
+ int kcount, ksave, forcek, sortpos;
int (*match_process)(long long *slot);
};
diff --git a/generated/help.h b/generated/help.h
index b59d0f66..da327f2c 100644
--- a/generated/help.h
+++ b/generated/help.h
@@ -446,7 +446,7 @@
#define help_pwd "usage: pwd [-L|-P]\n\nPrint working (current) directory.\n\n-L Use shell's path from $PWD (when applicable)\n-P Print cannonical absolute path\n\n"
-#define help_iotop "usage: iotop [-Aabkoq] [-n NUMBER] [-d SECONDS] [-p PID,] [-u USER,]\n\nRank processes by I/O.\n\n-A All I/O, not just disk\n-a Accumulated I/O (not percentage)\n-b Batch mode (no tty)\n-d Delay SECONDS between each cycle (default 3)\n-k Kilobytes\n-n Exit after NUMBER iterations\n-o Only show processes doing I/O\n-p Show these PIDs\n-q Quiet (no header lines)\n-u Show these USERs\n\n"
+#define help_iotop "usage: iotop [-Aabkoq] [-n NUMBER] [-d SECONDS] [-p PID,] [-u USER,]\n\nRank processes by I/O. Cursor left/right to change sort, Q to exit.\n\n-A All I/O, not just disk\n-a Accumulated I/O (not percentage)\n-b Batch mode (no tty)\n-d Delay SECONDS between each cycle (default 3)\n-k Kilobytes\n-n Exit after NUMBER iterations\n-o Only show processes doing I/O\n-p Show these PIDs\n-q Quiet (no header lines)\n-u Show these USERs\n\n"
#define help_ttop "usage: ttop [-mb] [ -d seconds ] [ -n iterations ]\n\ntodo: implement top\n\nProvide a view of process activity in real time.\nKeys\n N/M/P/T show CPU usage, sort by pid/mem/cpu/time\n S show memory\n R reverse sort\n H toggle threads\n C,1 toggle SMP\n Q,^C exit\n\nOptions\n -n Iterations before exiting\n -d Delay between updates\n -m Same as 's' key\n -b Batch mode\n\n"