-
Notifications
You must be signed in to change notification settings - Fork 24
/
README.unixware
35 lines (31 loc) · 969 Bytes
/
README.unixware
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
SUPPORTED SYSTEMS
=================
Tested on UnixWare 7 and 7.1.
SUPPORTED ATTRIBUTES
====================
uid UID of process
gid GID of process
pid process ID
ppid parent process ID
pgrp process group
sess session ID
priority priority of process
ttynum tty number of process
flags flags of process
time user + system time
size virtual memory size (bytes)
rss resident set size (bytes)
wchan address of current system call
fname file name
start start time (seconds since the epoch)
state state of process
onpro number of processor
cmndline full command line of process
TODO
====
From the cred structure available from /proc we could get euid, egid and
others.
BUGS
====
Times for the "time" field are in seconds; this is both
inconsistent with the linux module (1/100 seconds) and really crude.