Questions tagged [perfmon]

Performance Monitor is a program to monitor and log system performance on Microsoft Windows. From command-line invocation it is also known as PerfMon, perfmon, perfmon.exe and perfmon.msc, and in some versions of Windows it is known as System Monitor.

198 questions
0
votes
1 answer

How to setup Perfmon/Logman to get the Thread performance counters for only a specific IIS process?

I am trying to setup Perfmon/Logman to collect some performance counters to monitor my IIS6 installation. There are multiple w3wp instances on this host, and I can successfully collect data for the specific instance I want by passing (w3wp_1234) to…
0
votes
2 answers

Perfmon - Win 2008 - Recording Metric Twice!

I am noticing that a local perfmon I have set up to measure CPU on a Win 2008 server is actually recording two data points when recording to CPU: "(PDH-CSV 4.0) (GMT Daylight Time)(-60)","\\SIA16\Processor(_Total)\% Processor Time" "07/06/2009…
0
votes
1 answer

What does the command "perfmon /sys /comp" do?

I discovered the command perfmon /sys /comp and that seems to allow me to launch it in "transparency mode" among other things. I'm lacking a creative mind right now, but when would this be useful? What do those switches mean separately? Are…
makerofthings7
  • 8,911
  • 34
  • 121
  • 197
0
votes
1 answer

Monitor if Perfmon counter sets are running

We have an issue where occasionally over time, a Perfmon counter set will stop. We are looking for a way to monitor if a particular counter set is running, does anyone know of a way to do this? We use Nagios for basic alerting but we have another…
Sperling
  • 1
  • 2
0
votes
2 answers

What Performance Object in Performance Monitor will show Split IO/sec for USB flash drives?

I'm using a Windows XP desktop to test the I/O for a 4GB USB flash drive. I would like to use Performance Monitor to capture the statistics of the test, but neither the Physical Disk or the Logical Disk objects show the USB flash drive as a viable…
0
votes
1 answer

Setting MaxWorkItems Has No Effect (Windows Server 2003)

We have an application that monitors remote directories for change notifications using ReadDirectoryChangesW() . According to Microsoft documentation, each outstanding change notification request consumes a "work item" resource on the server. I have…
Haw-Bin
  • 101
  • 2
0
votes
3 answers

Lightweight equivalent of resmon.exe for monitoring multiple servers

I'm looking to set up at-a-glanoe monitoring of CPU. disk, network and memory usage for half-dozen Windows servers. Windows Performance Monitor is far too complex for what I need - the array of counters and statistics is overwhelming and the UI…
Dylan Beattie
  • 576
  • 3
  • 9
  • 24
0
votes
2 answers

Why is the average in perfmon different than the average calculated from the csv?

I'm looking at a Physical Disk\Avg. Disk sec/Transfer counter in perfmon. We've always had faith in the Average number that perfmon reports over the selected time span. I can't figure out why if I use perfmon to save the data to .csv, or relog…
Bob
  • 295
  • 1
  • 3
  • 11
0
votes
1 answer

Does Logman's -cnf Switch Work?

We've been trying to create PerfMon counters that contain up to 15 minutes worth of data before writing to a new file. PerfMon can be configured to do this, but it resets these settings whenever the machine is restarted, which causes hard-to-notice…
Hammer Bro.
  • 125
  • 6
0
votes
1 answer

I want to measure memory usage of an application over time. How do I do it?

I want to use PerfMon to measure memory usage of the application over time, however, there are more than dozen Memory related counters. Which one will give me an accurate picture?
AngryHacker
  • 2,877
  • 6
  • 32
  • 33
0
votes
1 answer

How can be cout \Process(sqlservr)\% Processor Time over 300 %

The counter, Process(sqlservr)\% Processor Time, is hovering around 361% on one of my database servers. This counter reflects the percent of total time SQL Server spent running on CPU (user mode + privilege mode). Number of CPU's -…
user55742
0
votes
1 answer

Perfmon in Windows 2008 R2 with multiple graphs with seperate durations

In Windows 2003 we could open perfmon and then add multiple snapins to have a console that displays perfmon say for example in 3 hours, 12 hours and 24 hours in the same .MSC. It was then easy to navigate the history and compare over time values…
Mouffette
  • 495
  • 7
  • 11
0
votes
0 answers

How long does Perfmon take to write a data collector file?

I have started a user defined data collection set with Perfmon and would like to run it for some days. It's now been almost 24 hours and the .blg file is still zero bytes. Before starting this, we tested a few times and the file was zero until the…
royappa
  • 297
  • 2
  • 9
0
votes
0 answers

Rainmeter doesn't show disk performance for disk arrays, but performance monitor does

RainMeter is making me scratch my head. My understanding is that to make any kind of meter for any purpose, one needs to use the same Category/Counter as are selectable in Performance Meter (perfmon) If I create an array, for example either…
0
votes
1 answer

How can I track how many IIS requests have been served via perfmon?

What is the best way to track the total number of IIS requests have been served using Perfmon. I am wanting to track sover a time period the total number of requests served but Google and searching is failing me. Am I best using,…
Chris
  • 1
1 2 3
13
14