[Orca-users] E1000 interface output
David Michaels
dragon at raytheon.com
Tue May 12 14:18:33 PDT 2009
How Jin Lai wrote:
>
> Dear all,
>
> Would like to enquire whether it is possible to monitor e1000
> interface by_*/ bits per second/*_ rather then the current packets per
> second.
>
> Currently, using SEToolkit 3.5.
>
Check the name of the interface, and check the first line of the raw
data file. There should be a column for KB/s for that interface. For
example, from orcallator.cfg:
# Interface bits per second for 100 Mbit interfaces.
plot {
title %g Interface Bits Per Second: $1
source orcallator
#data 1024 * 8 *
((?:(?:be)|(?:dmfe)|(?:eri)|(?:hme)|(?:iprb)|(?:qfe)|(?:znb))\d+)InKB/s
data 1024 * 8 *
((?:(?:be)|(?:dmfe)|(?:eri)|(?:hme)|(?:iprb)|(?:znb))\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 100000000
href
http://www.orcaware.com/orca/docs/orcallator.html#interface_bits_per_second
}
So, there's be, dmfe, etc. I thought E1000's used hme0, but it's been a
long time. In any case, if your interface name is missing, just follow
the pattern and add it to the first 'data' line. E.g., if your network
interface was lai0, the data line would be:
data 1024 * 8 *
((?:(?:be)|(?:dmfe)|(?:eri)|(?:hme)|(?:iprb)|(?:znb)*|(?:lai)*)\d+)InKB/s
Hope that helps,
--Dragon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/orca-users/attachments/20090512/73a3dc58/attachment.html>
More information about the Orca-users
mailing list