Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

145 lines
3.0 KiB

  1. <html>
  2. <head>
  3. <title> System Monitor Log Service</title>
  4. <basefont face="Verdana" color="black" size=1>
  5. <style>
  6. </style>
  7. </head>
  8. <script language="VBScript">
  9. <!--
  10. 'Main functions to perform task highlighting on with mouse movement
  11. Sub DoMouseOver(task)
  12. document.anchors("Task" & task).style.color="#0000CC"
  13. document.anchors("Task" & task).style.textdecorationunderline=true
  14. End Sub
  15. Sub DoMouseOut(task)
  16. document.anchors("Task" & task).style.color="black"
  17. document.anchors("Task" & task).style.textdecorationunderline=false
  18. End Sub
  19. -->
  20. </script>
  21. <body bgcolor="white" topmargin=0 leftmargin=0>
  22. <table width="100%" border=0 cellpadding=0 cellspacing=0 background="NTtile.gif">
  23. <tr height=89>
  24. <td width=89>
  25. <img align="middle" src="NTDisk.gif" width=89 height=89>
  26. </td>
  27. <td valign="top">
  28. <font size=4><b>
  29. System Monitor Logs
  30. </b></font><br>
  31. <font size=2>
  32. Manage System Monitor Log Settings
  33. </font>
  34. </td>
  35. <td halign=left valign=top width=5 background="NTtile.gif">
  36. </td>
  37. </tr>
  38. </table>
  39. <br><br>
  40. <table width=* border=0 cellpadding=0 cellspacing=4>
  41. <!-- Row 1 -->
  42. <tr valign=top>
  43. <!-- Column 1 -->
  44. <td width=50></td>
  45. <!-- Column 2 -->
  46. <td align=left valign=top width=34>
  47. <a name="icon01" HREF="pdlcnfig.exe"
  48. language="VBScript"
  49. onMouseOver=DoMouseOver("01")
  50. onMouseOut=DoMouseOut("01")>
  51. <img SRC="pc32.gif" width="32" height="32" border="0">
  52. </a>
  53. </td>
  54. <!-- Column 3 -->
  55. <td align=left valign=top width=300>
  56. <font size=2>
  57. <a name="task01" HREF="pdlcnfig.exe"
  58. language="VBScript"
  59. onMouseOver=DoMouseOver("01")
  60. onMouseOut=DoMouseOut("01")>
  61. Create Logs
  62. </a><br>
  63. You can use the Performance Data Log Service to create logs of performance data that can be viewed with the System Monitor control.
  64. <p>
  65. <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.
  66. </i>
  67. </font>
  68. </td>
  69. <!-- Column 4 -->
  70. <td width=50></td>
  71. <!-- Column 5 -->
  72. <td align=left valign=top width=34>
  73. <a name="icon02" HREF="..\help\pdlcnfig.hlp"
  74. language="VBScript"
  75. onMouseOver=DoMouseOver("02")
  76. onMouseOut=DoMouseOut("02")>
  77. <img SRC="question.gif" width="32" height="32" border="0">
  78. </a>
  79. </td>
  80. <!-- Column 6 -->
  81. <td align=left valign=top width=300>
  82. <font size=2>
  83. <a name="task02" HREF="..\help\pdlcnfig.hlp"
  84. language="VBScript"
  85. onMouseOver=DoMouseOver("02")
  86. onMouseOut=DoMouseOut("02")>
  87. More Information
  88. </a><br>
  89. This will launch the Performance Data Log Service online Help.
  90. </font>
  91. </td>
  92. <!-- Column 7 -->
  93. <!-- empty cell for right-hand spacing -->
  94. <td halign=left valign=top width=5>
  95. </td>
  96. </tr>
  97. <!-- Row 2 -->
  98. <!-- blank row for spacing -->
  99. <tr><td>&nbsp;<br>&nbsp;</td></tr>
  100. </table>
  101. </body>
  102. </html>
  103.