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
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