196 lines
6.6 KiB
HTML
196 lines
6.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
|
|
<TITLE>Status Component</TITLE>
|
|
<SCRIPT LANGUAGE="JavaScript">
|
|
<!--
|
|
TempString = navigator.appVersion
|
|
if (navigator.appName == "Microsoft Internet Explorer"){
|
|
// Check to see if browser is Microsoft
|
|
if (TempString.indexOf ("4.") >= 0){
|
|
// Check to see if it is IE 4
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
|
|
}
|
|
else {
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
|
|
}
|
|
}
|
|
else if (navigator.appName == "Netscape") {
|
|
// Check to see if browser is Netscape
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
|
|
}
|
|
else
|
|
document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
|
|
//-->
|
|
</script>
|
|
<SCRIPT LANGUAGE="VBScript">
|
|
<!--
|
|
Sub Window_OnLoad()
|
|
Dim frmContents
|
|
On Error Resume Next
|
|
If Not Parent Is Nothing Then
|
|
Set frmContents = Parent.Contents
|
|
If Not frmContents Is Nothing Then
|
|
frmContents.Window.TOCSynch_Click
|
|
End If
|
|
End If
|
|
End Sub
|
|
//--></SCRIPT><META NAME="DESCRIPTION" CONTENT="Internet Information Services reference information">
|
|
<META HTTP-EQUIV="PICS-Label" CONTENT='(PICS-1.1 "<http://www.rsac.org/ratingsv01.html>" l comment "RSACi North America Server" by "inet@microsoft.com <mailto:inet@microsoft.com>" r (n 0 s 0 v 0 l 0))'>
|
|
<META NAME="MS.LOCALE" CONTENT="EN-US">
|
|
<META NAME="MS-IT-LOC" Content="Internet Information Services">
|
|
</HEAD>
|
|
|
|
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
|
|
|
|
<H1><A NAME="_status_component"></A><SUP></SUP>Status Component</H1>
|
|
|
|
<P>The Status component creates a <B>Status</B> object that has properties that contain server status information. </P>
|
|
|
|
<H6>File Names</H6>
|
|
|
|
<TABLE border=0 cellpadding=5 cols=2 frame=box rules=cols>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=22%>Status.dll</TD>
|
|
<TD width=78%>The Status<B> </B>component.</TD>
|
|
</TR>
|
|
</TABLE><BR>
|
|
|
|
<H6>Syntax</H6>
|
|
|
|
<P><B>Set </B><I>Status</I><B> = Server.CreateObject( "MSWC.Status" )</B></P>
|
|
|
|
<P><B> </B></P>
|
|
|
|
<H6>Parameters</H6>
|
|
|
|
<DL>
|
|
<DT><I>Status</I></DT>
|
|
|
|
<DD>Specifies the name of the <B>Status</B> object created by the call to <B>Server.CreateObject</B>.<BR>
|
|
</DD>
|
|
|
|
<DT></DT>
|
|
</DL>
|
|
|
|
<P><span class=le><B>Note</B></span></P>
|
|
|
|
<P>For all Windows platforms, the properties of the Status object currently all return the string "unavailable."</P>
|
|
|
|
<P>The only time you may need to include a Status object is when you are running ASP scripts that were developed on Macintosh and use Status properties. </P>
|
|
|
|
<P>The following table describes the Status properties as they are implemented on Macintosh. You can access these using:</P>
|
|
|
|
<P><CODE><I>Val</I> = <I>Status</I><B>.</B><I>Property</I></CODE></P>
|
|
|
|
<H6>Properties</H6>
|
|
|
|
<TABLE border=0 cellpadding=5 cols=2 frame=box rules=all>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>VisitorsSinceStart</B></TD>
|
|
<TD width=60%>The number of unique visitors (IP addresses or domain names) since the server started up.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>RequestsSinceStart</B></TD>
|
|
<TD width=60%>The number of requests since the server started up.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>ActiveHTTPSessions</B></TD>
|
|
<TD width=60%>The current number of HTTP connections.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>HighHTTPSessions</B></TD>
|
|
<TD width=60%>The highest number of concurrent HTTP connections since the server started up.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>ServerVersion</B></TD>
|
|
<TD width=60%>The Personal Web Server version string.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>StartTime</B></TD>
|
|
<TD width=60%>The time the server started up.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>StartDate</B></TD>
|
|
<TD width=60%>The date the server started up.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>FreeMem</B></TD>
|
|
<TD width=60%>The amount of unused memory available to the server.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>FreeLowMem</B></TD>
|
|
<TD width=60%>The lowest value for the amount of unused memory available to the server since it started up.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>VisitorsToday</B></TD>
|
|
<TD width=60%>Number of unique visitors (IP addresses or domain names) since midnight.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>RequestsToday</B></TD>
|
|
<TD width=60%>The number of requests since midnight.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>BusyConnections</B></TD>
|
|
<TD width=60%>The total number of requests that were rejected because the server was already handling the maximum number of connections it can handle.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>RefusedConnections</B></TD>
|
|
<TD width=60%>The total number of requests that were refused because the authentication was invalid. </TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>TimedoutConnections</B></TD>
|
|
<TD width=60%>The total number of connections that were closed without a request having been received.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>Ktransferred</B></TD>
|
|
<TD width=60%>The total number of kilobytes sent by the server since the server started up.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>TotalRequests</B> </TD>
|
|
<TD width=60%>The total number of requests received since the status counters were reset using the admin tool.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>CurrentThreads</B></TD>
|
|
<TD width=60%>The sum of the number active http connections and the number of threads in the connection thread pool that are not currently handling connections.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>AvailableThreads</B></TD>
|
|
<TD width=60%>The number of threads in the connection thread pool that are not currently handling connections.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>RecentVisitors</B></TD>
|
|
<TD width=60%>An HTML table listing the 32 most recent unique visitors. This table includes each visitor's domain name (or IP address if the domain name is not available) and the number of requests generated by each visitor.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=40%><B>PopularPages</B></TD>
|
|
<TD width=60%>An HTML table listing the 32 most recently visited pages. This table includes each page's URL and the number of requests for each page.</TD>
|
|
</TR>
|
|
</TABLE><BR>
|
|
<hr class="iis" size="1">
|
|
<p align="center"><em><a href="../../../common/colegal.htm">© 1997-2001 Microsoft Corporation. All rights reserved.</a></em></p>
|
|
</BODY>
|
|
</HTML>
|