multiload-ng icon indicating copy to clipboard operation
multiload-ng copied to clipboard

Add possibility to see load of each core

Open Hronom opened this issue 8 years ago • 4 comments

Please add possibility to see load of each core(different graphs)

Hronom avatar Sep 22 '16 11:09 Hronom

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 avatar Sep 22 '16 13:09 udda

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

Hronom avatar Sep 22 '16 14:09 Hronom

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.

udda avatar Sep 22 '16 14:09 udda

Update: Multiload-ng 2.0 is under heavy development right now, and brings core selection, amongs many other things.

udda avatar Jan 22 '17 17:01 udda