[Orca-users] Greater than Gbit network plot

Glen Gunselman ggunselm at emporia.edu
Tue Sep 7 14:13:43 PDT 2010


 
I'm trying to add a plot for a network interface with greater than 1 Gbit of bandwidth.  I'm getting a plot but the y axis tops out at 1000Mb/s and when the interface is receiving > 1000Mb/s that variable is not plotted (the text portion Max. does not report the larger values either). Here's my plot configuration.  I copied a working 1Gbit plot and changed data_max from 1000000000 to 2000000000.  Also, tried deleting data_max.
 
# Interface bits per second for > 1 Gbit interfaces.
plot {
title                   %g Interface Bits Per Second: $1
source                  orcallator
data                    1024 * 8 * ((?:(?:aggr))\d+)InKB/s
data                    1024 * 8 * $1OuKB/s
line_type               area
line_type               line1
legend                  Input
legend                  Output
y_legend                Bits/s
data_min                0
data_max                2000000000
plot_width              800
href                    http://www.orcaware.com/orca/docs/orcallator.html#interface_bits_per_second 
}
 
Thanks for the help (again),
Glen
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/orca-users/attachments/20100907/ef5d16d1/attachment.html>


More information about the Orca-users mailing list