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 @ 7a6e141e
......@@ -19,7 +19,20 @@ where `<user>` is your username. Please check htop's [man page](https://man7.org
## Monitoring Storage Usage
TODO
To monitor your total disk usage you can use the `quota` command, as explained in [this page](/storage).
You can also compute the total storage occupation of one directory (with all its content) with the following command:
```
du -hs <path-to-directory>
```
Finally, if you want to know the total storage space available in (all disks of) a server you can use the following command:
```
df -h
```
Check the man page of each `quota`, `du` and `df` for further options and details.
## Forgetting to Monitor
......
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