diff --git a/src/data/roadmaps/linux/content/105-server-review/100-uptime-load.md b/src/data/roadmaps/linux/content/105-server-review/100-uptime-load.md index 9340a2de9..f2f8adfcb 100644 --- a/src/data/roadmaps/linux/content/105-server-review/100-uptime-load.md +++ b/src/data/roadmaps/linux/content/105-server-review/100-uptime-load.md @@ -13,4 +13,8 @@ $ uptime 10:58:35 up 2 days, 20 min, 1 user, load average: 0.00, 0.01, 0.05 ``` -In the output above, "2 days, 20 min" tells us how long the system has been up, while "0.00, 0.01, 0.05" shows the system's load average over the last one, five, and fifteen minutes, respectively. \ No newline at end of file +In the output above, "2 days, 20 min" tells us how long the system has been up, while "0.00, 0.01, 0.05" shows the system's load average over the last one, five, and fifteen minutes, respectively. + +Learn more from the following resources: + +- [@article@Linux Load Average: What is Load Average in Linux?](https://www.digitalocean.com/community/tutorials/load-average-in-linux)