提交 cab59469 编写于 作者: A Alessio Sergi

gids is not available on Windows

上级 c1d5b96f
......@@ -235,10 +235,13 @@ class GlancesProcesses(object):
'memory_info', 'memory_percent',
'name', 'nice', 'pid',
'ppid', 'status', 'username',
'status', 'num_threads', 'gids']
'status', 'num_threads']
# io_counters availability: Linux, BSD, Windows, AIX
if LINUX or BSD or WINDOWS:
if not MACOS and not SUNOS:
standards_attr += ['io_counters']
# gids availability: Unix
if not WINDOWS:
standards_attr += ['gids']
# and build the processes stats list
try:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册