Monday, January 21, 2008 2:32 PM
kolbis
Monitoring Remote Computers with the Performance Monitor
In some cases you would like to monitor how your remote machines perform. Lets say that you developed a web application that was deployed on two machines. Machine A hosts the web application in the IIS machine B will host the SQL Services.
Either one of the machine holds vital information regarding the performances for you application, thus it is important to monitor both.
So, how do you monitor remote computers using the performance monitor?
Basically you first need to allow remote access to the machine and then monitor it.
All you need to do is follow these steps to allow remote access:
- Go to the Administrative Tools folder.
- Select the Local Security Policy.
- Double click the Local Policies folder and expend it.
- Double click the User Rights Assignment folder.
- Double click the "Access this computer from the network".
- Add the required users.
Now to monitor the remote machine:
- Open the performance monitor.
- Click Ctrl+I.
- Select the remote computer (IP or Name).
- Select the desired categories and counters.
Enjoy.
תגים:Performance