Knowledge Base

Gopher Server MIB Definitions

Article ID: 143182

Article Last Modified on 6/22/2005


APPLIES TO


This article was previously published under Q143182
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 Gopher MIB (GOPHERD.MIB) for Internet Information Server (IIS) contains 16 objects specifically designed to support computers running IIS on Windows NT 3.51. This article lists the Gopher MIB objects and description.

MORE INFORMATION

The following lists the Gopher MIB objects and a description of each object:

TotalBytesSent_HighWord

This is the high 32-bits of the total number of BYTEs sent by the Gopher Server.

TotalBytesSent_LowWord

This is the low 32-bits of the total number of BYTEs sent by the Gopher Server.

TotalBytesReceived_HighWord

This is the high 32-bits of the total number of BYTEs received by the Gopher Server.

TotalBytesReceived_LowWord

This is the low 32-bits of the total number of BYTEs received by the Gopher Server.

TotalFilesSent

This is the total number of files sent by this Gopher Server.

TotalDirectorySent

This is the total number of directory listings sent by this Gopher Server.

TotalSearchesDone

This is the total number of searches done by this Gopher Server.

CurrentAnonymousUsers

This is the number of anonymous users currently connected to the Gopher Server.

CurrentNonAnonymousUsers

This is the number of nonanonymous users currently connected to the Gopher Server.

TotalAnonymousUsers

This is the total number of anonymous users that have ever connected to the Gopher Server.

TotalNonAnonymousUsers

This is the total number of nonanonymous users that have ever connected to the Gopher Server.

MaxAnonymousUsers

This is the maximum number of anonymous users simultaneously connected to the Gopher Server.

MaxNonAnonymousUsers

This is the maximum number of nonanonymous users simultaneously connected to the Gopher Server.

CurrentConnections

This is the current number of connections to the Gopher Server.

MaxConnections

This is the maximum number of simultaneous connections to the Gopher Server.

ConnectionAttempts

This is the number of connection attempts that have been made to the Gopher Server.

LogonAttempts

This is the number of logon attempts that have been made to this Gopher Server.

AbortedConnections

This is the number of aborted connections that have been made to this Gopher Server.

NOTE: The GOPHERD.MIB file is available in IIS CD-ROM in the SDK directory.

Additional query words: prodiis

Keywords: kbnetwork KB143182