Add resource for Uptime Load in Linux (#7838)

* Resource for Uptime Load in Linux

Added 2 article link.

* Update src/data/roadmaps/linux/content/105-server-review/100-uptime-load.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
pull/7847/head
Jayaram R 3 months ago committed by GitHub
parent 7d461a44b4
commit 7daf1e213b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      src/data/roadmaps/linux/content/105-server-review/100-uptime-load.md

@ -14,3 +14,7 @@ $ uptime
```
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)

Loading…
Cancel
Save