Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
cf04300d
Commit
cf04300d
authored
Apr 05, 2018
by
Guy M. Broome
Committed by
Hisham Muhammad
Apr 05, 2018
Browse files
Solaris: update proc state letters to reflect Solaris usage
parent
c53e3842
Changes
1
Hide whitespace changes
Inline
Side-by-side
solaris/SolarisProcess.c
View file @
cf04300d
...
...
@@ -76,7 +76,7 @@ ProcessFieldData Process_fields[] = {
[
0
]
=
{
.
name
=
""
,
.
title
=
NULL
,
.
description
=
NULL
,
.
flags
=
0
,
},
[
PID
]
=
{
.
name
=
"PID"
,
.
title
=
" PID "
,
.
description
=
"Process/thread ID"
,
.
flags
=
0
,
},
[
COMM
]
=
{
.
name
=
"Command"
,
.
title
=
"Command "
,
.
description
=
"Command line"
,
.
flags
=
0
,
},
[
STATE
]
=
{
.
name
=
"STATE"
,
.
title
=
"S "
,
.
description
=
"Process state (S sleeping, R running,
D disk
, Z zombie, T
trac
ed, W
pag
ing)"
,
.
flags
=
0
,
},
[
STATE
]
=
{
.
name
=
"STATE"
,
.
title
=
"S "
,
.
description
=
"Process state (S sleeping, R running,
O onproc
, Z zombie, T
stopp
ed, W
wait
ing)"
,
.
flags
=
0
,
},
[
PPID
]
=
{
.
name
=
"PPID"
,
.
title
=
" PPID "
,
.
description
=
"Parent process ID"
,
.
flags
=
0
,
},
[
PGRP
]
=
{
.
name
=
"PGRP"
,
.
title
=
" PGRP "
,
.
description
=
"Process group ID"
,
.
flags
=
0
,
},
[
SESSION
]
=
{
.
name
=
"SESSION"
,
.
title
=
" SID "
,
.
description
=
"Process's session ID"
,
.
flags
=
0
,
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment