Hello,
Basically looking for a dashboard which gives you the data for CPU, memory and IO arranged with the process IDs. For example we have the bubble graph for the memory, cpu exhibiting which command is consuming the more memory and cpu, it will be great when I click on that big bubble it would take me to a graph which gives more granular data based on the process ids. Eg: if java command is the big bubble then clicking on that takes you to another time series graph with PIDs of various java process.
Thanks a lot! 🙂 will try this out and get back to you in case of any issue.
Hello @diasgiriaig !
I have seen your question (plus the git issue and email lol 😉
I get your point, I would say that basically the interest here is that you have Splunk here so you can easily take the existing dashboards, modify and/or combine parts of them to achieve the exact result that matches your goal and whishes.
To reply:
You can easily (and the interfaces provided allows you to do) filter on any java processes (process name filter), and perform various kind of calculation or aggregation if you need to so.
Bare in mind that what the TOP process collection provides is what the system sees, not necessary process internal metrics that need to be accessed differently (thinking about JMX in the case of java processes)
But I'm taking note of this, I tried different approaches for this but it is hard from a provider point to be to remain generic enough to be able to answers all use cases while providing best value.
Hope this makes sense !
Guilhem