Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ActEV
diva_evaluation_cli
Commits
49da73fa
Commit
49da73fa
authored
Jul 01, 2019
by
Maxime Hubert
Browse files
Merge branch 'development' of
https://gitlab.kitware.com/actev/diva_evaluation_cli
into development
parents
fc238769
3d50e245
Pipeline
#140325
passed with stage
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
diva_evaluation_cli/bin/private_src/implementation/resources_monitoring/utils.py
View file @
49da73fa
...
...
@@ -22,7 +22,11 @@ def psutil_snapshot():
),
'total_disk_io_write'
:
psutil_parse_readable_bytes
(
psutil
.
disk_io_counters
(
perdisk
=
False
,
nowrap
=
True
).
write_bytes
)
),
'free_disk_space'
:
{
disk
[
1
]:
psutil_parse_readable_bytes
(
psutil
.
disk_usage
(
disk
[
1
])[
2
])
for
disk
in
psutil
.
disk_partitions
()
}
}
return
snapshot_dict
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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