mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:37:34 +00:00
SystemMonitor: Only show the most important process stats by default
You can still enable additional columns via the context menu, and this gives us a much more focused default interface.
This commit is contained in:
parent
52de9b1753
commit
6902adbb84
3 changed files with 21 additions and 11 deletions
|
@ -39,25 +39,25 @@ class ProcessModel final : public GUI::Model {
|
|||
public:
|
||||
enum Column {
|
||||
Icon = 0,
|
||||
PID,
|
||||
Name,
|
||||
CPU,
|
||||
Processor,
|
||||
State,
|
||||
Priority,
|
||||
User,
|
||||
PID,
|
||||
TID,
|
||||
PPID,
|
||||
PGID,
|
||||
SID,
|
||||
Virtual,
|
||||
Physical,
|
||||
DirtyPrivate,
|
||||
Pledge,
|
||||
Physical,
|
||||
CleanInode,
|
||||
PurgeableVolatile,
|
||||
PurgeableNonvolatile,
|
||||
Veil,
|
||||
Pledge,
|
||||
Processor,
|
||||
Priority,
|
||||
TID,
|
||||
PPID,
|
||||
PGID,
|
||||
SID,
|
||||
Syscalls,
|
||||
InodeFaults,
|
||||
ZeroFaults,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue