WWW-MIB
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.
Main OID:
wwwMIB.1.3.6.1.2.1.65
99
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
99 total| Object Name |
|---|
wwwMIBThis 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 .1.3.6.1.2.1.65 |
wwwMIBObjects OBJECT IDENTIFIER .1.3.6.1.2.1.65.1 |
wwwService OBJECT IDENTIFIER .1.3.6.1.2.1.65.1.1 |
wwwServiceTableThe table of the WWW services known by the SNMP agent. SEQUENCE OF WwwServiceEntry .1.3.6.1.2.1.65.1.1.1 |
wwwServiceEntryDetails about a particular WWW service. WwwServiceEntry .1.3.6.1.2.1.65.1.1.1.1 |
wwwServiceIndexAn 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. Unsigned32 .1.3.6.1.2.1.65.1.1.1.1.1 |
wwwServiceDescriptionTextual 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.ro Utf8String (SYSAPPL-MIB) .1.3.6.1.2.1.65.1.1.1.1.2 |
wwwServiceContactThe 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. '<webmaster@domain.name>'.ro Utf8String (SYSAPPL-MIB) .1.3.6.1.2.1.65.1.1.1.1.3 |
wwwServiceProtocolAn 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.ro OBJECT IDENTIFIER .1.3.6.1.2.1.65.1.1.1.1.4 |
wwwServiceNameThe 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.ro DisplayString (SNMPv2-TC) .1.3.6.1.2.1.65.1.1.1.1.5 |
wwwServiceTypeThe application type using or realizing this WWW service.ro Enumeration .1.3.6.1.2.1.65.1.1.1.1.6 |
wwwServiceStartTimeThe 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.ro DateAndTime (SNMPv2-TC) .1.3.6.1.2.1.65.1.1.1.1.7 |
wwwServiceOperStatusIndicates the operational status of the WWW service.ro WwwOperStatus .1.3.6.1.2.1.65.1.1.1.1.8 |
wwwServiceLastChangeThe 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.ro DateAndTime (SNMPv2-TC) .1.3.6.1.2.1.65.1.1.1.1.9 |
wwwProtocolStatistics OBJECT IDENTIFIER .1.3.6.1.2.1.65.1.2 |
wwwSummaryTableThe table providing overview statistics for the WWW services on this system. SEQUENCE OF WwwSummaryEntry .1.3.6.1.2.1.65.1.2.1 |
wwwSummaryEntryOverview statistics for an individual service. WwwSummaryEntry .1.3.6.1.2.1.65.1.2.1.1 |
wwwSummaryInRequestsThe number of requests successfully received.ro Counter32 .1.3.6.1.2.1.65.1.2.1.1.1 |
wwwSummaryOutRequestsThe number of requests generated.ro Counter32 .1.3.6.1.2.1.65.1.2.1.1.2 |
wwwSummaryInResponsesThe number of responses successfully received.ro Counter32 .1.3.6.1.2.1.65.1.2.1.1.3 |
wwwSummaryOutResponsesThe number of responses generated.ro Counter32 .1.3.6.1.2.1.65.1.2.1.1.4 |
wwwSummaryInBytesThe number of content bytes received.ro Counter64 .1.3.6.1.2.1.65.1.2.1.1.5 |
wwwSummaryInLowBytesThe lowest thirty-two bits of wwwSummaryInBytes.ro Counter32 .1.3.6.1.2.1.65.1.2.1.1.6 |
wwwSummaryOutBytesThe number of content bytes transmitted.ro Counter64 .1.3.6.1.2.1.65.1.2.1.1.7 |
wwwSummaryOutLowBytesThe lowest thirty-two bits of wwwSummaryOutBytes.ro Counter32 .1.3.6.1.2.1.65.1.2.1.1.8 |
wwwRequestInTableThe table providing detailed statistics for requests received by WWW services on this system. SEQUENCE OF WwwRequestInEntry .1.3.6.1.2.1.65.1.2.2 |
wwwRequestInEntryRequest statistics for an individual service. WwwRequestInEntry .1.3.6.1.2.1.65.1.2.2.1 |
wwwRequestInIndexThe particular request type the statistics apply to. WwwRequestType .1.3.6.1.2.1.65.1.2.2.1.1 |
wwwRequestInRequestsThe number of requests of this type received by this WWW service.ro Counter32 .1.3.6.1.2.1.65.1.2.2.1.2 |
wwwRequestInBytesThe number of content bytes per request type received by this WWW service.ro Counter32 .1.3.6.1.2.1.65.1.2.2.1.3 |
wwwRequestInLastTimeThe 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.ro DateAndTime (SNMPv2-TC) .1.3.6.1.2.1.65.1.2.2.1.4 |
wwwRequestOutTableThe table providing detailed statistics for requests generated by the services on this system. SEQUENCE OF WwwRequestOutEntry .1.3.6.1.2.1.65.1.2.3 |
wwwRequestOutEntryRequest statistics for an individual service. WwwRequestOutEntry .1.3.6.1.2.1.65.1.2.3.1 |
wwwRequestOutIndexThe particular request type the statistics apply to. WwwRequestType .1.3.6.1.2.1.65.1.2.3.1.1 |
wwwRequestOutRequestsThe number of requests of this type generated by this WWW service.ro Counter32 .1.3.6.1.2.1.65.1.2.3.1.2 |
wwwRequestOutBytesThe number of content bytes per requests type generated by this WWW service.ro Counter32 .1.3.6.1.2.1.65.1.2.3.1.3 |
wwwRequestOutLastTimeThe 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.ro DateAndTime (SNMPv2-TC) .1.3.6.1.2.1.65.1.2.3.1.4 |
wwwResponseInTableThe table providing detailed statistics for responses received by WWW services on this system. SEQUENCE OF WwwResponseInEntry .1.3.6.1.2.1.65.1.2.4 |
wwwResponseInEntryResponse statistics for an individual service. WwwResponseInEntry .1.3.6.1.2.1.65.1.2.4.1 |
wwwResponseInIndexThe particular response type the statistics apply to. WwwResponseType .1.3.6.1.2.1.65.1.2.4.1.1 |
wwwResponseInResponsesThe number of responses of this type received by this WWW service.ro Counter32 .1.3.6.1.2.1.65.1.2.4.1.2 |
wwwResponseInBytesThe number of content bytes per response type received by this WWW service.ro Counter32 .1.3.6.1.2.1.65.1.2.4.1.3 |
wwwResponseInLastTimeThe 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.ro DateAndTime (SNMPv2-TC) .1.3.6.1.2.1.65.1.2.4.1.4 |
wwwResponseOutTableThe table providing detailed statistics for responses generated by services on this system. SEQUENCE OF WwwResponseOutEntry .1.3.6.1.2.1.65.1.2.5 |
wwwResponseOutEntryResponse statistics for an individual service. WwwResponseOutEntry .1.3.6.1.2.1.65.1.2.5.1 |
wwwResponseOutIndexThe particular response type the statistics apply to. WwwResponseType .1.3.6.1.2.1.65.1.2.5.1.1 |
wwwResponseOutResponsesThe number of responses of this type generated by this WWW service.ro Counter32 .1.3.6.1.2.1.65.1.2.5.1.2 |
wwwResponseOutBytesThe number of content bytes per response type generated by this WWW service.ro Counter32 .1.3.6.1.2.1.65.1.2.5.1.3 |
wwwResponseOutLastTimeThe 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.ro DateAndTime (SNMPv2-TC) .1.3.6.1.2.1.65.1.2.5.1.4 |
wwwDocumentStatistics OBJECT IDENTIFIER .1.3.6.1.2.1.65.1.3 |
wwwDocCtrlTableA table which controls how the MIB implementation collects and maintains document statistics. SEQUENCE OF WwwDocCtrlEntry .1.3.6.1.2.1.65.1.3.1 |
wwwDocCtrlEntryAn entry used to configure the wwwDocLastNTable, the wwwDocBucketTable, the wwwDocAccessTopNTable, and the wwwDocBytesTopNTable. WwwDocCtrlEntry .1.3.6.1.2.1.65.1.3.1.1 |
wwwDocCtrlLastNSizeThe maximum number of entries in the wwwDocLastNTable.rw Unsigned32 .1.3.6.1.2.1.65.1.3.1.1.1 |
wwwDocCtrlLastNLockThis 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.rw TimeTicks (SNMPv2-SMI) .1.3.6.1.2.1.65.1.3.1.1.2 |
wwwDocCtrlBucketsThe 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.rw Unsigned32 .1.3.6.1.2.1.65.1.3.1.1.3 |
wwwDocCtrlBucketTimeIntervalThe time interval after which a new bucket is created. Changing this object has no effect on existing buckets.rw TimeInterval (SNMPv2-TC) .1.3.6.1.2.1.65.1.3.1.1.4 |
wwwDocCtrlTopNSizeThe maximum number of entries shown in the wwwDocAccessTopNTable and the wwwDocBytesTopNTable. Changing this object has no effect on existing buckets.rw Unsigned32 .1.3.6.1.2.1.65.1.3.1.1.5 |
wwwDocLastNTableThe table which logs the last N access attempts. SEQUENCE OF WwwDocLastNEntry .1.3.6.1.2.1.65.1.3.2 |
wwwDocLastNEntryAn entry which describes a recent access attempt. WwwDocLastNEntry .1.3.6.1.2.1.65.1.3.2.1 |
wwwDocLastNIndexAn 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. Unsigned32 .1.3.6.1.2.1.65.1.3.2.1.1 |
wwwDocLastNNameThe name of the document for which access was attempted.ro WwwDocName .1.3.6.1.2.1.65.1.3.2.1.2 |
wwwDocLastNTimeStampThe date and time of the last attempt to access this document.ro DateAndTime (SNMPv2-TC) .1.3.6.1.2.1.65.1.3.2.1.3 |
wwwDocLastNRequestTypeThe protocol request type which was received by the server when this document access was attempted.ro WwwRequestType .1.3.6.1.2.1.65.1.3.2.1.4 |
wwwDocLastNResponseTypeThe 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.ro WwwResponseType .1.3.6.1.2.1.65.1.3.2.1.5 |
wwwDocLastNStatusMsgThis 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.ro Utf8String (SYSAPPL-MIB) .1.3.6.1.2.1.65.1.3.2.1.6 |
wwwDocLastNBytesThe number of content bytes that were returned as a result of this attempt to access a document.ro Unsigned32 .1.3.6.1.2.1.65.1.3.2.1.7 |
wwwDocBucketTableThis table provides administrative summary information for the buckets maintained per WWW service. SEQUENCE OF WwwDocBucketEntry .1.3.6.1.2.1.65.1.3.3 |
wwwDocBucketEntryAn entry which describes the parameters associated with a particular bucket. WwwDocBucketEntry .1.3.6.1.2.1.65.1.3.3.1 |
wwwDocBucketIndexAn arbitrary monotonically increasing integer number used for indexing the wwwDocBucketTable. The index number wraps to 1 whenever the maximum value is reached. Unsigned32 .1.3.6.1.2.1.65.1.3.3.1.1 |
wwwDocBucketTimeStampThe date and time when the bucket was made available.ro DateAndTime (SNMPv2-TC) .1.3.6.1.2.1.65.1.3.3.1.2 |
wwwDocBucketAccessesThe total number of access attempts for any document provided by this WWW service during the time interval over which this bucket was created.ro Unsigned32 .1.3.6.1.2.1.65.1.3.3.1.3 |
wwwDocBucketDocumentsThe total number of different documents for which access was attempted this this WWW service during the time interval over which this bucket was created.ro Unsigned32 .1.3.6.1.2.1.65.1.3.3.1.4 |
wwwDocBucketBytesThe total number of content bytes which were transferred from this WWW service during the time interval over which this bucket was created.ro Unsigned32 .1.3.6.1.2.1.65.1.3.3.1.5 |
wwwDocAccessTopNTableThe 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. SEQUENCE OF WwwDocAccessTopNEntry .1.3.6.1.2.1.65.1.3.4 |
wwwDocAccessTopNEntryAn entry in the top N table sorted by document accesses. WwwDocAccessTopNEntry .1.3.6.1.2.1.65.1.3.4.1 |
wwwDocAccessTopNIndexAn 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. Unsigned32 .1.3.6.1.2.1.65.1.3.4.1.1 |
wwwDocAccessTopNNameThe name of the document for which access was attempted.ro WwwDocName .1.3.6.1.2.1.65.1.3.4.1.2 |
wwwDocAccessTopNAccessesThe total number of access attempts for this document.ro Unsigned32 .1.3.6.1.2.1.65.1.3.4.1.3 |
wwwDocAccessTopNBytesThe total number of content bytes that were transmitted as a result of attempts to access this document.ro Unsigned32 .1.3.6.1.2.1.65.1.3.4.1.4 |
wwwDocAccessTopNLastResponseTypeThe 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.ro WwwResponseType .1.3.6.1.2.1.65.1.3.4.1.5 |
wwwDocBytesTopNTableThe 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. SEQUENCE OF WwwDocBytesTopNEntry .1.3.6.1.2.1.65.1.3.5 |
wwwDocBytesTopNEntryAn entry in the top N table sorted by network traffic. WwwDocBytesTopNEntry .1.3.6.1.2.1.65.1.3.5.1 |
wwwDocBytesTopNIndexAn 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. Unsigned32 .1.3.6.1.2.1.65.1.3.5.1.1 |
wwwDocBytesTopNNameThe name of the document for which access was attempted.ro WwwDocName .1.3.6.1.2.1.65.1.3.5.1.2 |
wwwDocBytesTopNAccessesThe total number of access attempts for this document.ro Unsigned32 .1.3.6.1.2.1.65.1.3.5.1.3 |
wwwDocBytesTopNBytesThe total number of content bytes that were transmitted as a result of attempts to access this document.ro Unsigned32 .1.3.6.1.2.1.65.1.3.5.1.4 |
wwwDocBytesTopNLastResponseTypeThe 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.ro WwwResponseType .1.3.6.1.2.1.65.1.3.5.1.5 |
wwwMIBConformance OBJECT IDENTIFIER .1.3.6.1.2.1.65.2 |
wwwMIBCompliances OBJECT IDENTIFIER .1.3.6.1.2.1.65.2.1 |
wwwMinimalComplianceThe 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. Unknown .1.3.6.1.2.1.65.2.1.1 |
wwwFullComplianceThe compliance statement for SNMP agents which implement the full WWW-MIB. Unknown .1.3.6.1.2.1.65.2.1.2 |
wwwMIBGroups OBJECT IDENTIFIER .1.3.6.1.2.1.65.2.2 |
wwwServiceGroupA collection of objects providing information about the WWW services known by the SNMP agent. Unknown .1.3.6.1.2.1.65.2.2.1 |
wwwSummaryGroupA collection of objects providing summary statistics about requests and responses generated and received by a WWW service. Unknown .1.3.6.1.2.1.65.2.2.2 |
wwwRequestInGroupA collection of objects providing detailed statistics about requests received by a WWW service. Unknown .1.3.6.1.2.1.65.2.2.3 |
wwwRequestOutGroupA collection of objects providing detailed statistics about requests generated by a WWW service. Unknown .1.3.6.1.2.1.65.2.2.4 |
wwwResponseInGroupA collection of objects providing detailed statistics about responses received by a WWW service. Unknown .1.3.6.1.2.1.65.2.2.5 |
wwwResponseOutGroupA collection of objects providing detailed statistics about responses generated by a WWW service. Unknown .1.3.6.1.2.1.65.2.2.6 |
wwwDocumentGroupA collection of objects providing information about accesses to documents. Unknown .1.3.6.1.2.1.65.2.2.7 |