Skip to content
Snippets Groups Projects
Commit fdcb0513 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

uptime

parent 56ed1108
No related branches found
No related tags found
1 merge request!168Draft: run du
Pipeline #120178 canceled
...@@ -74,6 +74,7 @@ common:setup: ...@@ -74,6 +74,7 @@ common:setup:
script: script:
- | - |
echo $OSDF_ENDPOINT$OSDF_OUTPUT_PREFIX echo $OSDF_ENDPOINT$OSDF_OUTPUT_PREFIX
uptime
df -h df -h
mount mount
find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment