kamranahmedse / developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.
https://roadmap.sh
Other
291.36k stars 38.55k forks source link

User Report #6826

Open GideonIsBuilding opened 2 weeks ago

GideonIsBuilding commented 2 weeks ago

What Roadmap is this project for?

Linux

Project Difficulty

Advanced

Add Project Details

You are required to develop a script that monitors CPU, memory, and disk usage of each user output the details to a file in table format. The script should also be configured to send an alert whenever a user's CPU, memory, or disk usage exceeds a certain threshold, say 80%.

dansholds commented 2 weeks ago

If this is just a script I would say this is intermediate, if it's a GUI that monitors all of this (similar to HTOP) then that would be advanced IMO

GideonIsBuilding commented 2 weeks ago

I thought long and hard about it and was indecisive mostly because it could pass for either as you have said. so yeah, intermediate it is.

On Tue, 27 Aug 2024, 13:33 dsh, @.***> wrote:

If this is just a script I would say this is intermediate, if it's a GUI that monitors all of this (similar to HTOP) then that would be advanced IMO

— Reply to this email directly, view it on GitHub https://github.com/kamranahmedse/developer-roadmap/issues/6826#issuecomment-2312439925, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALVG2PFZSYSVAC2QA6TGYSLZTRW3HAVCNFSM6AAAAABNF5F7ZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJSGQZTSOJSGU . You are receiving this because you authored the thread.Message ID: @.***>

dansholds commented 6 days ago

Ok awesome! Intermediate it is!