Add notes on HDD usage

This commit is contained in:
Raymundo Cassani 2020-05-29 18:12:38 -04:00
parent c6bb871b7f
commit 9bb24a1d63

View File

@ -29,7 +29,7 @@ These are some of the projects where I took inspiration for this project:
* [Cairo documentation](https://www.cairographics.org/documentation/) * [Cairo documentation](https://www.cairographics.org/documentation/)
# Notes: # Notes:
* `/usr/bin/free` for RAM
* `/bin/df` for disk space * `/bin/df` for disk space
* `iostat -px` for hdd usage
#TODO: add dependencies #TODO: add dependencies