Skip to content

Commit d5005f0

Browse files
committed
pcp: show M_PRIV instead of M_SHARE by default
Apply the same default-column change to the PCP platform for consistency with the Linux defaults updated in the previous commit. Signed-off-by: Evgeny Ugolnikov <evgeny.ugolnik@gmail.com>
1 parent 87b09c2 commit d5005f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pcp/Platform.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Platform* pcp;
6060
const ScreenDefaults Platform_defaultScreens[] = {
6161
{
6262
.name = "Main",
63-
.columns = "PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command",
63+
.columns = "PID USER PRIORITY NICE M_VIRT M_RESIDENT M_PRIV STATE PERCENT_CPU PERCENT_MEM TIME Command",
6464
.sortKey = "PERCENT_CPU",
6565
},
6666
{

0 commit comments

Comments
 (0)