WWW-MIB

File: WWW-MIB.mib (43002 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SYSAPPL-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE mib-2
Counter32 Counter64 Integer32
Unsigned32 TimeTicks TEXTUAL-CONVENTION
DisplayString DateAndTime TimeInterval
MODULE-COMPLIANCE OBJECT-GROUP Utf8String

Defined Types

WwwRequestType  
The WwwRequestType defines the textual identification of request types used by a document transfer protocol. For the proper values for a given DTP, refer to the protocol mappings for that DTP.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..40)  

WwwResponseType  
The WwwResponseType defines the different response values used by document transfer protocols. For the proper values for a given DTP, refer to the protocol mappings for that DTP.
TEXTUAL-CONVENTION    
  Integer32 0..2147483647  

WwwOperStatus  
The operational status of a WWW service. 'down' indicates that the service is not available. 'running' indicates that the service is operational and available. 'halted' indicates that the service is operational but not available. 'congested' indicates that the service is operational but no additional inbound associations can be accommodated. 'restarting' indicates that the service is currently unavailable but is in the process of restarting and will be available soon.
TEXTUAL-CONVENTION    
  INTEGER down(1), running(2), halted(3), congested(4), restarting(5)  

WwwDocName  
The server relative name of a document. If the URL were http://www.x.org/standards/search/search.cgi?string=test then the value of this textual convention would resolve to '/standards/search/search.cgi'. This textual convention uses the character set for URIs as defined in RFC 2396 section 2.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

WwwServiceEntry  
SEQUENCE    
  wwwServiceIndex Unsigned32
  wwwServiceDescription Utf8String
  wwwServiceContact Utf8String
  wwwServiceProtocol OBJECT IDENTIFIER
  wwwServiceName DisplayString
  wwwServiceType INTEGER
  wwwServiceStartTime DateAndTime
  wwwServiceOperStatus WwwOperStatus
  wwwServiceLastChange DateAndTime

WwwSummaryEntry  
SEQUENCE    
  wwwSummaryInRequests Counter32
  wwwSummaryOutRequests Counter32
  wwwSummaryInResponses Counter32
  wwwSummaryOutResponses Counter32
  wwwSummaryInBytes Counter64
  wwwSummaryInLowBytes Counter32
  wwwSummaryOutBytes Counter64
  wwwSummaryOutLowBytes Counter32

WwwRequestInEntry  
SEQUENCE    
  wwwRequestInIndex WwwRequestType
  wwwRequestInRequests Counter32
  wwwRequestInBytes Counter32
  wwwRequestInLastTime DateAndTime

WwwRequestOutEntry  
SEQUENCE    
  wwwRequestOutIndex WwwRequestType
  wwwRequestOutRequests Counter32
  wwwRequestOutBytes Counter32
  wwwRequestOutLastTime DateAndTime

WwwResponseInEntry  
SEQUENCE    
  wwwResponseInIndex WwwResponseType
  wwwResponseInResponses Counter32
  wwwResponseInBytes Counter32
  wwwResponseInLastTime DateAndTime

WwwResponseOutEntry  
SEQUENCE    
  wwwResponseOutIndex WwwResponseType
  wwwResponseOutResponses Counter32
  wwwResponseOutBytes Counter32
  wwwResponseOutLastTime DateAndTime

WwwDocCtrlEntry  
SEQUENCE    
  wwwDocCtrlLastNSize Unsigned32
  wwwDocCtrlLastNLock TimeTicks
  wwwDocCtrlBuckets Unsigned32
  wwwDocCtrlBucketTimeInterval TimeInterval
  wwwDocCtrlTopNSize Unsigned32

WwwDocLastNEntry  
SEQUENCE    
  wwwDocLastNIndex Unsigned32
  wwwDocLastNName WwwDocName
  wwwDocLastNTimeStamp DateAndTime
  wwwDocLastNRequestType WwwRequestType
  wwwDocLastNResponseType WwwResponseType
  wwwDocLastNStatusMsg Utf8String
  wwwDocLastNBytes Unsigned32

WwwDocBucketEntry  
SEQUENCE    
  wwwDocBucketIndex Unsigned32
  wwwDocBucketTimeStamp DateAndTime
  wwwDocBucketAccesses Unsigned32
  wwwDocBucketDocuments Unsigned32
  wwwDocBucketBytes Unsigned32

WwwDocAccessTopNEntry  
SEQUENCE    
  wwwDocAccessTopNIndex Unsigned32
  wwwDocAccessTopNName WwwDocName
  wwwDocAccessTopNAccesses Unsigned32
  wwwDocAccessTopNBytes Unsigned32
  wwwDocAccessTopNLastResponseType WwwResponseType

WwwDocBytesTopNEntry  
SEQUENCE    
  wwwDocBytesTopNIndex Unsigned32
  wwwDocBytesTopNName WwwDocName
  wwwDocBytesTopNAccesses Unsigned32
  wwwDocBytesTopNBytes Unsigned32
  wwwDocBytesTopNLastResponseType WwwResponseType

Defined Values

wwwMIB 1.3.6.1.2.1.65
This WWW service MIB module is applicable to services realized by a family of 'Document Transfer Protocols' (DTP). Examples of DTPs are HTTP and FTP.
MODULE-IDENTITY    

wwwMIBObjects 1.3.6.1.2.1.65.1
OBJECT IDENTIFIER    

wwwMIBConformance 1.3.6.1.2.1.65.2
OBJECT IDENTIFIER    

wwwService 1.3.6.1.2.1.65.1.1
OBJECT IDENTIFIER    

wwwServiceTable 1.3.6.1.2.1.65.1.1.1
The table of the WWW services known by the SNMP agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwwServiceEntry

wwwServiceEntry 1.3.6.1.2.1.65.1.1.1.1
Details about a particular WWW service.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwwServiceEntry  

wwwServiceIndex 1.3.6.1.2.1.65.1.1.1.1.1
An integer used to uniquely identify a WWW service. The value must be the same as the corresponding value of the applSrvIndex defined in the Application Management MIB (APPLICATION-MIB) if the applSrvIndex object is available. It might be necessary to manually configure sub-agents in order to meet this requirement.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

wwwServiceDescription 1.3.6.1.2.1.65.1.1.1.1.2
Textual description of the WWW service. This shall include at least the vendor and version number of the application realizing the WWW service. In a minimal case, this might be the Product Token (see RFC 2068) for the application.
Status: current Access: read-only
OBJECT-TYPE    
  Utf8String  

wwwServiceContact 1.3.6.1.2.1.65.1.1.1.1.3
The textual identification of the contact person for this service, together with information on how to contact this person. For instance, this might be a string containing an email address, e.g. ''.
Status: current Access: read-only
OBJECT-TYPE    
  Utf8String  

wwwServiceProtocol 1.3.6.1.2.1.65.1.1.1.1.4
An identification of the primary protocol in use by this service. For Internet applications, the IANA maintains a registry of the OIDs which correspond to well-known application protocols. If the application protocol is not listed in the registry, an OID value of the form {applTCPProtoID port} or {applUDPProtoID port} are used for TCP-based and UDP-based protocols, respectively. In either case 'port' corresponds to the primary port number being used by the protocol.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

wwwServiceName 1.3.6.1.2.1.65.1.1.1.1.5
The fully qualified domain name by which this service is known. This object must contain the virtual host name if the service is realized for a virtual host.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

wwwServiceType 1.3.6.1.2.1.65.1.1.1.1.6
The application type using or realizing this WWW service.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER wwwOther(1), wwwServer(2), wwwClient(3), wwwProxy(4), wwwCachingProxy(5)  

wwwServiceStartTime 1.3.6.1.2.1.65.1.1.1.1.7
The date and time when this WWW service was last started. The value SHALL be '0000000000000000'H if the last start time of this WWW service is not known.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

wwwServiceOperStatus 1.3.6.1.2.1.65.1.1.1.1.8
Indicates the operational status of the WWW service.
Status: current Access: read-only
OBJECT-TYPE    
  WwwOperStatus  

wwwServiceLastChange 1.3.6.1.2.1.65.1.1.1.1.9
The date and time when this WWW service entered its current operational state. The value SHALL be '0000000000000000'H if the time of the last state change is not known.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

wwwProtocolStatistics 1.3.6.1.2.1.65.1.2
OBJECT IDENTIFIER    

wwwSummaryTable 1.3.6.1.2.1.65.1.2.1
The table providing overview statistics for the WWW services on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwwSummaryEntry

wwwSummaryEntry 1.3.6.1.2.1.65.1.2.1.1
Overview statistics for an individual service.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwwSummaryEntry  

wwwSummaryInRequests 1.3.6.1.2.1.65.1.2.1.1.1
The number of requests successfully received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwwSummaryOutRequests 1.3.6.1.2.1.65.1.2.1.1.2
The number of requests generated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwwSummaryInResponses 1.3.6.1.2.1.65.1.2.1.1.3
The number of responses successfully received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwwSummaryOutResponses 1.3.6.1.2.1.65.1.2.1.1.4
The number of responses generated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwwSummaryInBytes 1.3.6.1.2.1.65.1.2.1.1.5
The number of content bytes received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

wwwSummaryInLowBytes 1.3.6.1.2.1.65.1.2.1.1.6
The lowest thirty-two bits of wwwSummaryInBytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwwSummaryOutBytes 1.3.6.1.2.1.65.1.2.1.1.7
The number of content bytes transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

wwwSummaryOutLowBytes 1.3.6.1.2.1.65.1.2.1.1.8
The lowest thirty-two bits of wwwSummaryOutBytes.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwwRequestInTable 1.3.6.1.2.1.65.1.2.2
The table providing detailed statistics for requests received by WWW services on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwwRequestInEntry

wwwRequestInEntry 1.3.6.1.2.1.65.1.2.2.1
Request statistics for an individual service.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwwRequestInEntry  

wwwRequestInIndex 1.3.6.1.2.1.65.1.2.2.1.1
The particular request type the statistics apply to.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwwRequestType  

wwwRequestInRequests 1.3.6.1.2.1.65.1.2.2.1.2
The number of requests of this type received by this WWW service.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwwRequestInBytes 1.3.6.1.2.1.65.1.2.2.1.3
The number of content bytes per request type received by this WWW service.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwwRequestInLastTime 1.3.6.1.2.1.65.1.2.2.1.4
The date and time when the last byte of the last complete request of this type was received by this WWW service. The value SHALL be '0000000000000000'H if no request of this type has been received yet.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

wwwRequestOutTable 1.3.6.1.2.1.65.1.2.3
The table providing detailed statistics for requests generated by the services on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwwRequestOutEntry

wwwRequestOutEntry 1.3.6.1.2.1.65.1.2.3.1
Request statistics for an individual service.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwwRequestOutEntry  

wwwRequestOutIndex 1.3.6.1.2.1.65.1.2.3.1.1
The particular request type the statistics apply to.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwwRequestType  

wwwRequestOutRequests 1.3.6.1.2.1.65.1.2.3.1.2
The number of requests of this type generated by this WWW service.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwwRequestOutBytes 1.3.6.1.2.1.65.1.2.3.1.3
The number of content bytes per requests type generated by this WWW service.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwwRequestOutLastTime 1.3.6.1.2.1.65.1.2.3.1.4
The date and time when the first byte of the last request of this type was send by this WWW service. The value SHALL be '0000000000000000'H if no request of this type has been send yet.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

wwwResponseInTable 1.3.6.1.2.1.65.1.2.4
The table providing detailed statistics for responses received by WWW services on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwwResponseInEntry

wwwResponseInEntry 1.3.6.1.2.1.65.1.2.4.1
Response statistics for an individual service.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwwResponseInEntry  

wwwResponseInIndex 1.3.6.1.2.1.65.1.2.4.1.1
The particular response type the statistics apply to.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwwResponseType  

wwwResponseInResponses 1.3.6.1.2.1.65.1.2.4.1.2
The number of responses of this type received by this WWW service.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwwResponseInBytes 1.3.6.1.2.1.65.1.2.4.1.3
The number of content bytes per response type received by this WWW service.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwwResponseInLastTime 1.3.6.1.2.1.65.1.2.4.1.4
The date and time when the last byte of the last complete response of this type was received by this WWW service. The value SHALL be '0000000000000000'H if no response of this type has been received yet.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

wwwResponseOutTable 1.3.6.1.2.1.65.1.2.5
The table providing detailed statistics for responses generated by services on this system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwwResponseOutEntry

wwwResponseOutEntry 1.3.6.1.2.1.65.1.2.5.1
Response statistics for an individual service.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwwResponseOutEntry  

wwwResponseOutIndex 1.3.6.1.2.1.65.1.2.5.1.1
The particular response type the statistics apply to.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwwResponseType  

wwwResponseOutResponses 1.3.6.1.2.1.65.1.2.5.1.2
The number of responses of this type generated by this WWW service.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwwResponseOutBytes 1.3.6.1.2.1.65.1.2.5.1.3
The number of content bytes per response type generated by this WWW service.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwwResponseOutLastTime 1.3.6.1.2.1.65.1.2.5.1.4
The date and time when the first byte of the last response of this type was sent by this WWW service. The value SHALL be '0000000000000000'H if response of this type has been send yet.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

wwwDocumentStatistics 1.3.6.1.2.1.65.1.3
OBJECT IDENTIFIER    

wwwDocCtrlTable 1.3.6.1.2.1.65.1.3.1
A table which controls how the MIB implementation collects and maintains document statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwwDocCtrlEntry

wwwDocCtrlEntry 1.3.6.1.2.1.65.1.3.1.1
An entry used to configure the wwwDocLastNTable, the wwwDocBucketTable, the wwwDocAccessTopNTable, and the wwwDocBytesTopNTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwwDocCtrlEntry  

wwwDocCtrlLastNSize 1.3.6.1.2.1.65.1.3.1.1.1
The maximum number of entries in the wwwDocLastNTable.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

wwwDocCtrlLastNLock 1.3.6.1.2.1.65.1.3.1.1.2
This object allows a manager to lock the wwwDocLastNTable in order to retrieve the wwwDocLastNTable in a consistent state. The agent is expected to take a snapshot of the wwwDocLastNTable when it is locked and to continue updating the real wwwDocLastNTable table so that recent information is available as soon as the wwwDocLastNTable is unlocked again. Setting this object to a value greater than 0 will lock the table. The timer ticks backwards until it reaches 0. The table unlocks automatically once the timer reaches 0 and the timer stops ticking. A manager can increase the timer to request more time to read the table. However, any attempt to decrease the timer will fail with an inconsistentValue error. This rule ensures that multiple managers can simultaneously lock and retrieve the wwwDocLastNTable. Note that managers must cooperate in using wwwDocCtrlLastNLock. In particular, a manager MUST not keep the wwwDocLastNTable locked when it is not necessary to finish a retrieval operation.
Status: current Access: read-write
OBJECT-TYPE    
  TimeTicks  

wwwDocCtrlBuckets 1.3.6.1.2.1.65.1.3.1.1.3
The maximum number of buckets maintained by the agent before the oldest bucket is deleted. The buckets are used to populate the wwwDocAccessTopNTable and the wwwDocBytesTopNTable. The time interval captured in each bucket can be configured by setting the wwwDocCtrlBucketTimeInterval object.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

wwwDocCtrlBucketTimeInterval 1.3.6.1.2.1.65.1.3.1.1.4
The time interval after which a new bucket is created. Changing this object has no effect on existing buckets.
Status: current Access: read-write
OBJECT-TYPE    
  TimeInterval  

wwwDocCtrlTopNSize 1.3.6.1.2.1.65.1.3.1.1.5
The maximum number of entries shown in the wwwDocAccessTopNTable and the wwwDocBytesTopNTable. Changing this object has no effect on existing buckets.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

wwwDocLastNTable 1.3.6.1.2.1.65.1.3.2
The table which logs the last N access attempts.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwwDocLastNEntry

wwwDocLastNEntry 1.3.6.1.2.1.65.1.3.2.1
An entry which describes a recent access attempt.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwwDocLastNEntry  

wwwDocLastNIndex 1.3.6.1.2.1.65.1.3.2.1.1
An arbitrary monotonically increasing integer number used for indexing the wwwDocLastNTable. The first document accessed appears in the table with this index value equal to one. Each subsequent document is indexed with the next sequential index value. The Nth document accessed will be indexed by N. This table presents a sliding window of the last wwwDocCtrlLastNSize documents accessed. Thus, entries in this table will be indexed by N-wwwDocCtrlLastNSize thru N if N > wwwDocCtrlLastNSize and 1 thru N if N <= wwwDocCtrlLastNSize. The wwwDocCtrlLastNLock attribute can be used to lock this table to allow the manager to read its contents.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

wwwDocLastNName 1.3.6.1.2.1.65.1.3.2.1.2
The name of the document for which access was attempted.
Status: current Access: read-only
OBJECT-TYPE    
  WwwDocName  

wwwDocLastNTimeStamp 1.3.6.1.2.1.65.1.3.2.1.3
The date and time of the last attempt to access this document.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

wwwDocLastNRequestType 1.3.6.1.2.1.65.1.3.2.1.4
The protocol request type which was received by the server when this document access was attempted.
Status: current Access: read-only
OBJECT-TYPE    
  WwwRequestType  

wwwDocLastNResponseType 1.3.6.1.2.1.65.1.3.2.1.5
The protocol response type which was sent to the client as a result of this attempt to access a document. This object contains the type of the primary response if there were multiple responses to a single request.
Status: current Access: read-only
OBJECT-TYPE    
  WwwResponseType  

wwwDocLastNStatusMsg 1.3.6.1.2.1.65.1.3.2.1.6
This object contains a human readable description of the reason why the wwwDocLastNResponseType was returned to the client. This object defines the implementation-specific reason if the value of wwwDocLastNResponseType indicates an error. For example, this object can indicate that the requested document could not be transferred due to a timeout condition or the document could not be transferred because a 'soft link' pointing to the document could not be resolved.
Status: current Access: read-only
OBJECT-TYPE    
  Utf8String  

wwwDocLastNBytes 1.3.6.1.2.1.65.1.3.2.1.7
The number of content bytes that were returned as a result of this attempt to access a document.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwwDocBucketTable 1.3.6.1.2.1.65.1.3.3
This table provides administrative summary information for the buckets maintained per WWW service.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwwDocBucketEntry

wwwDocBucketEntry 1.3.6.1.2.1.65.1.3.3.1
An entry which describes the parameters associated with a particular bucket.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwwDocBucketEntry  

wwwDocBucketIndex 1.3.6.1.2.1.65.1.3.3.1.1
An arbitrary monotonically increasing integer number used for indexing the wwwDocBucketTable. The index number wraps to 1 whenever the maximum value is reached.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

wwwDocBucketTimeStamp 1.3.6.1.2.1.65.1.3.3.1.2
The date and time when the bucket was made available.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

wwwDocBucketAccesses 1.3.6.1.2.1.65.1.3.3.1.3
The total number of access attempts for any document provided by this WWW service during the time interval over which this bucket was created.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwwDocBucketDocuments 1.3.6.1.2.1.65.1.3.3.1.4
The total number of different documents for which access was attempted this this WWW service during the time interval over which this bucket was created.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwwDocBucketBytes 1.3.6.1.2.1.65.1.3.3.1.5
The total number of content bytes which were transferred from this WWW service during the time interval over which this bucket was created.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwwDocAccessTopNTable 1.3.6.1.2.1.65.1.3.4
The table of the most frequently accessed documents in a given bucket. This table is sorted by the column wwwDocAccessTopNAccesses. Entries having the same number of accesses are secondarily sorted by wwwDocAccessTopNBytes. Entries with the same number of accesses and the same number of bytes will have an arbitrary order.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwwDocAccessTopNEntry

wwwDocAccessTopNEntry 1.3.6.1.2.1.65.1.3.4.1
An entry in the top N table sorted by document accesses.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwwDocAccessTopNEntry  

wwwDocAccessTopNIndex 1.3.6.1.2.1.65.1.3.4.1.1
An arbitrary monotonically increasing integer number used for indexing the wwwDocAccessTopNTable. The index is inversely correlated to the sorting order of the table. The document with the highest access count will get the index value 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

wwwDocAccessTopNName 1.3.6.1.2.1.65.1.3.4.1.2
The name of the document for which access was attempted.
Status: current Access: read-only
OBJECT-TYPE    
  WwwDocName  

wwwDocAccessTopNAccesses 1.3.6.1.2.1.65.1.3.4.1.3
The total number of access attempts for this document.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwwDocAccessTopNBytes 1.3.6.1.2.1.65.1.3.4.1.4
The total number of content bytes that were transmitted as a result of attempts to access this document.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwwDocAccessTopNLastResponseType 1.3.6.1.2.1.65.1.3.4.1.5
The protocol response type which was sent to the client as a result of the last attempt to access this document. This object contains the type of the primary response if there were multiple responses to a single request.
Status: current Access: read-only
OBJECT-TYPE    
  WwwResponseType  

wwwDocBytesTopNTable 1.3.6.1.2.1.65.1.3.5
The table of the documents which caused most network traffic in a given bucket. This table is sorted by the column wwwDocBytesTopNBytes. Entries having the same number bytes are secondarily sorted by wwwDocBytesTopNAccesses. Entries with the same number of accesses and the same number of bytes will have an arbitrary order.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwwDocBytesTopNEntry

wwwDocBytesTopNEntry 1.3.6.1.2.1.65.1.3.5.1
An entry in the top N table sorted by network traffic.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwwDocBytesTopNEntry  

wwwDocBytesTopNIndex 1.3.6.1.2.1.65.1.3.5.1.1
An arbitrary monotonically increasing integer number used for indexing the wwwDocBytesTopNTable. The index is inversely correlated to the sorting order of the table. The document with the highest byte count will get the index value 1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

wwwDocBytesTopNName 1.3.6.1.2.1.65.1.3.5.1.2
The name of the document for which access was attempted.
Status: current Access: read-only
OBJECT-TYPE    
  WwwDocName  

wwwDocBytesTopNAccesses 1.3.6.1.2.1.65.1.3.5.1.3
The total number of access attempts for this document.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwwDocBytesTopNBytes 1.3.6.1.2.1.65.1.3.5.1.4
The total number of content bytes that were transmitted as a result of attempts to access this document.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwwDocBytesTopNLastResponseType 1.3.6.1.2.1.65.1.3.5.1.5
The protocol response type which was sent to the client as a result of the last attempt to access this document. This object contains the type of the primary response if there were multiple responses to a single request.
Status: current Access: read-only
OBJECT-TYPE    
  WwwResponseType  

wwwMIBCompliances 1.3.6.1.2.1.65.2.1
OBJECT IDENTIFIER    

wwwMIBGroups 1.3.6.1.2.1.65.2.2
OBJECT IDENTIFIER    

wwwMinimalCompliance 1.3.6.1.2.1.65.2.1.1
The compliance statement for SNMP agents which implement the minimal subset of the WWW-MIB. Implementors might choose this subset for high-performance server where full compliance might be to expensive.
Status: current Access: read-only
MODULE-COMPLIANCE    

wwwFullCompliance 1.3.6.1.2.1.65.2.1.2
The compliance statement for SNMP agents which implement the full WWW-MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

wwwServiceGroup 1.3.6.1.2.1.65.2.2.1
A collection of objects providing information about the WWW services known by the SNMP agent.
Status: current Access: read-only
OBJECT-GROUP    

wwwSummaryGroup 1.3.6.1.2.1.65.2.2.2
A collection of objects providing summary statistics about requests and responses generated and received by a WWW service.
Status: current Access: read-only
OBJECT-GROUP    

wwwRequestInGroup 1.3.6.1.2.1.65.2.2.3
A collection of objects providing detailed statistics about requests received by a WWW service.
Status: current Access: read-only
OBJECT-GROUP    

wwwRequestOutGroup 1.3.6.1.2.1.65.2.2.4
A collection of objects providing detailed statistics about requests generated by a WWW service.
Status: current Access: read-only
OBJECT-GROUP    

wwwResponseInGroup 1.3.6.1.2.1.65.2.2.5
A collection of objects providing detailed statistics about responses received by a WWW service.
Status: current Access: read-only
OBJECT-GROUP    

wwwResponseOutGroup 1.3.6.1.2.1.65.2.2.6
A collection of objects providing detailed statistics about responses generated by a WWW service.
Status: current Access: read-only
OBJECT-GROUP    

wwwDocumentGroup 1.3.6.1.2.1.65.2.2.7
A collection of objects providing information about accesses to documents.
Status: current Access: read-only
OBJECT-GROUP