pcp
[Top] [All Lists]

[Bug 836] Non-functional predefined position/size of PCP Chart window in

To: pcp@xxxxxxxxxxx
Subject: [Bug 836] Non-functional predefined position/size of PCP Chart window in config-file
From: bugzilla-daemon@xxxxxxxxxxx
Date: Wed, 27 May 2009 21:05:12 -0500
Auto-submitted: auto-generated
In-reply-to: <bug-836-835@xxxxxxxxxxxxxxxx/bugzilla/>
References: <bug-836-835@xxxxxxxxxxxxxxxx/bugzilla/>
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.

<Prev in Thread] Current Thread [Next in Thread>