multiload-ng
multiload-ng copied to clipboard
Add possibility to see load of each core
Please add possibility to see load of each core(different graphs)
Please let me understand: are you talking about Processor graph, right?
Per-core usage is a really great idea! I could implements this with a filter (like Temperature graph).
About the different graphs, sadly at the moment is not feasible. By design, each graph has a fixed index number. For performance reasons, they can't be created and removed at runtime.
So even after core selection implementation, there will still be a single Processor graph.
As possible solution, you can always put two instances of Multiload-ng in your panel, and apply to them different filters, that show different cores.
@udda Yes you're absolutely right, I'm talk about Processor
This idea inspired by this app under windows, and I want to say that this functionality very useful(functionality with different graphs).
When I develop multithreaded app I can see loading of each cores on my machine.
Yeah it could be a really useful indication.
Per-core filtering will be likely implemented soon (thanks for the idea!), meaning that you can select which core to show.
Per-core graphs are much more complicated at this stage. I don't know whether it will be done.
Nonetheless, I totally agree with you that it could be very useful, so I'm not rejecting the idea, rather postponing it.
Update: Multiload-ng 2.0 is under heavy development right now, and brings core selection, amongs many other things.