change darwin process support status to broken.
using godef breaks process information on darwin. I am tackling to fix it.
This commit is contained in:
parent
d1b9134c32
commit
e71113cffd
20
README.rst
20
README.rst
|
@ -150,24 +150,24 @@ Process class
|
|||
|
||||
================ ===== ======= ====== =======
|
||||
name Linux FreeBSD MacOSX Windows
|
||||
pid x x x x
|
||||
ppid x x x x
|
||||
name x x x
|
||||
pid x x b x
|
||||
ppid x x b x
|
||||
name x x b
|
||||
cmdline x
|
||||
create_time x
|
||||
status x x x
|
||||
status x x b
|
||||
cwd x
|
||||
exe x x x
|
||||
uids x x x
|
||||
gids x x x
|
||||
terminal x x x
|
||||
uids x x b
|
||||
gids x x b
|
||||
terminal x x b
|
||||
io_counters x
|
||||
nice x
|
||||
num_fds x
|
||||
num_ctx_switches x
|
||||
num_threads x x x
|
||||
num_threads x x b
|
||||
cpu_times x
|
||||
memory_info x x x
|
||||
memory_info x x b
|
||||
memory_info_ex x
|
||||
memory_maps x
|
||||
open_files x
|
||||
|
@ -176,7 +176,7 @@ suspend x x x
|
|||
resume x x x
|
||||
terminate x x x
|
||||
kill x x x
|
||||
username x x x
|
||||
username x x b
|
||||
ionice
|
||||
rlimit
|
||||
num_handlres
|
||||
|
|
Loading…
Reference in New Issue