This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
uls:agents:win_tools:win_watch [2014-12-16 14:51] uls |
uls:agents:win_tools:win_watch [2014-12-16 15:04] (current) uls |
||
---|---|---|---|
Line 16: | Line 16: | ||
restarted. See also Performance Counter. | restarted. See also Performance Counter. | ||
+ | ----- | ||
==== Configuration ==== | ==== Configuration ==== | ||
Line 23: | Line 23: | ||
in order of appearance: | in order of appearance: | ||
- | <file> | + | <file - win_watch.conf> |
# | # | ||
# win_watch.conf - configuration file for win_watch.ps1 | # win_watch.conf - configuration file for win_watch.ps1 | ||
Line 189: | Line 190: | ||
Check also the delivered win_watch.conf for more information. | Check also the delivered win_watch.conf for more information. | ||
+ | ----- | ||
==== Usage ==== | ==== Usage ==== | ||
Line 197: | Line 198: | ||
need some privileges to access all operating system objects): | need some privileges to access all operating system objects): | ||
- | <code winbatch> | + | <code winbatch win_watch.bat> |
C:\> cd C:\ADMIN\WIN_TOOLS\ | C:\> cd C:\ADMIN\WIN_TOOLS\ | ||
C:\ADMIN\WIN_TOOLS> win_watch.bat | C:\ADMIN\WIN_TOOLS> win_watch.bat | ||
Line 206: | Line 207: | ||
is "C:\TEMP\WIN_TOOLS". | is "C:\TEMP\WIN_TOOLS". | ||
+ | ----- | ||
=== Regular Execution === | === Regular Execution === | ||
Line 212: | Line 213: | ||
(or whatever other name or path you have chosen). Have it executed e.g. every 10 mins. | (or whatever other name or path you have chosen). Have it executed e.g. every 10 mins. | ||
+ | ----- | ||
==== Gathered Metrics ==== | ==== Gathered Metrics ==== | ||
+ | ----- | ||
=== Bootup === | === Bootup === | ||
Line 230: | Line 232: | ||
|} | |} | ||
+ | ----- | ||
=== Disk === | === Disk === | ||
Line 254: | Line 256: | ||
|} | |} | ||
+ | ----- | ||
=== eventlog === | === eventlog === | ||
Line 260: | Line 262: | ||
The eventlog is covered in [[uls:agents:win_tools:win_eventlog]]. | The eventlog is covered in [[uls:agents:win_tools:win_eventlog]]. | ||
+ | ----- | ||
=== Info === | === Info === | ||
Line 287: | Line 290: | ||
|} | |} | ||
+ | ----- | ||
=== Page File === | === Page File === | ||
Line 299: | Line 303: | ||
| %used | The percentage of used space in the page file | | | %used | The percentage of used space in the page file | | ||
+ | ----- | ||
=== Performance === | === Performance === | ||
Line 390: | Line 395: | ||
|} | |} | ||
+ | ----- | ||
=== Physical Memory === | === Physical Memory === | ||
Line 401: | Line 407: | ||
| %used | Percentage of used space in the physical memory.| | | %used | Percentage of used space in the physical memory.| | ||
+ | ----- | ||
=== Services === | === Services === | ||
Line 422: | Line 429: | ||
and its state was not "running", then the service is restarted and "restarted" is sent as action. | and its state was not "running", then the service is restarted and "restarted" is sent as action. | ||
|} | |} | ||
+ | |||
+ | ----- | ||
=== Virtual Memory === | === Virtual Memory === | ||
Line 434: | Line 443: | ||
| %used | Percentage of used space in the virtual memory. | | | %used | Percentage of used space in the virtual memory. | | ||
+ | ----- | ||
=== _win_watch === | === _win_watch === | ||
Line 457: | Line 467: | ||
| The start and stop timing tuple of the execution time of the script. | | The start and stop timing tuple of the execution time of the script. | ||
|} | |} | ||
+ | |||
+ | ----- | ||
=== Restrictions === | === Restrictions === | ||
Line 464: | Line 476: | ||
about the counter categories which are not covered, please let me know. | about the counter categories which are not covered, please let me know. | ||
+ | ----- |