mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-19 20:16:30 +02:00
Removing io_counters
from the ProcStatatistics
`io_counters` is not always available (e.g. under Ubunutu 20 run in WSL), resulting in an exception being throw. See #1373 for a complete explanation of the issue.
This commit is contained in:
parent
43b3b5af98
commit
ec7c0f73e8
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue