Scheduling performance counter to collect and stop data simultaneously on multiple server
hi people,
how schedule performance counter in multiple windows server 2008 r2 start on monday morning 8 , stop @ 6 pm on friday ?
following metrics: cpu usage, disk usage, memory, network, queue, database processes
because when manually 1 one daunting , slow process.
thanks.
/* server support specialist */
i havent come across direct way of doing this, after a quick google search found solution
that user posted in forum might fit needs.
1. setup perfmon log desired objects , counters.
2. options log menu, specify location , filename log
and
click save.
3. file menu, select save settings as, , give settings file a
name.
4. create batch file runs "perfmon.exe settings.pml" where
setting.pml
name of settings file created in step 3.
5. use @ or task scheduler run .bat file when want perfmon to
start
logging.
6. create batch file runs kill.exe perfmon.exe
7. schedule kill.bat file run when want stop log.
credited jordan.
you can apply script gpo.
Windows Server > Windows Server General Forum
Comments
Post a Comment