forked from jwbargsten/perl-proc-processtable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.cygwin
38 lines (38 loc) · 1.37 KB
/
README.cygwin
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
36
37
38
SUPPORTED ATTRIBUTES
====================
uid UID of process
euid Effective UID of process
suid Saved UID of process
fuid File UID of process
gid GID of process
egid Effective GID of process
sgid Saved GID of process
fgid File 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
minflt minor page faults
cminflt child minor page faults
majflt major page faults
cmajflt child major page faults
utime user mode time (microseconds)
stime kernel mode time (microseconds)
cutime child utime (microseconds)
cstime child stime (microseconds)
time user + system time (microseconds)
ctime child user + system time (microseconds)
size virtual memory size (bytes)
rss resident set size (bytes)
fname file name
start start time (seconds since the epoch)
pctcpu percent cpu used since process started
state state of process
pctmem percent memory
cmndline full command line of process
exec absolute filename (including path) of executed command
ttydev path of process's tty
cwd current directory of process