New function: Get process stats

pull/98/head
Nicolas Hennion 2012-09-21 14:27:10 +02:00
parent 24d6dd71ce
commit 39c82ef24b
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ class glancesStats:
Get process (proc) statistics
!!! Waiting PATCH for PsUtil
!!! http://code.google.com/p/psutil/issues/detail?id=329
!!! Performance ?
!!! Performance gap ???
"""
procstat = proc.as_dict(['memory_info', 'cpu_percent', 'memory_percent',
'io_counters', 'pid', 'username', 'nice',