Hi,
I'm trying to create a dashboard that shows the top 5 CPU consumption across all servers.
Today, I'm doing this by aggregation, but that give us only an average for each process.
The idea with this dashboard will be something like...
Server A Server B Server C
proc1 -30% proc1- 50% proc1- 25%
proc2 -10% proc2 - 40% proc2- 18%
proc3- 9% proc3 - 20% proc3- 5%
Dashboard top 5 CPU process %
Server B - proc1 - 50%
Server B - proc2 - 40%
Server A - proc1 - 30%
Server C - proc1 - 25%
Server B - proc3 - 20%
Any suggestions?
Karlos Paiva
Hi,
I'm trying to create a dashboard that shows the top 5 CPU consumption across all servers.
Today, I'm doing this by aggregation, but that give us only an average for each process.
The idea with this dashboard will be something like...
Server A Server B Server C
proc1 -30% proc1- 50% proc1- 25%
proc2 -10% proc2 - 40% proc2- 18%
proc3- 9% proc3 - 20% proc3- 5%
Dashboard top 5 CPU process %
Server B - proc1 - 50%
Server B - proc2 - 40%
Server A - proc1 - 30%
Server C - proc1 - 25%
Server B - proc3 - 20%
Any suggestions?