ps: remove sd_ prefix from systemd output options
ps : This patch removes sd_ prefix from recently added systemd output options to let them look more tied with the system. Patch does not change behaviour of these options, only modifies their representation to user.
This commit is contained in:
committed by
Jaromir Capik
parent
0fe393ff27
commit
39c6de4c87
42
ps/ps.1
42
ps/ps.1
@@ -1311,6 +1311,10 @@ time the command started. See also
|
||||
.BR bsdstart , \ start , \ start_time ", and" \ stime .
|
||||
T}
|
||||
|
||||
lsession SESSION T{
|
||||
displays login session identifier of a process.
|
||||
T}
|
||||
|
||||
lwp LWP T{
|
||||
light weight process (thread) ID of the dispatchable entity (alias
|
||||
.BR spid , \ tid ).
|
||||
@@ -1319,6 +1323,10 @@ See
|
||||
for additional information.
|
||||
T}
|
||||
|
||||
machine MACHINE T{
|
||||
displays machine name for processes assigned to VM or container.
|
||||
T}
|
||||
|
||||
maj_flt MAJFLT T{
|
||||
The number of major page faults that have occurred with this process.
|
||||
T}
|
||||
@@ -1353,6 +1361,10 @@ if you want the kernel function name). Running tasks will display a dash
|
||||
('\-') in this column.
|
||||
T}
|
||||
|
||||
ouid OWNER T{
|
||||
displays the Unix user identifier of the owner of the session of a process.
|
||||
T}
|
||||
|
||||
pcpu %CPU T{
|
||||
see
|
||||
.BR %cpu .
|
||||
@@ -1489,30 +1501,10 @@ SCHED_FIFO, SCHED_RR, SCHED_BATCH, SCHED_ISO, and SCHED_IDLE are respectively
|
||||
displayed as 0, 1, 2, 3, 4, and 5.
|
||||
T}
|
||||
|
||||
sd_machine MACHINE T{
|
||||
displays machine name for processes assigned to VM or container.
|
||||
T}
|
||||
|
||||
sd_ouid OWNER T{
|
||||
displays the Unix user identifier of the owner of the session of a process.
|
||||
T}
|
||||
|
||||
sd_seat SEAT T{
|
||||
seat SEAT T{
|
||||
displays login session identifier of a process.
|
||||
T}
|
||||
|
||||
sd_session SESSION T{
|
||||
displays login session identifier of a process.
|
||||
T}
|
||||
|
||||
sd_unit UNIT T{
|
||||
displays systemd unit which a process belongs to.
|
||||
T}
|
||||
|
||||
sd_uunit UUNIT T{
|
||||
displays systemd user unit which a process belongs to.
|
||||
T}
|
||||
|
||||
sess SESS T{
|
||||
session ID or, equivalently, the process ID of the session leader. (alias
|
||||
.BR session , \ sid ).
|
||||
@@ -1732,6 +1724,10 @@ see
|
||||
.BR euser , \ user ).
|
||||
T}
|
||||
|
||||
unit UNIT T{
|
||||
displays systemd unit which a process belongs to.
|
||||
T}
|
||||
|
||||
user USER T{
|
||||
see
|
||||
.BR euser .
|
||||
@@ -1739,6 +1735,10 @@ see
|
||||
.BR euser , \ uname ).
|
||||
T}
|
||||
|
||||
uunit UUNIT T{
|
||||
displays systemd user unit which a process belongs to.
|
||||
T}
|
||||
|
||||
vsize VSZ T{
|
||||
see
|
||||
.BR vsz .
|
||||
|
||||
Reference in New Issue
Block a user