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.

199 questions
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,821
  • 28
  • 115
  • 196
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
  • 2
  • 9
  • 23
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
  • 28
  • 33
0
votes
2 answers

MySQL Monitoring - Cloud Instances - No System Access

Are there any MySQL monitoring suites/tools built to use on systems such as Amazon RDS where you do not have system access? Looking for something beyond custom tools (nagios, zenoss, ganglia, hyperic) and more like MySQL Enterprise Monitor, MONyog,…
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 can I get the Resource Monitor counters into perfmon?

While troubleshooting an issue, I found that the counters available in the Resource Monitor were very helpful. In particular, it can show, for the entire system, and for a specific process, the Network Activity (circled in red in the screencap) I…
Maxime
  • 101
0
votes
0 answers

Are WebSocket Active Requests a subset of Active Requests?

I've noticed two metrics in Performance Monitor in the W3WVC_W3WP dropdown: Active Requests Current number of requests being processed by the worker process. WebSocket Active Requests WebSocket requests currently being processed by the worker…
Janez Kuhar
  • 103
  • 4
0
votes
0 answers

Windows Performance Monitor does not record and only shows _Total

I have set Process counter IO data operations, and selected . However the report is showing only shows _Total. I am expecting to see the metric for each process. What is the problem?
variable
  • 137
  • 7
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