[bug-notifications] [orca_web 0004546]: network interface with greater than 1 Gbit of bandwidth does plot correctly
Mantis Bug Tracker
noreply at opencsw.org
Wed Sep 8 17:03:52 CEST 2010
A NOTE has been added to this issue.
======================================================================
https://www.opencsw.org/mantis/view.php?id=4546
======================================================================
Reported By: GlenG
Assigned To:
======================================================================
Project: orca_web
Issue ID: 4546
Category: regular use
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2010-09-08 16:59 CEST
Last Modified: 2010-09-08 17:03 CEST
======================================================================
Summary: network interface with greater than 1 Gbit of
bandwidth does plot correctly
Description:
(This is a copy of my post to 'orca-users at orcaware.com')
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
}
======================================================================
----------------------------------------------------------------------
(0008278) GlenG (reporter) - 2010-09-08 17:03
https://www.opencsw.org/mantis/view.php?id=4546#c8278
----------------------------------------------------------------------
The png file is not from plotting the attached orcallator file.
More information about the bug-notifications
mailing list