diff options
author | rbuj <[email protected]> | 2019-04-20 12:01:36 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-04-28 22:34:36 -0400 |
commit | fc1f63b1c04cb6101f3a780e104a7f295c4d307a (patch) | |
tree | 0c75dd1010650682f6d199e247ec6d1962511c78 /src/proctable.h | |
parent | 1f42b9e3ab7f82825f2d0dc83a57163f5c67621c (diff) | |
download | mate-system-monitor-fc1f63b1c04cb6101f3a780e104a7f295c4d307a.tar.bz2 mate-system-monitor-fc1f63b1c04cb6101f3a780e104a7f295c4d307a.tar.xz |
Add disk IO on process info
Based on GNOME/gnome-system-monitor@60a787b
Diffstat (limited to 'src/proctable.h')
-rw-r--r-- | src/proctable.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/proctable.h b/src/proctable.h index aca6e19..a3dce05 100644 --- a/src/proctable.h +++ b/src/proctable.h @@ -48,6 +48,10 @@ enum COL_SESSION, COL_SEAT, COL_OWNER, + COL_DISK_WRITE_TOTAL, + COL_DISK_READ_TOTAL, + COL_DISK_WRITE_CURRENT, + COL_DISK_READ_CURRENT, COL_PRIORITY, COL_PIXBUF, COL_POINTER, |