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.

Double Trouble

On the Lustre file system, project folders may appear to be larger than what they actually are.

Our Lustre system is split into a hot pool (consisting of a cache of very high speed disks) and a cold pool (of slower disks). Data is first moved into the hot pool, then automatically migrated over time into the cold pool. A file can exist in both pools at the same time.

Unfortunately the Lustre usage commands counts both hot and cold pool to your usage. This is a limitation on the current version of lustre, which will be fixed in the next major release. Till then, you may get effects like this. Please conact the Help Desk if this affects your quota.