Merge pull request #1374 from MakersF/develop

Removing `io_counters` from the ProcStatatistics
This commit is contained in:
Fabien Castan 2021-04-11 21:40:08 +02:00 committed by GitHub
commit 1f2a7cf9d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,7 +163,7 @@ class ProcStatistics:
# 'memory_maps',
'status',
# 'num_fds', # The number of file descriptors currently opened by this process (non cumulative) - N/A on Windows
'io_counters',
# 'io_counters', # The number and bytes read/write by the process - N/A on some platforms
'num_ctx_switches',
]