Questions tagged [perfmon]

A tool used to launch Performance Monitor for Microsoft Windows.

A tool used to launch Performance Monitor for Microsoft Windows.

Performance Monitor is an MMC (Microsoft Management Console) snap-in used to view Microsoft Windows performance data, and configure performance metrics tracking.

More information on perfmon.exe here, and on Performance Monitor here.

297 questions
0
votes
0 answers

Performance counter for MySql to monitor Transactions per second

I am working on performance testing of web application which is using MySql/Innodb at its backend. I am using JMeter as a performance testing tool which comes with a DBMon listener. I need to provide MySQL performance counters (for transactions per…
0
votes
0 answers

Is there a command line utility/wrapper around resmon.exe?

I wish to use resmon.exe to monitor usage of my application exe. Is there an equivalent WMI or command line switch that i can use to query data form resmon.exe I wish to monitor Memory usage of my application(as in Private memory, Shareable, and…
Ronak Agrawal
  • 1,006
  • 1
  • 19
  • 48
0
votes
1 answer

How to interpret Papi output

I have collected data of Number of L2 cache misses using PAPI. I had run an MPI application with 4 threads (mpirun -np 4) and each thread reads the cache misses in L2. Each thread outputs data for every timestamp. eg: Timestamp …
Sharat Chandra
  • 4,434
  • 7
  • 49
  • 66
0
votes
1 answer

ASP.NET performance counter logging, reporting tool

I have been looking for a solution to allow us to monitor our web servers performance counters over an asp.net website. Is there an existing tool that I can make use of to accomplish this or will I need to roll my own? The only solution I have found…
SetiSeeker
  • 6,482
  • 9
  • 42
  • 64
0
votes
1 answer

Zabbix - custom performance counters

Can I use Zabbix just like perfmon? I want to add custom performanceCounters to my code and gather the data in zabbix instead of perfmon. I'm currently trying a number of different approaches for collecting perfomance data from a webfarm and this…
Dave
  • 349
  • 1
  • 15
0
votes
1 answer

CPU time of process in Windows PerfMon

I am trying to get the CPU usage by specific process Like in the below image the CPU column shows the CPU usage by specific process But did not get similar counter in perfmon I tried using \Process\% Processor Time but the value shown in PerfMon are…
khan07
  • 71
  • 1
  • 10
0
votes
2 answers

Software crash after steep rise of process' working set memory

I ask this question, because we're really stuck at finding the cause of a software crash. I know that questions like "Why does the software crash" are not appreciated, but we really don't know how to find the problem. We currently do a longterm test…
AquilaRapax
  • 1,086
  • 8
  • 22
0
votes
1 answer

Monitoring using WMI or Perfmon (programmatically in .NET)

I need to develop an agent windows service which will always monitor resources in the current installed machine only. The monitored resources might be processor health, SNMP traps, SQL Server health. I have figured out that this can be achieved…
Beryl Wilson
  • 125
  • 8
0
votes
2 answers

how to use perfmon to log the CPU and memory usage for a tomcat process

My Java application is deployed on Tomcat Application server. Using TaskManager, I can see CPU and memory usage. The memory usage shown by Jconsole for same process ID is different from the memory usage shown by Task Manager. This is because task…
jasminum
  • 471
  • 1
  • 7
  • 12
0
votes
1 answer

How to get the CPU usage % of Amazon Web Server via JMeter?

I am using an application for which I do have server of Amazon(AWS). I need to make use of Jmeter Perfmon plugin, but unfortunately I do not have access to AWS(They do not allow basically). So what should I need to do to have CPU usage% of AWS?
0
votes
1 answer

Why is the "Process ID" counter in ".NET CLR Memory" category constantly zero?

Under the ".NET CLR Memory" performance counter category, there is a counter named "Process ID". Any given instance of this counter is supposed to return the Process Id of the Windows process associated with the instance. For my own processes, this…
Xharlie
  • 2,350
  • 3
  • 19
  • 39
0
votes
1 answer

PerformanceCounter RawValue is not changed\modified

I am trying to modify a PerformanceCounter I have created in C#. But it doesn't seem to be that it is being changed. This counter needs actualy to be a flag : 0 or 1. I took the following code from the net. It created the collectors category along…
dushkin
  • 1,939
  • 3
  • 37
  • 82
0
votes
0 answers

Metrics for IIS Application Pool Recycling

We have been investigating an ASP.NET MVC web site that is experiencing relatively high memory usage. To investigate we used Windows PerfMon and the following metrics: Private Bytes Working Set Working Set (Private) Which of these metrics (or what…
user2486488
  • 91
  • 1
  • 8
0
votes
1 answer

Requests Failed ASP.NET Performance Counter shows constant high value

I have a ASP.NET website hosted on azure. For performance testing i am doing some load test, and reading the performance counter. The problem is the Requests Failed counter value, it is showing always high value and never goes to 0. During the load…
Jash
  • 942
  • 4
  • 17
  • 40
0
votes
1 answer

Where should I look for exception details when shown in Performance Monitor

I am running perfmon and have some counters specified for WebDev.WebServer40 so that I can get the metrics for my web service that is currently hosted locally in VS. One of the counters I have is # of Excepts Thrown. When I first start the service,…
bsayegh
  • 990
  • 6
  • 17