146 lines
3 KiB
HTML
146 lines
3 KiB
HTML
|
<html>
|
|||
|
<head>
|
|||
|
<title> System Monitor Log Service</title>
|
|||
|
<basefont face="Verdana" color="black" size=1>
|
|||
|
<style>
|
|||
|
</style>
|
|||
|
</head>
|
|||
|
|
|||
|
<script language="VBScript">
|
|||
|
<!--
|
|||
|
|
|||
|
'Main functions to perform task highlighting on with mouse movement
|
|||
|
|
|||
|
Sub DoMouseOver(task)
|
|||
|
document.anchors("Task" & task).style.color="#0000CC"
|
|||
|
document.anchors("Task" & task).style.textdecorationunderline=true
|
|||
|
End Sub
|
|||
|
|
|||
|
Sub DoMouseOut(task)
|
|||
|
document.anchors("Task" & task).style.color="black"
|
|||
|
document.anchors("Task" & task).style.textdecorationunderline=false
|
|||
|
End Sub
|
|||
|
|
|||
|
-->
|
|||
|
</script>
|
|||
|
|
|||
|
<body bgcolor="white" topmargin=0 leftmargin=0>
|
|||
|
|
|||
|
<table width="100%" border=0 cellpadding=0 cellspacing=0 background="NTtile.gif">
|
|||
|
<tr height=89>
|
|||
|
<td width=89>
|
|||
|
<img align="middle" src="NTDisk.gif" width=89 height=89>
|
|||
|
</td>
|
|||
|
|
|||
|
<td valign="top">
|
|||
|
<font size=4><b>
|
|||
|
|
|||
|
System Monitor Logs
|
|||
|
|
|||
|
</b></font><br>
|
|||
|
<font size=2>
|
|||
|
|
|||
|
Manage System Monitor Log Settings
|
|||
|
|
|||
|
</font>
|
|||
|
</td>
|
|||
|
|
|||
|
<td halign=left valign=top width=5 background="NTtile.gif">
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
<br><br>
|
|||
|
|
|||
|
<table width=* border=0 cellpadding=0 cellspacing=4>
|
|||
|
|
|||
|
<!-- Row 1 -->
|
|||
|
<tr valign=top>
|
|||
|
|
|||
|
<!-- Column 1 -->
|
|||
|
<td width=50></td>
|
|||
|
|
|||
|
<!-- Column 2 -->
|
|||
|
<td align=left valign=top width=34>
|
|||
|
|
|||
|
<a name="icon01" HREF="pdlcnfig.exe"
|
|||
|
language="VBScript"
|
|||
|
onMouseOver=DoMouseOver("01")
|
|||
|
onMouseOut=DoMouseOut("01")>
|
|||
|
|
|||
|
<img SRC="pc32.gif" width="32" height="32" border="0">
|
|||
|
|
|||
|
</a>
|
|||
|
|
|||
|
</td>
|
|||
|
|
|||
|
<!-- Column 3 -->
|
|||
|
<td align=left valign=top width=300>
|
|||
|
<font size=2>
|
|||
|
|
|||
|
<a name="task01" HREF="pdlcnfig.exe"
|
|||
|
language="VBScript"
|
|||
|
onMouseOver=DoMouseOver("01")
|
|||
|
onMouseOut=DoMouseOut("01")>
|
|||
|
|
|||
|
Create Logs
|
|||
|
|
|||
|
</a><br>
|
|||
|
|
|||
|
You can use the Performance Data Log Service to create logs of performance data that can be viewed with the System Monitor control.
|
|||
|
<p>
|
|||
|
<strong>Note</strong>: <i>This is preliminary functionality. For future releases of Windows NT 5.0, a Microsoft Management Console (MMC) Snap-in will be included that will replace this utility.
|
|||
|
|
|||
|
</i>
|
|||
|
</font>
|
|||
|
</td>
|
|||
|
|
|||
|
<!-- Column 4 -->
|
|||
|
<td width=50></td>
|
|||
|
|
|||
|
<!-- Column 5 -->
|
|||
|
<td align=left valign=top width=34>
|
|||
|
|
|||
|
<a name="icon02" HREF="..\help\pdlcnfig.hlp"
|
|||
|
language="VBScript"
|
|||
|
onMouseOver=DoMouseOver("02")
|
|||
|
onMouseOut=DoMouseOut("02")>
|
|||
|
|
|||
|
<img SRC="question.gif" width="32" height="32" border="0">
|
|||
|
|
|||
|
</a>
|
|||
|
|
|||
|
</td>
|
|||
|
|
|||
|
<!-- Column 6 -->
|
|||
|
<td align=left valign=top width=300>
|
|||
|
<font size=2>
|
|||
|
|
|||
|
<a name="task02" HREF="..\help\pdlcnfig.hlp"
|
|||
|
language="VBScript"
|
|||
|
onMouseOver=DoMouseOver("02")
|
|||
|
onMouseOut=DoMouseOut("02")>
|
|||
|
|
|||
|
More Information
|
|||
|
|
|||
|
</a><br>
|
|||
|
|
|||
|
This will launch the Performance Data Log Service online Help.
|
|||
|
|
|||
|
</font>
|
|||
|
</td>
|
|||
|
|
|||
|
<!-- Column 7 -->
|
|||
|
<!-- empty cell for right-hand spacing -->
|
|||
|
<td halign=left valign=top width=5>
|
|||
|
</td>
|
|||
|
</tr>
|
|||
|
|
|||
|
<!-- Row 2 -->
|
|||
|
<!-- blank row for spacing -->
|
|||
|
<tr><td> <br> </td></tr>
|
|||
|
|
|||
|
</table>
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|
|||
|
|