Posts

Showing posts from August, 2016

IIS monitor performance of websites and application pools

http://www.techrepublic.com/article/setp-by-step-monitoring-and-tuning-your-iis-web-servers/ https://support.microsoft.com/en-in/kb/313064 https://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/86afd5ee-e183-4a5a-91fd-cf795289c34f.mspx?mfr=true Add counters to your Performance Monitor: Open Performance Monitor from the Administrative Tools Folder. Click the Add button and add the appropriate counters. Click Close. Another useful feature of the Performance Monitor is the ability to add alerts. For example, you might specify alerts to warn you if your processor utilization becomes too high or if your memory becomes too low. To configure an alert: Open Performance Monitor. Expand Performance Logs And Alerts. Right-click on Alert and select New Alert Settings. Select a Name, add your counters, and select your action. Now let's see how to use the Performance Monitor to look at the two most important performance metrics: memory and CPU. Mem

Managing RID Pool Depletion

Managing RID Pool Depletion https://blogs.technet.microsoft.com/askds/2011/09/12/managing-rid-pool-depletion/

Performance Tuning and Monitoring

Image
Performance Tuning and Monitoring https://msdn.microsoft.com/en-us/library/bb727100.aspx Chapter 10 - Performance Tuning and Monitoring 12/09/2009 46 minutes to read Monitoring and performance tuning are essential parts of Web administration. You monitor servers to ensure they are running smoothly and troubleshoot problems as they occur. You tune the performance of servers to achieve optimal performance based on the current system resources and traffic load. Microsoft Windows 2000 includes several tools that you'll use to monitor Internet Information Services (IIS). The key tools are Performance Monitor, Windows event logs, and the IIS access logs. You'll often use the results of your monitoring to optimize IIS. Performance tuning is as much an art as it is a science. You often tune performance based on trial and error. You adjust the server, monitor the server's performance over time, and then gauge the success of the updated settings. If things aren't wo