Friday, August 26, 2011

using logman to start monitoring counters in perfmon

Create a batch file



logman start test

create a schedule task to run that batch file at system start up


http://technet.microsoft.com/en-us/library/cc755366(WS.10).aspx

To start daily collections with sample intervals, account names and passwords, type:

Logman start daily_perf_log -s \\%computer_name% -u admin "adminpassword"

To start manual data collections, type:

Logman start daily_perf_log

To stop data collections, type:

Logman stop daily_perf_log

To delete data collections, type:

Logman delete daily_perf_log

To display the status of collection queries, type the following commands:

No comments:

Post a Comment