... | ... | @@ -17,7 +17,7 @@ Please check htop's [man page](https://man7.org/linux/man-pages/man1/htop.1.html |
|
|
|
|
|
## Monitoring GPU Usage
|
|
|
|
|
|
> :warning: Thesis students only have access to `philae.polito.it` (as specified [here](/servers)), which does not have a GPU installed. So, this sub-section is only for other group members.
|
|
|
> :warning: Thesis students only have access to `philae.polito.it`, which does not have a GPU installed (see ["Servers Information"](/servers)). So, this sub-section is only for other group members.
|
|
|
|
|
|
You can monitor the GPU utilization and GPU memory occupation of your scripts using the `nvidia-smi` command. A nicer looking version of the same information can also be obtained using the alternative custom script `nvidia-htop.py`.
|
|
|
|
... | ... | @@ -32,7 +32,7 @@ Check the man page of watch for details on its usage. |
|
|
|
|
|
## Monitoring Storage Usage
|
|
|
|
|
|
To monitor your total disk usage you can use the `quota` command, as explained in [this page](/storage).
|
|
|
To monitor your total disk usage you can use the `quota` command, as explained in the ["Storage Management and Quotas"](/storage) page.
|
|
|
|
|
|
You can also compute the total storage occupation of one directory (with all its content) with the following command:
|
|
|
```
|
... | ... | |