2025-04-27 07:49:33 -04:00

146 lines
3.2 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>&nbsp;<br>&nbsp;</td></tr>
</table>
</body>
</html>