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

Monitor and/or log the performance of a specific application (not all system) in Windows 7

I need to keep track of peak memory usage, and average memory usage, CPU time of a specific application. I know there is Windows' perfmon tool, but it keeps record of all the system, but I need to keep record of just one specific application. I also…
Memin
  • 3,788
  • 30
  • 31
0
votes
0 answers

significance of -si in any linux command

What is the significance of -si in any linux command to write logs in a CSV file. I want to know the exact role -si part will play in the entire command to write perfmon logs into a CSV file. Thanks in Advance
user3627319
  • 395
  • 3
  • 10
  • 19
0
votes
1 answer

Relog Can't Find the File

I'm trying to read a BLG file from my application. I can read a CSV file from my application, but I also want to add another form to convert a BLG file to CSV. Unfortunately I'm getting an error that it says file cannot be found. Here is the code: …
Mert Gumru
  • 11
  • 6
0
votes
0 answers

Why is my web application's memory usage so high?

I have a C# MVC App that also uses EF. It's working well but on my local dev machine IIS Express uses in the order of 100Mb of memory, but when its in the production environment it uses 600mb of memory and seems to be challenging the specs of our…
jb007
  • 316
  • 1
  • 3
  • 11
0
votes
0 answers

Is it possible to get Performance Counter in Azure?

Is it possible to read PerfMon counters in Azure Websites / Azure Worker roles / Windows VMs like it can be done in an local console application? PerformanceCounter perfCounter = new PerformanceCounter(); perfCounter.CategoryName =…
ThisWillDoIt
  • 380
  • 6
  • 24
0
votes
1 answer

Should "Working set peak" of Perfmon report be plotted in charts/graphs

I have recently started using Perfmon and hence don't have much info on it. I have a perfmon report which has "Working set" as well as "Peak Working Set" values for different processes. I want to plot a chart/graph which would indicate how much…
user85
  • 1,526
  • 5
  • 26
  • 42
0
votes
2 answers

Perfmon Data Plot. Scaling y axis with ggplot

I am currently working on a script that will take in Windows Perfmon Data, and plot graphs from this data, as I have found the PAL tool far too slow. This is my first pass and is quite basic at the moment. I am struggling with the scaling of the y…
0
votes
2 answers

Regex. Pattern Match Perfmon Counter

\\\\COMPUTER-NAME\\LogicalDisk(_Total)\\Avg. Disk Queue Length I am trying to parse the above string. What I want to achieve is to strip out \\\\COMPUTERNAME\\ and replace with "". The regex pattern I thought would work…
0
votes
1 answer

PerfMon discrepancy - "Bytes in all Heaps" memory does not equal gen0 + gen1 + gen2 + LOH

Ran perfmon and added counter ".net CLR Memory" and thought I saw a figure discrepancy. Shouldn't "bytes in all heaps" be gen0+gen1+gen2+LOH?
0
votes
1 answer

How to change access control list of performance counter?

I could get performance counters on my server as administrator: PS C:\Users\Administrator\Documents> Get-Counter '\memory\available bytes' Timestamp CounterSamples …
Bunyk
  • 7,635
  • 8
  • 47
  • 79
0
votes
1 answer

Perfmon data collector set not putting data in SQL

I have created a perfmon data collector set to store perf counter data in SQL server. I used the instructions here. I did all the steps, but after starting the Data Collector Set it doesn't seem like the data is being put anywhere. I have it setup…
skb
  • 30,624
  • 33
  • 94
  • 146
0
votes
1 answer

Extract Perfmon data from SQL

I typically log all of my perfmon data to a sql database. Someone in the office requested that I pull out the data and put it back into a perfmon binary file (a .blg file). Reasons for this is so that it's more portable for others to view without…
gregs
  • 605
  • 2
  • 7
  • 16
0
votes
1 answer

How do I interpret Perfmon data?

I used PerfMon on Windows XP for checking network load of an application that I have written. In the below example you see five columns: Date Time, Bandwidth, [x] Bytes per seconds sent, [x] Bytes per second received, [x] Total Bytes per…
dkeck
  • 1,072
  • 1
  • 8
  • 13
0
votes
1 answer

Perfmon counter does not work in script

I have a simple script that creates a serious of Perfmon counters then starts them. For some reason any Processor Information counters in the script, the ones with CPU in the name, do not work. An output file is created but it contains only the…
Karl
  • 3,312
  • 21
  • 27
0
votes
1 answer

How can one access perfmon (windows server 2008) raw collected data from an ASP.NET web application?

In an ASP.NET web application, how can I access the raw data collected from perfmon in windows server 2008?
Saturn K
  • 2,705
  • 4
  • 26
  • 38