Hello
i have a question about cpu stats
i have windows machine witch 2 cpu's (showing 4 HT) and have 4 graphs
is this possible to make only one graph with four lines represented each cpu utilization ?
if yes, how to do it ?:)
and second, how to make graph showing only one line wich is average of this four (or less) utilization.
regards
Suzumushi
Cpu stats....
Moderators: Developers, Moderators
1st Q.....
Create a new Blank Graph (within Graph Management)
Add "Graph Items". For each line you prob want
1st Item. Set Source to required RRA (will be in the drop down box)
Tyep to Line1, Color of your choice. Text Format = "CPU 1" etc.
2nd Item. Same Source. Type= Gprint. Text = "Current:" Consolidation Function = "Last"
3rd Item. Same Source. Type= Gprint. Text = "Average:" Consolidation Function = "Average"
4th Item. Same Source. Type= Gprint. Text = "Maximum:" Consolidation Function = "Max + Hard Return.
Will give you a total of 16 Items. Turn on "Graph Debugging" and you should be able to see the graph build as you add the items.
(have a look at the Interface Bits In/out template for an example)
2nd Q....
A bit more tricky but can be done with a custom CDEF...
first define the custome CDEF
name "Average a,b,c,d"
Add the following cdef Item.
a,b,+,c,+,d,+,4,/
(which adds the 1st 4 data sources and divides by 4)
Now either create a new graph
Add the 1st 4 Graph Items as the data sources - but DONT select a color. or add Text.
Add your 5th with data source as "none" , type Line1, Color as you wish, CDEF - selec your custom CDEF. Text "Total"
(You can add current/average/max Gprint as above using no data source and custom CDEF).
Deano
Create a new Blank Graph (within Graph Management)
Add "Graph Items". For each line you prob want
1st Item. Set Source to required RRA (will be in the drop down box)
Tyep to Line1, Color of your choice. Text Format = "CPU 1" etc.
2nd Item. Same Source. Type= Gprint. Text = "Current:" Consolidation Function = "Last"
3rd Item. Same Source. Type= Gprint. Text = "Average:" Consolidation Function = "Average"
4th Item. Same Source. Type= Gprint. Text = "Maximum:" Consolidation Function = "Max + Hard Return.
Will give you a total of 16 Items. Turn on "Graph Debugging" and you should be able to see the graph build as you add the items.
(have a look at the Interface Bits In/out template for an example)
2nd Q....
A bit more tricky but can be done with a custom CDEF...
first define the custome CDEF
name "Average a,b,c,d"
Add the following cdef Item.
a,b,+,c,+,d,+,4,/
(which adds the 1st 4 data sources and divides by 4)
Now either create a new graph
Add the 1st 4 Graph Items as the data sources - but DONT select a color. or add Text.
Add your 5th with data source as "none" , type Line1, Color as you wish, CDEF - selec your custom CDEF. Text "Total"
(You can add current/average/max Gprint as above using no data source and custom CDEF).
Deano
Ok - I've thrown these screen grabs together v v quickly. I aim to do something "proper" at some point.
1) Add new Graph. Hit the "Add" in Graph Management
Screenshot 1
2) Dont select a template. Do select the host (with your CPU in )
Screenshot 2
3) Set the Title and vertical label (at the bottom)
Screenshot 3
4) Add Graph items ("Add" in top right corner of graph items). The first item will be a line for one cpu. Select the Data Source, COlor, Type= Line1, Text Fomar="CPU 0" and create.
Screenshot 4
5) Then add the GPRINT items. Again Data Source, Color=None, Type=GPRINT,Function=MAX (for example), Text Format="Max:" and create
Screenshot 5
6) Add the line and Current/Average/Max GPRINTs for each CPU. If you have "Graph Debug Mode" on whilst you add the Graph Items you'll see you graph build. This is an example (With all the lines but the GPRINTs for only the first 1. Unfortunately its a teset server that does nowt so none of the CPUs are used !)
Screenshot 6
Deano
1) Add new Graph. Hit the "Add" in Graph Management
Screenshot 1
2) Dont select a template. Do select the host (with your CPU in )
Screenshot 2
3) Set the Title and vertical label (at the bottom)
Screenshot 3
4) Add Graph items ("Add" in top right corner of graph items). The first item will be a line for one cpu. Select the Data Source, COlor, Type= Line1, Text Fomar="CPU 0" and create.
Screenshot 4
5) Then add the GPRINT items. Again Data Source, Color=None, Type=GPRINT,Function=MAX (for example), Text Format="Max:" and create
Screenshot 5
6) Add the line and Current/Average/Max GPRINTs for each CPU. If you have "Graph Debug Mode" on whilst you add the Graph Items you'll see you graph build. This is an example (With all the lines but the GPRINTs for only the first 1. Unfortunately its a teset server that does nowt so none of the CPUs are used !)
Screenshot 6
Deano
Got it. Thanks for taking the time to do that. I let it run for a few hours, but I don't seem to be getting any data in my graph (see screenshot in attachment). However, the other CPU graphs work fine. I noticed they use the "AREA" tag instead of the "LINE 1" tag. When I switch to "AREA" I get data in my graphs. Not sure wth...?
- Attachments
-
- Screenshot JPG
- ss01.JPG (143.04 KiB) Viewed 2446 times
Who is online
Users browsing this forum: No registered users and 2 guests