summaryrefslogtreecommitdiff
path: root/src/pmchart/views/vCPU
blob: a45680f46c88dd2ca153a37c7b4e4a3e388be607 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#kmchart
version 1

chart title "CPU and Guest CPU Utilization [%h]" style utilization
	plot legend "User" color #2d2de2 metric kernel.all.cpu.vuser
	plot legend "Kernel" color #e71717 metric kernel.all.cpu.sys
	optional-plot legend "Guest" color #666666 metric kernel.all.cpu.guest
	optional-plot legend "Nice" color #c2f3c2 metric kernel.all.cpu.nice
	optional-plot legend "Intr" color #cdcd00 metric kernel.all.cpu.intr
	optional-plot legend "Wait" color #00cdcd metric kernel.all.cpu.wait.total
	optional-plot legend "Steal" color #fba2f5 metric kernel.all.cpu.steal
	plot legend "Idle" color #16d816 metric kernel.all.cpu.idle