⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc2594.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 3 页
字号:
       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION           "An entry which describes the parameters associated with a            particular bucket."       INDEX       { wwwServiceIndex, wwwDocBucketIndex }       ::= { wwwDocBucketTable 1 }   WwwDocBucketEntry ::= SEQUENCE {       wwwDocBucketIndex           Unsigned32,       wwwDocBucketTimeStamp       DateAndTime,       wwwDocBucketAccesses        Unsigned32,       wwwDocBucketDocuments       Unsigned32,       wwwDocBucketBytes           Unsigned32   }   wwwDocBucketIndex OBJECT-TYPE       SYNTAX      Unsigned32 (1..4294967295)       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION           "An arbitrary monotonically increasing integer number            used for indexing the wwwDocBucketTable. The index number            wraps to 1 whenever the maximum value is reached."       ::= { wwwDocBucketEntry 1 }   wwwDocBucketTimeStamp OBJECT-TYPE       SYNTAX      DateAndTime       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "The date and time when the bucket was made available."       ::= { wwwDocBucketEntry 2 }   wwwDocBucketAccesses OBJECT-TYPE       SYNTAX      Unsigned32       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "The total number of access attempts for any document            provided by this WWW service during the time interval            over which this bucket was created."       ::= { wwwDocBucketEntry 3 }   wwwDocBucketDocuments OBJECT-TYPE       SYNTAX      Unsigned32       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "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."       ::= { wwwDocBucketEntry 4 }   wwwDocBucketBytes OBJECT-TYPE       SYNTAX      Unsigned32       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "The total number of content bytes which were transferred            from this WWW service during the time interval over which            this bucket was created."       ::= { wwwDocBucketEntry 5 }   wwwDocAccessTopNTable OBJECT-TYPE       SYNTAX      SEQUENCE OF WwwDocAccessTopNEntry       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION           "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."       ::= { wwwDocumentStatistics 4 }   wwwDocAccessTopNEntry OBJECT-TYPE       SYNTAX      WwwDocAccessTopNEntry       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION           "An entry in the top N table sorted by document accesses."       INDEX       { wwwServiceIndex, wwwDocBucketIndex,                     wwwDocAccessTopNIndex }       ::= { wwwDocAccessTopNTable 1 }   WwwDocAccessTopNEntry ::= SEQUENCE {       wwwDocAccessTopNIndex             Unsigned32,       wwwDocAccessTopNName              WwwDocName,       wwwDocAccessTopNAccesses          Unsigned32,       wwwDocAccessTopNBytes             Unsigned32,       wwwDocAccessTopNLastResponseType  WwwResponseType   }   wwwDocAccessTopNIndex OBJECT-TYPE       SYNTAX      Unsigned32 (1..4294967295)       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION           "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."       ::= { wwwDocAccessTopNEntry 1 }   wwwDocAccessTopNName OBJECT-TYPE       SYNTAX      WwwDocName       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "The name of the document for which access was attempted."       ::= { wwwDocAccessTopNEntry 2 }   wwwDocAccessTopNAccesses OBJECT-TYPE       SYNTAX      Unsigned32       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "The total number of access attempts for this document."       ::= { wwwDocAccessTopNEntry 3 }   wwwDocAccessTopNBytes OBJECT-TYPE       SYNTAX      Unsigned32       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "The total number of content bytes that were transmitted            as a result of attempts to access this document."       ::= { wwwDocAccessTopNEntry 4 }   wwwDocAccessTopNLastResponseType OBJECT-TYPE       SYNTAX      WwwResponseType       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "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."       ::= { wwwDocAccessTopNEntry 5 }   wwwDocBytesTopNTable OBJECT-TYPE       SYNTAX      SEQUENCE OF WwwDocBytesTopNEntry       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION           "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."       ::= { wwwDocumentStatistics 5 }   wwwDocBytesTopNEntry OBJECT-TYPE       SYNTAX      WwwDocBytesTopNEntry       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION           "An entry in the top N table sorted by network traffic."       INDEX       { wwwServiceIndex, wwwDocBucketIndex,                     wwwDocBytesTopNIndex }       ::= { wwwDocBytesTopNTable 1 }   WwwDocBytesTopNEntry ::= SEQUENCE {       wwwDocBytesTopNIndex             Unsigned32,       wwwDocBytesTopNName              WwwDocName,       wwwDocBytesTopNAccesses          Unsigned32,       wwwDocBytesTopNBytes             Unsigned32,       wwwDocBytesTopNLastResponseType  WwwResponseType   }   wwwDocBytesTopNIndex OBJECT-TYPE       SYNTAX      Unsigned32 (1..4294967295)       MAX-ACCESS  not-accessible       STATUS      current       DESCRIPTION           "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."       ::= { wwwDocBytesTopNEntry 1 }   wwwDocBytesTopNName OBJECT-TYPE       SYNTAX      WwwDocName       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "The name of the document for which access was attempted."       ::= { wwwDocBytesTopNEntry 2 }   wwwDocBytesTopNAccesses OBJECT-TYPE       SYNTAX      Unsigned32       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "The total number of access attempts for this document."       ::= { wwwDocBytesTopNEntry 3 }   wwwDocBytesTopNBytes OBJECT-TYPE       SYNTAX      Unsigned32       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "The total number of content bytes that were transmitted            as a result of attempts to access this document."       ::= { wwwDocBytesTopNEntry 4 }   wwwDocBytesTopNLastResponseType OBJECT-TYPE       SYNTAX      WwwResponseType       MAX-ACCESS  read-only       STATUS      current       DESCRIPTION           "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."       ::= { wwwDocBytesTopNEntry 5 }   --   -- Conformance Definitions   --   wwwMIBCompliances OBJECT IDENTIFIER ::= { wwwMIBConformance 1 }   wwwMIBGroups      OBJECT IDENTIFIER ::= { wwwMIBConformance 2 }   wwwMinimalCompliance MODULE-COMPLIANCE       STATUS      current       DESCRIPTION           "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."       MODULE  -- this module       MANDATORY-GROUPS {           wwwServiceGroup,           wwwSummaryGroup       }       OBJECT wwwSummaryOutRequests       DESCRIPTION           "Instances of wwwSummaryOutRequests do not exist on pure            WWW server implementations."       OBJECT wwwSummaryInResponses       DESCRIPTION           "Instances of wwwSummaryOutRequests do not exist on pure            WWW server implementations."       OBJECT wwwSummaryInRequests       DESCRIPTION           "Instances of wwwSummaryInRequests do not exist on pure            WWW client implementations."       OBJECT wwwSummaryOutResponses       DESCRIPTION           "Instances of wwwSummaryOutResponses do not exist on pure            WWW client implementations."       ::= { wwwMIBCompliances 1 }   wwwFullCompliance MODULE-COMPLIANCE       STATUS      current       DESCRIPTION           "The compliance statement for SNMP agents which implement            the full WWW-MIB."       MODULE  -- this module       MANDATORY-GROUPS {           wwwServiceGroup,           wwwSummaryGroup       }       GROUP  wwwRequestInGroup       DESCRIPTION           "The wwwRequestInGroup is mandatory only for WWW server            or proxy server implementations."       GROUP wwwResponseOutGroup       DESCRIPTION           "The wwwResponseOutGroup is mandatory only for WWW server            or proxy server implementations."       GROUP wwwRequestOutGroup       DESCRIPTION           "The wwwRequestOutGroup is mandatory only for WWW client            or proxy server implementations."       GROUP wwwResponseInGroup       DESCRIPTION           "The wwwRequestOutGroup is mandatory only for WWW client            or proxy server implementations."       GROUP wwwDocumentGroup       DESCRIPTION           "The wwwDocumentGroup is mandatory only for WWW server            or proxy server implementations."       OBJECT wwwSummaryOutRequests       DESCRIPTION           "Instances of wwwSummaryOutRequests do not exist on pure            WWW server implementations."       OBJECT wwwSummaryInResponses       DESCRIPTION           "Instances of wwwSummaryOutRequests do not exist on pure            WWW server implementations."       OBJECT wwwSummaryInRequests       DESCRIPTION           "Instances of wwwSummaryInRequests do not exist on pure            WWW client implementations."       OBJECT wwwSummaryOutResponses       DESCRIPTION           "Instances of wwwSummaryOutResponses do not exist on pure            WWW client implementations."       ::= { wwwMIBCompliances 2 }   wwwServiceGroup OBJECT-GROUP       OBJECTS {           wwwServiceDescription,           wwwServiceContact,           wwwServiceProtocol,           wwwServiceName,           wwwServiceType,           wwwServiceStartTime,           wwwServiceOperStatus,           wwwServiceLastChange       }       STATUS      current       DESCRIPTION           "A collection of objects providing information about            the WWW services known by the SNMP agent."       ::= { wwwMIBGroups 1 }   wwwSummaryGroup OBJECT-GROUP       OBJECTS {           wwwSummaryInRequests,           wwwSummaryOutRequests,           wwwSummaryInResponses,           wwwSummaryOutResponses,           wwwSummaryInBytes,           wwwSummaryInLowBytes,           wwwSummaryOutBytes,           wwwSummaryOutLowBytes       }       STATUS      current       DESCRIPTION           "A collection of objects providing summary statistics            about requests and responses generated and received            by a WWW service."       ::= { wwwMIBGroups 2 }   wwwRequestInGroup OBJECT-GROUP       OBJECTS {           wwwRequestInRequests,           wwwRequestInBytes,           wwwRequestInLastTime       }       STATUS      current       DESCRIPTION           "A collection of objects providing detailed statistics            about requests received by a WWW service."       ::= { wwwMIBGroups 3 }   wwwRequestOutGroup OBJECT-GROUP       OBJECTS {           wwwRequestOutRequests,           wwwRequestOutBytes,           wwwRequestOutLastTime       }       STATUS      current       DESCRIPTION           "A collection of objects providing detailed statistics            about requests generated by a WWW service."       ::= { wwwMIBGroups 4 }   wwwResponseInGroup OBJECT-GROUP       OBJECTS {           wwwResponseInResponses,           wwwResponseInBytes,           wwwResponseInLastTime       }       STATUS      current       DESCRIPTION           "A collection of objects providing detailed statistics            about responses received by a WWW service."       ::= { wwwMIBGroups 5 }   wwwResponseOutGroup OBJECT-GROUP       OBJECTS {           wwwResponseOutResponses,           wwwResponseOutBytes,           wwwResponseOutLastTime       }       STATUS      current       DESCRIPTION           "A collection of objects providing detailed statistics            about responses generated by a WWW service."       ::= { wwwMIBGroups 6 }   wwwDocumentGroup OBJECT-GROUP       OBJECTS {           wwwDocCtrlLastNSize,           wwwDocCtrlLastNLock,           wwwDocCtrlBuckets,           wwwDocCtrlBucketTimeInterval,           wwwDocCtrlTopNSize,           wwwDocLastNName,           wwwDocLastNTimeStamp,           wwwDocLastNRequestType,           wwwDocLastNResponseType,           wwwDocLastNStatusMsg,           wwwDocLastNBytes,           wwwDocBucketTimeStamp,           wwwDocBucketAccesses,           wwwDocBucketDocuments,           wwwDocBucketBytes,           wwwDocAccessTopNName,           wwwDocAccessTopNAccesses,           wwwDocAccessTopNBytes,           wwwDocAccessTopNLastResponseType,           wwwDocBytesTopNName,           wwwDocBytesTopNAccesses,           wwwDocBytesTopNBytes,           wwwDocBytesTopNLastResponseType       }       STATUS  current       DESCRIPTION           "A collection of objects providing information about            accesses to documents."       ::= { wwwMIBGroups 7 }   END

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -