Home/Catalog/VENTURI-SERVER-STATS-MIB

VENTURI-SERVER-STATS-MIB

AI MIB Summary

The VENTURI-SERVER-STATS-MIB enables SNMP polling of performance counters and operational statistics for Venturi Wireless server infrastructure, specifically tracking metrics such as active session counts, throughput volumes, and system resource utilization. This module facilitates the monitoring of wireless access point aggregation and traffic flow data within Venturi's server-based wireless networking environments.

Statistics poll-able from Venturi Servers Copyright 2004-2013 Venturi Wireless, Inc. All rights reserved. This MIB module defines the poll-able statistics available from a Venturi server.
Main OID:
vServerStatistics.1.3.6.1.4.1.3382.12.1.3
158
Objects
Active
Status
4
Dependencies

Imported Objects

Objects

158 total
Object Name
vServerStatisticsStatistics poll-able from Venturi Servers Copyright 2004-2013 Venturi Wireless, Inc. All rights reserved. This MIB module defines the poll-able statistics available from a Venturi server.
MODULE-IDENTITY
.1.3.6.1.4.1.3382.12.1.3
vServerStatsSystem
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.1
vServerStatsSystemScalars
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.1.1
vServerSystemTotalVenturiBuffersTotal number of buffers in the server. This is the number of buffers allocated at system initialization.ro
Integer32
.1.3.6.1.4.1.3382.12.1.3.1.1.1
vServerStatsSystemUsedVenturiBuffersThe number of Venturi Buffers (VBufs) currently in use in the server. Venturi divides up most of free memory at initialization time into Venturi Buffers (VBufs). VBufs are used for a variety of purposes, but primarily hold the data streams that pass through the server. Because so much memory is allocated to VBufs, the memory utilization may look very high on a Venturi server, even under light load. For this reason, it is better to look at the percentage of total VBufs in use rather than the total memory in use.ro
Integer32
.1.3.6.1.4.1.3382.12.1.3.1.1.2
vServerTotalStreamContextsTotal number of Stream contexts allocated at system initialization. Stream contexts are used to keep track of client requests, such as a request for a particular web page.ro
Integer32
.1.3.6.1.4.1.3382.12.1.3.1.1.3
vServerUsedStreamContextsNumber of Stream Contexts currently in use.ro
Integer32
.1.3.6.1.4.1.3382.12.1.3.1.1.4
vServerTotalCompressorContextsTotal number of Compressor Contexts allocated at system initialization. These are data structures used to keep track of compression or decompression requests.ro
Integer32
.1.3.6.1.4.1.3382.12.1.3.1.1.5
vServerUsedCompressorContextsNumber of Compressor Contexts currently in use.ro
Integer32
.1.3.6.1.4.1.3382.12.1.3.1.1.6
vServerCompressorQueueDepthMaxThe maximum number of buffers (VBufs) allowed to be queued to compressors before triggering flow control. The actual number of buffers queued may temporarily rise somewhat above this value.ro
Integer32
.1.3.6.1.4.1.3382.12.1.3.1.1.7
vServerCompressorQueueDepthCurrent number of buffers queued to compressors. This value may burst to high levels, but a continuously high value indicates the server may be experiencing performance degradation due to operating beyond capacity.ro
Integer32
.1.3.6.1.4.1.3382.12.1.3.1.1.8
vServerCpuUtilizationThe overall CPU utilization of the Venturi server as a percent.ro
Gauge32
.1.3.6.1.4.1.3382.12.1.3.1.1.9
vServerStatsSystemTables
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.1.2
vServerStatsTraffic
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.2
vServerStatsTrafficScalars
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.2.1
vServerByteCountReclassificationTotal number of reclassifies due to byte count.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.2.1.1
vServerPeriodicClearReclassificationTotal number of reclassifies due to periodic clear right now.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.2.1.2
vServerPeriodicClearBytesTotal number of bytes transfered on periodic clear.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.2.1.3
vServerStatsTrafficTables
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.2.2
vServerTrafficTableA table of traffic measures broken down by protocol. These counts are collected in the application layer and do not include UDP, VTP or TCP headers in the byte countes.
SEQUENCE OF ServerTrafficEntry
.1.3.6.1.4.1.3382.12.1.3.2.2.1
vServerTrafficEntryAn entry in the Venturi server traffic table. Indexed by the following - VVSId (VVSId = 0 represents the entire server) - protocol (protocol = ALL represents all protocols together) Note: currently only the VVS index of 0 is available
ServerTrafficEntry
.1.3.6.1.4.1.3382.12.1.3.2.2.1.1
vServerTrafficVVSIdRepresents the VVS ID of the row. If the value is 0, then it represents the entire server. This number may range from 0 through vServerSystemMaxVVSId. Note: currently only the index of 0 is availablero
Integer32
.1.3.6.1.4.1.3382.12.1.3.2.2.1.1.1
vServerTrafficProtocolIdA number associated with the protocol. This is a loose association and may change if the Venturi server statistics gathering is reconfigured. This field is offered to allow for indexing because the ProtocolDescr is an octet string which cannot be used for indexing. This number indicates the row within VVSId which displays a particular protocol and will be consistent across all VVSId values.ro
Integer32
.1.3.6.1.4.1.3382.12.1.3.2.2.1.1.2
vServerTrafficVVSTagAn arbitrary string which may optionally be used to identify related Virtual Venturi Servers across a range of hardware servers. Note: initially this string will be an ASCII representation of the VVS Id.ro
OCTET STRING
.1.3.6.1.4.1.3382.12.1.3.2.2.1.1.3
vServerTrafficProtocolDescrPrintable name of the protocol for which the row's statistics apply. If the value is ALL, it represents all protocols together.ro
OCTET STRING
.1.3.6.1.4.1.3382.12.1.3.2.2.1.1.4
vServerTrafficFromExternalBytes transfered from external (i.e., not from a Venturi client. For example, this would include bytes received from web servers.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.2.2.1.1.5
vServerTrafficToExternalBytes transfered to external (i.e., not to a Venturi client. For example, this would include bytes sent to web servers.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.2.2.1.1.6
vServerTrafficFromTransportBytes sent from Venturi Transport to the compressors.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.2.2.1.1.7
vServerTrafficToTransportBytes sent from compressors to Venturi Transport.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.2.2.1.1.8
vServerTrafficFromClientlessBytes transfered from a client-less browser connection.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.2.2.1.1.9
vServerTrafficToClientlessBytes transfered to a client-less browser connection.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.2.2.1.1.10
vServerTrafficTotalStreamContextsTotal number of stream contexts that have been used to date.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.2.2.1.1.11
vServerTrafficCurStreamContextsCurrent active stream contexts.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.2.2.1.1.12
vServerTrafficFromExternalClientedBytes transfered from external (i.e., not from a Venturi client) that accounts for the cliented traffic. For example, this would include bytes received from web servers.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.2.2.1.1.13
vServerTrafficToExternalClientedBytes transfered to external (i.e., not to a Venturi client) that accounts for the cliented traffic. For example, this would include bytes sent to web servers.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.2.2.1.1.14
vServerTrafficFromExternalClientlessBytes transfered from external (i.e., not from a Venturi client) that accounts for the clientiless traffic. For example, this would include bytes received from web servers.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.2.2.1.1.15
vServerTrafficToExternalClientlessBytes transfered to external (i.e., not to a Venturi client) that accounts for the clientless traffic. For example, this would include bytes sent to web servers.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.2.2.1.1.16
vServerStatsTransport
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.3
vServerStatsTransportScalars
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.3.1
vServerStatsTransportTables
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.3.2
vServerTransportTableA table of traffic measures broken down by VVS and protocol.
SEQUENCE OF ServerTransportEntry
.1.3.6.1.4.1.3382.12.1.3.3.2.1
vServerTransportEntryAn entry in the server traffic table. Indexed by the following - VVS (VVSId = 0 represents the entire server)
ServerTransportEntry
.1.3.6.1.4.1.3382.12.1.3.3.2.1.1
vServerTransportVVSIdRepresents the VVS ID of the row. If the value is 0, then it represents the entire server.ro
Integer32
.1.3.6.1.4.1.3382.12.1.3.3.2.1.1.1
vServerTransportVVSTagAn arbitrary string which may optionally be used to identify related Virtual Venturi Servers across a range of hardware servers. Note: initially this string will be an ASCII representation of the VVS Id.ro
OCTET STRING
.1.3.6.1.4.1.3382.12.1.3.3.2.1.1.2
vServerTransportPacketsSentTotal number of packets sent to Venturi clients.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.3.2.1.1.3
vServerTransportPacketsRecdTotal number of packets received from Venturi clients.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.3.2.1.1.4
vServerTransportPacketsRetransmittedTotal number of packets retransmitted to Venturi clients.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.3.2.1.1.5
vServerTransportBytesSentTotal number of bytes sent to Venturi clients.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.3.2.1.1.6
vServerTransportBytesRecdTotal number of bytes received from Venturi clients.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.3.2.1.1.7
vServerTransportBytesRetransmittedTotal number of bytes retransmitted to Venturi clients.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.3.2.1.1.8
vServerTransportUndeliverableToClientsTotal number of bytes undelivered to Venturi clients.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.3.2.1.1.9
vServerTransportUndeliverableToCompTotal number of bytes undelivered to compressor.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.3.2.1.1.10
vServerTransportTotalConnectionsTotal number of transport connections (VCs) completed by Venturi Clients.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.3.2.1.1.11
vServerTransportFailedConnectionsTotal number of transport connection failures.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.3.2.1.1.12
vServerTransportCurrentConnectionsTotal number of currently active transport connections (VCs).ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.3.2.1.1.13
vServerTransportBytesToCompTotal number of bytes sent to compressors.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.3.2.1.1.14
vServerTransportBytesFromCompTotal number of bytes received from compressors.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.3.2.1.1.15
vServerStatsSubscriber
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.4
vServerStatsSubscriberScalars
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.4.1
vServerClientLimitExceededTotal number of times a subscriber running Venturi client was refused connection due to server limit. If this count is constantly increasing, it may mean that client users are experiencing degraded service. This is an indicator that more Venturi capicity is needed.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.1.1
vServerClientlessLimitExceededTotal number of times a client-less subscriber was refused connection due to server limit. If Clientless access is enabled and this value is increasing, more Venturi capacity is needed.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.1.2
vServerStatsSubscriberTables
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.4.2
vServerSubscriberUsageTableA table of subscriber usage broken down by type (cliented and clientless), VVS and protocol.
SEQUENCE OF ServerSubscriberUsageEntry
.1.3.6.1.4.1.3382.12.1.3.4.2.1
vServerSubscriberUsageEntryAn entry in the server traffic table. Indexed by the following - VVSId (VVSId = 0 represents the entire server) - type (type = Client | Clientless) - protocol (protocol = ALL represents all protocols together)
ServerSubscriberUsageEntry
.1.3.6.1.4.1.3382.12.1.3.4.2.1.1
vServerSubscriberTypeA numberic value corresponding to the type of subscriber (client or clientless).ro
VenturiSubscriberType (VENTURI-TC)
.1.3.6.1.4.1.3382.12.1.3.4.2.1.1.1
vServerSubscriberVVSIdRepresents the VVS ID of the row. If the value is 0, then it represents the entire server. This number may range from 0 through vServerSystemMaxVVSId.ro
Integer32
.1.3.6.1.4.1.3382.12.1.3.4.2.1.1.2
vServerSubscriberVVSTagAn arbitrary string which may optionally be used to identify related Virtual Venturi Servers across a range of hardware servers. Note: initially this string will be an ASCII representation of the VVS Id.ro
OCTET STRING
.1.3.6.1.4.1.3382.12.1.3.4.2.1.1.3
vServerSubscriberTotalCountTotal number of subscribers served by this server.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.1.1.4
vServerSubscriberCurrCountCurrent number of active subscribers.ro
Gauge32
.1.3.6.1.4.1.3382.12.1.3.4.2.1.1.5
vServerSubscriberAuthenticationFailuresTotal number of authentication failures observed since last reboot.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.1.1.6
vServerSubscriberAbortedConnectionsTotal number of connections dropped since last reboot because of lack of response from the other side.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.1.1.7
vServerSubscriberReassignmentFailuresTotal number of client connections which have been rejected since last reboot for exceeding license.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.1.1.8
vServerSubscriberStandbyCountCurrent number of standby subscribers. A standby subscriber is one with no active VCs (virtual connections) and which has not generated activity in the last 5 minutes.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.1.1.9
vServerSubscriberInactiveCountCurrent number of idle subscribers. An inactive subscriber is one with no active VCs (virtual connections) and which has not generated activity in the last hour.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.1.1.10
vServerSubscriberReassignmentCountNumber of times subscribers have been re-assigned to a new entry in the RC table (represended by the vServerSubscriberClientTable in this MIB).ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.1.1.11
vServerSubscriberByteCountThe number of bytes transmitted to and received from external sources (origin servers) on behalf of user connections.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.1.1.12
vServerSubscriberClientTableA table of active cliented subscriber connections.
SEQUENCE OF ServerSubscriberClientEntry
.1.3.6.1.4.1.3382.12.1.3.4.2.2
vServerSubscriberClientEntryAn entry in the client table.
ServerSubscriberClientEntry
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1
vServerSubscriberClientRowIdThe row number in this table.
Unsigned32
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.1
vServerSubscriberClientUniqueIdID that uniquely identifies this subscriber.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.2
vServerSubscriberClientIPAddressIP Address of the subscriber.ro
IpAddress
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.3
vServerSubscriberClientVersionVersion of Venturi Client that the subscriber is running.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.4
vServerSubscriberClientLastAccessTimeTime at which the connection was established in seconds since epoch (midnight, Jan 1, 1970 GMT).ro
Integer32
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.5
vServerSubscriberClientTransportConnectionsNumber of virtual connections currently active for this subscriber.ro
Integer32
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.6
vServerSubscriberClientVVSTagAn arbitrary string which may optionally be used to identify related Virtual Venturi Servers across a range of hardware servers. Note: initially this string will be an ASCII representation of the VVS Id.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.7
vServerSubscriberClientUserInfoClient user information. This is only used in some models of Venturi optimization servers. Other models will simply return an empty string.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.8
vServerSubscriberClientConnTypeThe connection type used by the client. This information is only returned by Venturi client revision 4.0 and above. For earlier clients, this information is not available.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.9
vServerSubscriberClientOSThe OS used on the client platform. This information is only returned by Venturi client revision 4.0 and above. For earlier clients, this information is not available.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.10
vServerSubscriberClientMACThe MAC address of the interface used on the client for connection to the Venturi server. This information is only returned by Venturi client revision 4.0 and above. For earlier clients, this information is not available.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.11
vServerSubscriberClientPhoneIf the client is using a dial-up connection, this is the phone number of the client interface. For clients not using dial up, this field will be blank. This information is only returned by Venturi client revision 4.0 and above. For earlier clients, this information is not available.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.12
vServerSubscriberClientConnDurationDuration of the current connection. Units are hundredths of seconds.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.13
vServerSubscriberClientVTPPktsSentNumber of VTP packets transmitted to the client.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.14
vServerSubscriberClientVTPPktsRcvdNumber of VTP packets received from client.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.15
vServerSubscriberClientVTPBytesSentNumber of bytes transmitted to the client over this VTP connection. This value does not include UDP headers.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.16
vServerSubscriberClientVTPBytesRcvdNumber of bytes received from the client over this VTP connection. This value does not include UDP headers.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.17
vServerSubscriberClientVTPDropPktsNumber of dropped packets.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.18
vServerSubscriberClientVTPReXmitPktsNumber of transmitted packets.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.19
vServerSubscriberClientVTPErrorPktsNumber of error packets.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.20
vServerSubscriberClientVTPBWToClientThe most recent measure taken by transport of the bandwidth to the client in bits/second.ro
Counter32
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.21
vServerSubscriberClientVTPBWFromClientThe most recent measure taken by transport of the bandwidth from the client in bits/second.ro
Counter32
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.22
vServerSubscriberClientFromExternalBytes transfered from external (i.e., not from a Venturi client. For example, this would include pages received from web servers. This is the portion of the traffic described in vServerTrafficFromExternal attributable to this client. This value does not include TCP headers.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.23
vServerSubscriberClientToExternalBytes transfered to external (i.e., not to a Venturi client. For example, this would include requests sent to web servers. This is the portion of the traffic described in vServerTrafficToExternal attributable to this client. This value does not include TCP headers.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.24
vServerSubscriberClientFromTransportBytes received from the client through Transport. This is vServerSubscriberClientVTPBytesRcvd minus the VTP overhead. It is the portion of the traffic described in vServerTrafficToTransport attributable to this client.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.25
vServerSubscriberClientToTransportBytes sent to Transport for transmission to the client. This is vServerSubscriberClientVTPBytesSent minus the VTP overhead. It is the portion of the traffic described in vServerTrafficFromTransport attributable to this client.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.26
vServerSubscriberClientRTTMeasured round trip time between Venturi client and server.ro
Integer32
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.27
vServerSubscriberClientVTPReXmitBytesBytes sent to Transport for retransmissions to the client.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.2.1.28
vServerSubscriberClientlessTableA table of active client-less subscribers.
SEQUENCE OF ServerSubscriberClientlessEntry
.1.3.6.1.4.1.3382.12.1.3.4.2.3
vServerSubscriberClientlessEntryAn entry in the client-less table.
ServerSubscriberClientlessEntry
.1.3.6.1.4.1.3382.12.1.3.4.2.3.1
vServerSubscriberClientlessRowIdThe row number in this table.
Unsigned32
.1.3.6.1.4.1.3382.12.1.3.4.2.3.1.1
vServerSubscriberClientlessIPAddressIP Address of the subscriber.ro
IpAddress
.1.3.6.1.4.1.3382.12.1.3.4.2.3.1.2
vServerSubscriberClientlessLastAccessTimeTime at which the last activity was seen for this subscriber, in seconds since epoch (midnight, Jan 1, 1970 GMT).ro
Integer32
.1.3.6.1.4.1.3382.12.1.3.4.2.3.1.3
vServerSubscriberClientlessTransportConnectionsNumber of virtual connections (VCs) currently active for this subscriber.ro
Integer32
.1.3.6.1.4.1.3382.12.1.3.4.2.3.1.4
vServerSubscriberClientlessVVSTagAn arbitrary string which may optionally be used to identify related Virtual Venturi Servers across a range of hardware servers. Note: initially this string will be an ASCII representation of the VVS Id.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.3382.12.1.3.4.2.3.1.5
vServerAbbreviatedSubscriberClientTableA table of abbreviated active cliented subscriber connections.
SEQUENCE OF ServerAbbreviatedSubscriberClientEntry
.1.3.6.1.4.1.3382.12.1.3.4.2.4
vServerAbbreviatedSubscriberClientEntryAn entry in the abbreviated client stats table.
ServerAbbreviatedSubscriberClientEntry
.1.3.6.1.4.1.3382.12.1.3.4.2.4.1
vServerAbbreviatedSubscriberClientRowIdThe row number in this table.
Unsigned32
.1.3.6.1.4.1.3382.12.1.3.4.2.4.1.1
vServerAbbreviatedSubscriberClientIPAddressIP Address of the subscriber.ro
IpAddress
.1.3.6.1.4.1.3382.12.1.3.4.2.4.1.2
vServerAbbreviatedSubscriberClientVTPBWToClientThe most recent measure taken by transport of the bandwidth to the client in bits/second.ro
Unsigned32
.1.3.6.1.4.1.3382.12.1.3.4.2.4.1.3
vServerAbbreviatedSubscriberClientVTPBWFromClientThe most recent measure taken by transport of the bandwidth from the client in bits/second.ro
Unsigned32
.1.3.6.1.4.1.3382.12.1.3.4.2.4.1.4
vServerAbbreviatedSubscriberClientRTTMeasured round trip time between Venturi client and server.ro
Unsigned32
.1.3.6.1.4.1.3382.12.1.3.4.2.4.1.5
vServerClientInfoTableClient information table.
SEQUENCE OF VServerClientInfoEntry
.1.3.6.1.4.1.3382.12.1.3.4.2.5
vServerClientInfoEntryAn entry in the Client Info table
VServerClientInfoEntry
.1.3.6.1.4.1.3382.12.1.3.4.2.5.1
vServerClientInfoRowIdThe row number in this table.ro
Unsigned32
.1.3.6.1.4.1.3382.12.1.3.4.2.5.1.1
vServerClientInfoClientIdClient identifier.ro
DisplayString (SNMPv2-TC)
.1.3.6.1.4.1.3382.12.1.3.4.2.5.1.2
vServerClientInfoRemoteIpIP address of the client.ro
IpAddress
.1.3.6.1.4.1.3382.12.1.3.4.2.5.1.3
vServerClientInfoSubIpSubscriber address tied to this entry.ro
IpAddress
.1.3.6.1.4.1.3382.12.1.3.4.2.5.1.4
vServerClientInfoActVCCount of active virtual connections for this client.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.5.1.5
vServerClientInfoBytesSentThe number of bytes that have been sent.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.5.1.6
vServerClientInfoBytesRcvdThe number of bytes that have been received.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.5.1.7
vServerClientInfoXmitRateTransmit rate.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.5.1.8
vServerClientInfoRecvRateReceive rate.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.5.1.9
vServerClientInfoRTTRound trip timero
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.5.1.10
vServerClientInfoNSubro
Counter64
.1.3.6.1.4.1.3382.12.1.3.4.2.5.1.11
vServerClientInfoFscro
OCTET STRING
.1.3.6.1.4.1.3382.12.1.3.4.2.5.1.12
vServerClientInfoScale0Value of shaping class 0.ro
OCTET STRING
.1.3.6.1.4.1.3382.12.1.3.4.2.5.1.13
vServerClientInfoScale1Value of shaping class 1.ro
OCTET STRING
.1.3.6.1.4.1.3382.12.1.3.4.2.5.1.14
vServerClientInfoScale2Value of shaping class 2.ro
OCTET STRING
.1.3.6.1.4.1.3382.12.1.3.4.2.5.1.15
vServerClientInfoScale3ro
OCTET STRING
.1.3.6.1.4.1.3382.12.1.3.4.2.5.1.16
vServerStatsCapacity
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.5
vServerStatsCapacityScalars
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.5.1
vServerCapacityPeakPeriodThe peak interval used for averaging the overload.ro
Integer32
.1.3.6.1.4.1.3382.12.1.3.5.1.1
vServerCapacityLoadThe value of average overload. which is currently TCPINOUT_30SECPEAK, VTPINTCPOUT_30SECPEAK or TCPINOUT_5MINAVG. Default is TCPINOUT_30SECPEAKro
Counter64
.1.3.6.1.4.1.3382.12.1.3.5.1.2
vServerStatsCapacityTables
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.5.2
vServerStatsHealthcheck
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.6
vServerStatsHealthcheckScalars
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.6.1
vServerStatsHealthcheckClientless
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.6.1.1
vServerHealthcheckClientlessRateClientless Load, 0-100, 100 == overloadedro
Gauge32
.1.3.6.1.4.1.3382.12.1.3.6.1.1.1
vServerHealthcheckClientlessFlowClientless Health, 1 = healthy, 5 = overloadedro
Gauge32
.1.3.6.1.4.1.3382.12.1.3.6.1.1.2
vServerStatsHealthcheckCliented
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.6.1.2
vServerHealthcheckClientedRateCliented Load, 0-100, 100 == overloadedro
Gauge32
.1.3.6.1.4.1.3382.12.1.3.6.1.2.1
vServerStatsHealthcheckTables
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.6.2
vServerStatsPerfGraph
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.7
vServerStatsPerfGraphScalars
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.7.1
vServerStatsDirectInBytesTotal bytes received directly from external.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.7.1.1
vServerStatsProxyInBytesTotal bytes received from proxies.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.7.1.2
vServerStatsUncompressedCacheInBytesTotal uncompressed bytes from cache.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.7.1.3
vServerStatsSubscriberOutBytesTotal bytes sent to subscriber.ro
Counter64
.1.3.6.1.4.1.3382.12.1.3.7.1.4
vServerStatsPerfGraphTables
OBJECT IDENTIFIER
.1.3.6.1.4.1.3382.12.1.3.7.2