mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-03 15:41:02 +01:00
htop: add more fields
sync with https://github.com/htop-dev/htop/blame/348c0a6bf4f33571835a0b6a1a0f5deb15132128/linux/ProcessField.h#L44-L53
This commit is contained in:
parent
5954bb383e
commit
c89fdd3291
1 changed files with 10 additions and 0 deletions
|
|
@ -79,6 +79,16 @@ let
|
||||||
M_PSS = 118;
|
M_PSS = 118;
|
||||||
M_SWAP = 119;
|
M_SWAP = 119;
|
||||||
M_PSSWP = 120;
|
M_PSSWP = 120;
|
||||||
|
CTXT = 121;
|
||||||
|
SECATTR = 122;
|
||||||
|
AUTOGROUP_ID = 126;
|
||||||
|
AUTOGROUP_NICE = 127;
|
||||||
|
CCGROUP = 128;
|
||||||
|
CONTAINER = 129;
|
||||||
|
M_PRIV = 130;
|
||||||
|
GPU_TIME = 131;
|
||||||
|
GPU_PERCENT = 132;
|
||||||
|
ISCONTAINER = 133;
|
||||||
};
|
};
|
||||||
|
|
||||||
defaultFields = with fields; [
|
defaultFields = with fields; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue