Add the PID column to the list of sort keys.
This commit is contained in:
parent
04cdca73d9
commit
8b800d3af2
@ -225,7 +225,7 @@ long percentages();
|
||||
char *ordernames[] = {
|
||||
"cpu", "size", "res", "time", "pri", "threads",
|
||||
"total", "read", "write", "fault", "vcsw", "ivcsw",
|
||||
"jid", NULL
|
||||
"jid", "pid", NULL
|
||||
};
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user