Skip to content
GitLab
  • Explore
  • Sign in
  • EDA Guides
  • eda-servers-guide
  • Wiki
  • monitoring

monitoring · Changes

Page history
Update monitoring authored May 07, 2021 by Daniele Jahier Pagliari's avatar Daniele Jahier Pagliari
Hide whitespace changes
Inline Side-by-side
monitoring.md
View page @ a4730939
......@@ -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:
```
......
Clone repository
Home

Servers Information
Accounts
Connecting to the Servers
Storage Management and Quotas
Monitoring Resources
Software and Libraries
  • Additional Software on Philae
  • Remote Code Deployment
  • Python Virtual Environments
  • EDA Technology Libraries
  • Shared Datasets
Miscellaneous Settings
  • Setting CUDA Drivers
  • Choosing which GPU to Use
  • Limiting the GPU Memory
Gitlab

Sidebar