CubeCoders / AMP

Issue tracking and documentation for AMP
https://cubecoders.com/AMP
204 stars 38 forks source link

Network/Disk usage graph sidebar real-time #996

Open marwanbd83487 opened 4 months ago

marwanbd83487 commented 4 months ago

Feature Request

A side bar that contains graphs showing the current CPU/RAM/Network/Disk usage usage in real-time

Feature Information:

I confirm:

PhonicUK commented 3 months ago

Disk access is something that might happen but Network Monitoring isn't always feasible. Linux doesn't track network activity per-PID so this is only possible when A) running in a container and B) not using host-mode networking (which AMP generally uses) - which means you're seeing the activity for the entire container rather than the main process and it's fairly limited in situations where it's useful.