Skip to main content

user_info

user_info is a custom script to quickly check your storage quotas on M3.

Usage

Simply run user_info in a terminal on M3:

[lexg@m3-login3 ~]$ user_info
Desktops
+-----------+---------------+----------------------+--------------------+----------------+
| | P4 Desktops | Single T4 Desktops | Dual T4 Desktops | A40 Desktops |
|-----------+---------------+----------------------+--------------------+----------------|
| Available | 37 | 17 | 8 | 2 |
| In Use | 23 | 15 | 7 | 38 |
+-----------+---------------+----------------------+--------------------+----------------+
Home directory usage
+------------+---------+---------+----------+
| Path | Usage | Quota | % Used |
|------------+---------+---------+----------|
| /home/lexg | 2 GB | 10 GB | 25 % |
+------------+---------+---------+----------+
Project Usage
+--------+------------+------------+--------+-----------+-----------+--------+
| Name | Projects | Projects | % | Scratch | Scratch | % |
| | Usage | Quota | Used | Usage | Quota | Used |
|--------+------------+------------+--------+-----------+-----------+--------|
| nq46 | 1258 GB | 2560 GB | 49 % | 2674 GB | 5120 GB | 52 % |
| pMOSP | 39304 GB | 102400 GB | 38 % | 39895 GB | 158720 GB | 25 % |
+--------+------------+------------+--------+-----------+-----------+--------+
Project File Counts
+--------+------------+------------+--------+-----------+-----------+--------+
| Name | Projects | Projects | % | Scratch | Scratch | % |
| | Usage | Quota | Used | Usage | Quota | Used |
|--------+------------+------------+--------+-----------+-----------+--------|
| nq46 | 4606318 | | N/A | 7873921 | | N/A |
| pMOSP | 6103800 | | N/A | 3238105 | | N/A |
+--------+------------+------------+--------+-----------+-----------+--------+

Output

  • Desktops: Summarises the amount of Strudel GPU desktops that are currently available.
  • Home directory usage: tells you how much quota you have for your home directory, and how much is currently being used.
  • Project usage: tells you how much quota you have in both /projects/ and /scratch/ for each project you belong to.
  • Project File Counts: generally not applicable on M3, but will show if you have a quota on the number of files your projects can have.