http://oss.sgi.com/bugzilla/show_bug.cgi?id=836
Nathan Scott <nathans@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #1 from Nathan Scott <nathans@xxxxxxxxxx> 2009-05-27 21:05:10 CST
---
I'm not able to reproduce this one Nigel, it works as its
meant to for me. I even tried multiple tabs as well, and
that works OK. Can you try the attached (CPU-based) view
and see if this works for you?
I'm testing on Windows Server 2003 currently, and thats OK,
so perhaps its a Vista/XP only issue? Not sure, but we're
definately using the technique documented in the Qt docs as
how to achieve this in a cross-platform way.
cheers.
$ cat /tmp/test
#kmchart
version 1
global width 500
global height 300
global xpos 10
global ypos 50
tab foo
chart title "CPU Utilization [%h]" style utilization
plot legend "User" color #2d2de2 metric kernel.all.cpu.user
plot legend "Kernel" color #e71717 metric kernel.all.cpu.sys
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
tab foo2
chart title "CPU Utilization [%h]" style utilization
--
Configure bugmail: http://oss.sgi.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
|