View | Details | Raw Unified | Return to bug 26057
Collapse All | Expand All

(-)ps.1 (-9 / +1 lines)
Lines 99-105 Link Here
99
header per page of information.
99
header per page of information.
100
.It Fl j
100
.It Fl j
101
Print information associated with the following keywords:
101
Print information associated with the following keywords:
102
user, pid, ppid, pgid, sess, jobc, state, tt, time and command.
102
user, pid, ppid, pgid, jobc, state, tt, time and command.
103
.It Fl L
103
.It Fl L
104
List the set of available keywords.
104
List the set of available keywords.
105
.It Fl l
105
.It Fl l
Lines 367-374 Link Here
367
job control count
367
job control count
368
.It ktrace
368
.It ktrace
369
tracing flags
369
tracing flags
370
.It ktracep
371
tracing vnode
372
.It lim
370
.It lim
373
memoryuse limit
371
memoryuse limit
374
.It logname
372
.It logname
Lines 400-407 Link Here
400
wait channel (as an address)
398
wait channel (as an address)
401
.It oublk
399
.It oublk
402
total blocks written (alias oublock)
400
total blocks written (alias oublock)
403
.It p_ru
404
resource usage (valid only for zombie)
405
.It paddr
401
.It paddr
406
swap address
402
swap address
407
.It pagein
403
.It pagein
Lines 427-434 Link Here
427
reverse link on run queue, or 0
423
reverse link on run queue, or 0
428
.It rss
424
.It rss
429
resident set size
425
resident set size
430
.It rsz
431
resident set size + (text size / text use count) (alias rssize)
432
.It rtprio
426
.It rtprio
433
realtime priority (101 = not a realtime process)
427
realtime priority (101 = not a realtime process)
434
.It ruid
428
.It ruid
Lines 436-443 Link Here
436
.Tn ID
430
.Tn ID
437
.It ruser
431
.It ruser
438
user name (from ruid)
432
user name (from ruid)
439
.It sess
440
session pointer
441
.It sig
433
.It sig
442
pending signals (alias pending)
434
pending signals (alias pending)
443
.It sigcatch
435
.It sigcatch
(-)ps.c (-1 / +1 lines)
Lines 104-110 Link Here
104
static uid_t	*getuids(const char *, int *);
104
static uid_t	*getuids(const char *, int *);
105
105
106
char dfmt[] = "pid tt state time command";
106
char dfmt[] = "pid tt state time command";
107
char jfmt[] = "user pid ppid pgid sess jobc state tt time command";
107
char jfmt[] = "user pid ppid pgid jobc state tt time command";
108
char lfmt[] = "uid pid ppid cpu pri nice vsz rss wchan state tt time command";
108
char lfmt[] = "uid pid ppid cpu pri nice vsz rss wchan state tt time command";
109
char   o1[] = "pid";
109
char   o1[] = "pid";
110
char   o2[] = "tt state time command";
110
char   o2[] = "tt state time command";

Return to bug 26057