Using real-time monitoring tools
The process of monitoring their servers is an important task for a server administrator.
By monitoring the performance of physical and virtual servers, you obtain data that can be used to understand the workload and its effects, identify bottlenecks and resource trends, diagnose issues, and optimize the system.
There are two options to monitor your system: real-time monitoring and logged monitoring.
Real-time monitoring is normally used to check server performance for troubleshooting purposes, to quickly and easily identify the cause of poor performance, for example. Logged monitoring is used to measure and collect performance data, so that you can identify workload problems and trends.
In this recipe, we will walk through some default tools that can be used for real-time monitoring.
Getting ready
Before you begin, make sure your account is a member of the local administrators group. The Performance Monitor Users group also can be used (for monitoring purposes...