course updates

This commit is contained in:
marcel-dempers 2025-03-30 14:21:19 +11:00
parent edb2c5a3d7
commit 389a6d0d34
2 changed files with 4 additions and 1 deletions

View File

@ -105,6 +105,9 @@ For disk monitoring tools, we should be able to monitor disk space for the overa
In addition to disk space, we also need to monitor disk I/O usage to identify any bottlenecks when processes are intensively writing to disk. </br> In addition to disk space, we also need to monitor disk I/O usage to identify any bottlenecks when processes are intensively writing to disk. </br>
In this guide we have a [simulation script](./.test/app_logger_disk.sh) to generate disk usage and high I/O. </br>
<i><b>Important Note:</b> Please note that links to these files can change without notice and may be different from what you read on screen in the video at the time of recording.</i>
### df ### df
[df](https://man7.org/linux/man-pages/man1/df.1.html) is a native linux monitoring tool that allows us to review disk space of each file system. </br> [df](https://man7.org/linux/man-pages/man1/df.1.html) is a native linux monitoring tool that allows us to review disk space of each file system. </br>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 4.8 MiB

After

Width:  |  Height:  |  Size: 4.8 MiB