Knowledge Base

HTTP Server MIB definitions

Article ID: 143187

Article Last Modified on 6/23/2005


APPLIES TO


This article was previously published under Q143187
We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 6.0 running on Microsoft Windows Server 2003. IIS 6.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site:

SUMMARY

The Hyper Text Transfer Protocol MIB (HTTP.MIB) for Internet Information Server contains 16 objects specifically designed to support computers running Internet Information Server on Windows NT 3.51. This article lists the HTTP.MIB objects and description.

MORE INFORMATION

The following lists the HTTP MIB objects and a description of each object. The objects are collecting Http Server Statistics:

TotalBytesSent_HighWord:
   This is the high 32-bits of the total number of of BYTEs sent by the
   Http Server.
				

TotalBytesSent_LowWord:
   This is the low 32-bits of the total number of
   of BYTEs sent by the Http Server.
				

TotalBytesReceived_HighWord:
   This is the high 32-bits of the total number of
   of BYTEs received by the Http Server.
				

TotalBytesReceived_LowWord:
   This is the low 32-bits of the total number of
   of BYTEs received by the Http Server.
				

TotalFilesSent:
   This is the total number of files sent by this
   Http Server.
				

CurrentAnonymousUsers:
   This is the number of anonymous users currently
   connected to the Http Server.
				

CurrentNonAnonymousUsers:
   This is the number of nonanonymous users currently
   connected to the Http Server.
				

TotalAnonymousUsers:
   This is the total number of anonymous users that
   have ever connected to the Http Server.
				

TotalNonAnonymousUsers:
   This is the total number of nonanonymous users
   that have ever connected to the Http Server.
				

MaxAnonymousUsers:
   This is the maximum number of anonymous users
   simultaneously connected to the Http Server.
				

MaxNonAnonymousUsers:
   This is the maximum number of nonanonymous users
   simultaneously connected to the Http Server.
				

CurrentConnections:
   This is the current number of connections to the
   Http Server.
				

MaxConnections:
   This is the maximum number of simultaneous
   connections to the Http Server.
				

ConnectionAttempts:
   This is the number of connection attempts that
   have been made to the Http Server.
				

LogonAttempts:
   This is the number of logon attempts that have
   been made to this Http Server.
				

TotalGets:
   This is the number of requests using the GET method
   that have been made to this Http Server.
				

TotalPosts:
   This is the number of requests using the POST method
   that have been made to this Http Server.
				

TotalHeads:
   This is the number of requests using the HEAD method
   that have been made to this Http Server.
				

TotalOthers:
   This is the number of requests not using the GET,
   POST or HEAD method that have been made to this Http
   Server.
				

TotalCGIRequests:
   This is the number of Common Gateway Interface (CGI)
   requests that have been made to this Http Server.
				

TotalBGIRequests:
   This is the number of Binary Gateway Interface (BGI)
   requests that have been made to this Http Server.
				

TotalNotFoundErrors:
   This is the number of requests the Http server could
   not satisfy because the requested resource could not be found.
				

The HTTP.MIB file is available on the Internet Information Server compact disc in the SDK directory.

Additional query words: prodiis

Keywords: kbusage KB143187