You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amazing tool! I always wanted a central way to see the utilization of the servers at work, and this does the job mostly (GPU is coming hopefully soon)!
The only thing missing is a process list running on the device, something along the lines of htop. I guess it wouldn't need to be updated really quickly, maybe every few seconds, just like the graphs!
Maybe also save the PID and give some statistics about the most intensive processes (CPU, Memory or even GPU in the future?).
The text was updated successfully, but these errors were encountered:
Tracking each process would be a great feature, but might be too much data. We need to be selective or we start working against one of the core benefits of the application, which is low resource usage.
Issue #44 is related to this. The current idea is to log the top one or two processes on each update. That should at least allow you to connect specific processes with CPU spikes.
In the future we may add the ability to stream data from agents on demand, as well as have agents store their own data. A more distributed infrastructure might allow us to implement more data intensive features like this. But that's just an idea at this point.
Amazing tool! I always wanted a central way to see the utilization of the servers at work, and this does the job mostly (GPU is coming hopefully soon)!
The only thing missing is a process list running on the device, something along the lines of htop. I guess it wouldn't need to be updated really quickly, maybe every few seconds, just like the graphs!
Maybe also save the PID and give some statistics about the most intensive processes (CPU, Memory or even GPU in the future?).
The text was updated successfully, but these errors were encountered: