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
1 answer

No processes reported from New Relic windows server monitor

In installed the New Relic server monitor on a few servers, and for some reason I cannot figure out, some of the servers are not reporting back data about the processes on the server. I tried setting the logging level to VERBOSE, which gave me a…
mortenbock
  • 545
  • 5
  • 21
0
votes
1 answer

How to change perfmon time axis interval

I'm trying to measure some counters using perfmon.exe on Windows Server 2012 R2. The default interval of time is only one minute, but I would like to measure for a couple of hours but I can't find the option to change it. Any hints, please?
Armaggedon
  • 399
  • 4
  • 14
0
votes
1 answer

.NET - different DebugDiag and perfmon GC Heap size results

I am using DebugDiag 1.2 and perfmon.exe to monitor memory usage for a .NET application. DebugDiag shows the GC Heap Size as 35.51 MB, while for the same instant perfmon shows the #Bytes in all heaps as 4.5 MB. Why are both values different ? Dont…
Cygnus
  • 3,222
  • 9
  • 35
  • 65
0
votes
1 answer

Why % Processor Time of W3WP is higher than % Processor Time of the whole processor?

I run perfmon on one of the Production Server Machines. My aim was to monitor the Processor load. This is the result: http://img443.imageshack.us/img443/3765/lf6.gif Could you please tell me why "% Processor Time" of the process W3WP is higher than…
parentissimo
  • 15
  • 2
  • 6
0
votes
1 answer

performance tuning where cpu not pinned and plenty of memory

I'm benchmarking a windows server - web application that for argument sake has a single method called parseText(). Running a single instance take less than 10ms, however when I ramp it up to 10 simultaneous requests, things slow down drastically.…
Warrick FitzGerald
  • 2,455
  • 3
  • 23
  • 31
0
votes
1 answer

How to get the stats of memory and process consumption of a .net assembly

I need to capture the statistics of windows service in terms of memory and process usage. I tried exploring Perfmon, it has options for capturing the system performance. Probably this will have option for monitoring individual process also. Please…
Brainchild
  • 1,814
  • 5
  • 27
  • 52
0
votes
1 answer

How to have a FOREACH statement fire each time get-counter fires

I have the following code in use: $Folder="C:\Perflogs\BBCRMLogs" # Change the bit in the quotation marks to whatever directory you want the log file stored in $Computer = $env:COMPUTERNAME $1GBInBytes = 1GB $p = "LOTS OF COUNTERS"; # If you want…
Sean Long
  • 2,163
  • 9
  • 30
  • 49
0
votes
1 answer

Relog can't open a binary log file if executed from C#

I've written a simple windows service to watch a folder and run relog (the windows tool to export data from binary perf mon files) on any files that arrive. When I run it from my c# process (using System.Diagnostics.Process.Start()) I…
BlackSpy
  • 5,563
  • 5
  • 29
  • 38
0
votes
0 answers

duplicate counter entres in perfmon log

I've been recording several counters in perfmon and one of them occasionally duplicates itself in the output log file, e.g.: "COUNTER1","counter2","counter3","COUNTER1","counter4","counter5","counter6","COUNTER1","counter7" The counter in question…
user2000718
  • 49
  • 1
  • 8
0
votes
1 answer

Extract hostnames from Perfmon blg with Powershell

I'm writing a script which will automate the extraction of data from .blg Perfmon logs. I've worked out the primary Import-Counter commands I will need to use to get the data out, but am trying to parametrise this so that I can do it for each…
Jagot
  • 13
  • 1
  • 3
0
votes
0 answers

Performance counters collection - Linux

model name : Intel(R) Core(TM) i7 CPU Q 720 @ 1.60GHz perf version 3.2.33 python 2.7 OS: Linux. Distro: Ubuntu 12.10 I am trying to collect, PerThread performance counters using perfmon. these are the events that I am trying to collect:…
user1860977
  • 89
  • 1
  • 6
0
votes
1 answer

Perfmon.exe not showing values for Network Interface via powershell

I've been trying to make powershell make a csv file with certain information in Windows 7's perfmon.exe Most of it works, but it seems to ignore 3 counters. The script looks like the…
Mark Jenster
  • 503
  • 3
  • 6
  • 18
0
votes
0 answers

PerfMon and CLR Profiler counter comparison

I am comparing Perfmon and CLR Profiler counters for my application. I want to know that which perfmon counter relates to following CLR Profiler counter? Allocated bytes Relocated bytes Final Heap bytes Thanks in advance
CSharp
  • 1,573
  • 2
  • 14
  • 25
0
votes
1 answer

how to Get Average %User Time in Perfmon

I also understand I can also use this programatically by creating a performance counter by using System.Diagnostics.PerformanceCounter, and get the counter value using NextValue() method. Process p = Process.GetProcessById(10204); …
Shah
  • 39
  • 5
0
votes
2 answers

Does windows have performance counters to measure statistics of a dialup connection?

Does windows have performance counters to measure statistics of a dialup connection? Opening up Perfmon I can see that it has a performance counter called "Network Interfaces" which can be used to collect stats on a chosen network interface (mostly…
Sandeep Datta
  • 28,607
  • 15
  • 70
  • 90
1 2 3
19
20