Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CPUnetLOG
CPUnetLOG
Commits
eac88411
Commit
eac88411
authored
Feb 12, 2016
by
Mario Hock
Browse files
Fix: Support newer versions of "psutil"
parent
22625e96
Changes
1
Hide whitespace changes
Inline
Side-by-side
__init__.py
View file @
eac88411
...
...
@@ -257,7 +257,7 @@ if __name__ == "__main__":
## Logging
logging_manager
=
LoggingManager
(
psutil
.
NUM_CPUS
,
monitored_nics
,
helpers
.
get_sysinfo
(),
args
.
environment
,
logging_manager
=
LoggingManager
(
psutil
.
cpu_count
()
,
monitored_nics
,
helpers
.
get_sysinfo
(),
args
.
environment
,
args
.
comment
,
args
.
path
,
args
.
autologging
,
args
.
watch
)
if
args
.
logging
:
logging_manager
.
enable_measurement_logger
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment