Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System Resource Monitor #377

Open
Dave-code-creater opened this issue Nov 13, 2024 · 0 comments
Open

System Resource Monitor #377

Dave-code-creater opened this issue Nov 13, 2024 · 0 comments

Comments

@Dave-code-creater
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I hate the fact that when you are using linux and everytime use need to know how much you are using compare to system capcacity. You have to convert and then divide to the overal.

Describe the solution you'd like
A clear and concise description of what you want to happen.
I want to create a Python package that provides instant feedback on system resource usage. The tool should display CPU, memory, disk, and network usage as a clear percentage of total capacity.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I have tried using built-in system command like top, df, and free. However, these tools either require manual calculation or provide more information than necessary, summary statistics in an easily readable format especially coming from Windows, this adds extra complexity to something that should be simple.

Additional context
Add any other context or screenshots about the feature request here.
So something like this

CPU Usage: 45%
Memory Usage: 70%
Disk Usage: 65%
Network Usage (Sent/Received): 200MB / 180MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant