Difference between revisions of "Inform TopUser about GPFS being nearly full"
From HPC users
Jump to navigationJump to search
(Created page with " <pre> erle1100@carl$ ./disk_usage.py --work -g -n 25 -s t -p Directories: 'work' gope4679 (Zeinab Gharibi) agtwist 49.81 jeha3...") |
|||
Line 1: | Line 1: | ||
The usage of the GPFS file system can be checked with the command: | |||
<pre> | |||
erle1100@carl$ df -h $WORK | |||
Filesystem Size Used Avail Use% Mounted on | |||
gss 879T 831T 49T 95% /gss | |||
</pre> | |||
The 25 top users can be identified with the command: | |||
<pre> | <pre> | ||
erle1100@carl$ cd ClusterScripts/diskusage/ | |||
erle1100@carl$ ./disk_usage.py --work -g -n 25 -s t -p | erle1100@carl$ ./disk_usage.py --work -g -n 25 -s t -p | ||
Directories: 'work' | Directories: 'work' | ||
abcd1234 (Jon Doe) agcomp1 49.81 | |||
efgh5678 (Jane Doe) agcomp2 27.78 | |||
</pre> | </pre> |
Latest revision as of 08:33, 9 April 2021
The usage of the GPFS file system can be checked with the command:
erle1100@carl$ df -h $WORK Filesystem Size Used Avail Use% Mounted on gss 879T 831T 49T 95% /gss
The 25 top users can be identified with the command:
erle1100@carl$ cd ClusterScripts/diskusage/ erle1100@carl$ ./disk_usage.py --work -g -n 25 -s t -p Directories: 'work' abcd1234 (Jon Doe) agcomp1 49.81 efgh5678 (Jane Doe) agcomp2 27.78