Minimum number of threads this Web server must
maintain, even if idle. Will always be lower or
equal to httpCurrentThreads. Must be lower than
httpMaxThreads. For single-threaded entity this
object makes little sense and can be either set
to one, or left unimplemented without damaging
server compliance.
Parsed from file dg1.httpmib.txt
Company: ibm
Module: HTTP-MIB
Vendor: IBM
Module: HTTP-MIB (dg1.httpmib)
Type: TABULAR
Access: read-only
Syntax: INTEGER
(
1..10000 )
Automatically extracted from www.mibdepot.com
httpMinThreads OBJECT-TYPE SYNTAX INTEGER (1..10000) ACCESS read-only STATUS mandatory DESCRIPTION "Minimum number of threads this Web server must maintain, even if idle. Will always be lower or equal to httpCurrentThreads. Must be lower than httpMaxThreads. For single-threaded entity this object makes little sense and can be either set to one, or left unimplemented without damaging server compliance." ::= { httpEntityEntry 12 }
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.4.1.2.6.120.1.1.1.1.1.1 | httpEntityDescription | 0 | 0 | Textual description of the http Server or Client. This shall include at least the vendor and version number of the application. … |
1.3.6.1.4.1.2.6.120.1.1.1.1.1.2 | httpEntityObjectID | 0 | 0 | The authoritative identification for entity. This may be a value assigned within an enterprise MIB, or within a standard MIB. A… |
1.3.6.1.4.1.2.6.120.1.1.1.1.1.3 | httpEntityContact | 0 | 0 | The textual identification of the contact person for this http Server or Client, together with information on how to contact this… |
1.3.6.1.4.1.2.6.120.1.1.1.1.1.4 | httpEntityProtocol | 0 | 0 | An identification of the primary protocol in use by this entity. For Internet applications, the IANA maintains a registry of the… |
1.3.6.1.4.1.2.6.120.1.1.1.1.1.5 | httpEntityProtocolVersion | 0 | 0 | Textual description of the version of the protocol implemented. For HTTP, the value shall be the HTTP Version. |
1.3.6.1.4.1.2.6.120.1.1.1.1.1.6 | httpEntityName | 0 | 0 | The fully qualified domain name by which this entity is known. This may be different than applName since that value is only a te… |
1.3.6.1.4.1.2.6.120.1.1.1.1.1.7 | httpEntityAddress | 0 | 0 | The Transport Address at which the http Entity listens for Requests or Responses. |
1.3.6.1.4.1.2.6.120.1.1.1.1.1.8 | httpEntityPort | 0 | 0 | The primary port used to communicate with this entity. |
1.3.6.1.4.1.2.6.120.1.1.1.1.1.9 | httpEntityType | 0 | 0 | Identification of the role of the http Entity. |
1.3.6.1.4.1.2.6.120.1.1.1.1.1.10 | httpCurrentThreads | 0 | 0 | Total number of threads currently existing on this entity. A sum of all active (inbound plus outbound) and idle/available. If giv… |
1.3.6.1.4.1.2.6.120.1.1.1.1.1.11 | httpMaxThreads | 0 | 0 | Maximum number of threads this Web server is allowed to create. httpCurrentThreads can never exceed this value. Also, httpMinThre… |