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

monitoring · Changes

Page history
Update monitoring authored May 06, 2021 by Daniele Jahier Pagliari's avatar Daniele Jahier Pagliari
Hide whitespace changes
Inline Side-by-side
monitoring.md
View page @ a342906e
......@@ -27,6 +27,9 @@ watch nvidia-htop.py
```
Check the man page of watch for details on its usage.
**IMPORTANT:** most programs and scripts that use the GPU will **crash** if they run out of memory. This means that, if another user is currently taking 40\% of one GPU's memory, and you launch a script that requires more than the remaining 60\%, either your script of the other user's will crash. This may cause a really big damage for other people, that may waste hours or days of compute because of your misbehavior. Notice also that some libraries (e.g., PyTorch) do not let you set a hard limit to the GPU memory requested by your scripts. For all these reasons, you should *really* pay attention to these monitoring tools at all times.
## Monitoring Storage Usage
To monitor your total disk usage you can use the `quota` command, as explained in [this page](/storage).
......
Clone repository
Home

Server Information
Account
Connecting to the Servers
Storage Management and Quotas
Monitoring Resources
Gitlab
Software and Libraries
  • Additional Software on Philae
  • Remote Code Deployment
  • Python Virtual Environments
  • EDA Technology Libraries
  • Shared Datasets
Miscellaneous
  • Setting CUDA Drivers on Icaro

Sidebar