[bug-notifications] [orca_web 0004546]: network interface with greater than 1 Gbit of bandwidth does plot correctly
Mantis Bug Tracker
noreply at opencsw.org
Mon Nov 21 16:23:13 CET 2011
A NOTE has been added to this issue.
======================================================================
https://www.opencsw.org/mantis/view.php?id=4546
======================================================================
Reported By: GlenG
Assigned To: dam
======================================================================
Project: orca_web
Issue ID: 4546
Category: regular use
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 2010-09-08 16:59 CEST
Last Modified: 2011-11-21 16:23 CET
======================================================================
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
}
======================================================================
----------------------------------------------------------------------
(0009428) GlenG (reporter) - 2011-11-21 16:23
https://www.opencsw.org/mantis/view.php?id=4546#c9428
----------------------------------------------------------------------
This appears to be working for me. Did I fail to update this issue
correctly?
Thanks,
GlenG
(PS. I am still having trouble(?) with Orca master crashing after about 10
days. I believe this is the result of a memory leak. SMF is restarting,
so I guess in someways the trouble is minimal.)
More information about the bug-notifications
mailing list