Filtered articles: "Processor"

Filtered articles: "Processor"

The Performance Monitoring Poster

In the course of the last months, I have been working on a guide through the process of performance analysis. The poster introduces the individual subsystems and provides a step-by-step guide through important metrics and explains how to read the signs of a bottleneck. Read on for an excerpt from the poster.

nicholas's picture
Performance Monitoring Part 8 - Analyzing a Performance Monitor Database using Excel

In the last post of this series about performance monitoring, I have described how to use Windows Performance Monitor to log counter values into a SQL database. Now I'll show you that Excel is a tremendous tool to quickly analyze the collected data.

Excel offers a feature called pivot tables. It allows some data mining either on a local data set contained in an Excel sheet or on a database which Excel is connected to. Therefore, this article describes how to create a connection to the database and create nifty charts using Excel.

nicholas's picture
Performance Monitoring Part 7 - Using Performance Monitor with a Database

After a lot of theory about performance monitoring, this article demonstrates how the Windows Performance Monitor can be used to log to a database - even from multiple machines.

Most of you have probably used Performance Monitor before. It allows you to monitor performance metrics (local and remote) in real-time and to log performance data from multiple machines for later analysis. In this article, I will focus on the latter because collecting and analysing performance data from multiple machines is a time consuming task.

nicholas's picture
Performance Monitoring Part 3 - Processor
Published by Nicholas Dille on 08/06/2009 | 1 Comments | 7,021 Views

After the introductory articles about the importance of performance monitoring and the characteristics of terminal servers in that area, I finally dive into the first and most obvious subsystem of an operating system – the processor.

nicholas's picture