Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

81
votes
21answers
13k views

How do you stress test a web application?

Stress testing is something that gets very little love in most death mar.., er I mean web projects. It's usually done at the last minute (or not at all), next to no time gets allocated to it, etc. In ...
5
votes
3answers
110 views

What tools does your company use to manage application performance of asp.net applications?

I am not talking about application profilers or debuggers but more specific to managing the applications in production environment. So essentially monitor, identify bottlenecks, deploy fixes.
5
votes
5answers
578 views

What is the best approach to monitor site performance in rails

I'd like to have a special part of administrate area which shows a list of pages/queries that was slow for the past week. Is there a gem / plugin or other easy way to implement/automate such ...
4
votes
3answers
3k views

How to measure separate CPU core usage for a process?

Is there any way to measure a specific process CPU usage by cores? I know top is good for measuring the whole system's CPU usage by cores and taskset can provide information about which CPU core is ...
4
votes
5answers
1k views

C#: Create CPU Usage at Custom Percentage

I'm looking to test system responsiveness etc. on a few machines under certain CPU usage conditions. Unfortunately I can only create ~100% usage (infinite loop) or not enough CPU usage (I'm using C#). ...
4
votes
5answers
620 views

Monitoring load on ASP.NET Application

I am looking for ways to keep track of simultaneous users within an application. I cannot use IIS logs due to a load balancer that abstracts the users IP address. I am looking for a .NET code based ...
4
votes
2answers
5k views

How to monitor Postfix MTA Status

What is a good command to monitor a Postfix installation on a linux server? It should be one command that can be run from a command prompt in an SSH session and returns information about whether the ...
4
votes
4answers
275 views

What is the best way to measure “spare” CPU time on a Linux based system

For some of the customers that we develop software for, we are required to "guarantee" a certain amount of spare resources (memory, disk space, CPU). Memory and disk space are simple, but CPU is a ...
3
votes
3answers
173 views

Time to first byte with javascript?

Is there any modern browser that via javascript exposes time to first byte (TTFB) and/or time to last byte (TTLB) on a http request without resorting to any plugin? What I would like is a javascript ...
2
votes
2answers
75 views

monitoring application (CPU and cache usage) on single Linux box with 80 cores

I am looking for a performance monitoring tool for my application which will collect/visualize in realtime the CPU and cache usage on single Linux box like IBM System or HP ProLiant with typical ...
2
votes
3answers
102 views

Application performance monitoring tool

I need some help to find out if there is any tool that can give below stats for PowerBuilder application running against Oracle and Sybase. Also highlight if I missed any other areas to be monitored. ...
2
votes
1answer
51 views

Performance counters for the TPL?

Is there any way to see (preferably via built-in performance counter) how much work the TPL has got queued up that it's trying to work through? Here are some details around what I'm trying to do and ...
2
votes
2answers
238 views

How can I monitor disk access for a certain file?

I want to use performance monitors to determine when a file is being accessed (read/write). Is this possible? If not, is there any other way? My OS is Windows Server 2008 R2, and I am writing the code ...
2
votes
2answers
318 views

Logging of long/unusual page execution time automatically in ASP.NET

I'd like to implement some kind of automatic "logging" in my ASP.NET MVC application when a page execution (incl. database calls etc.) takes longer than 3 seconds, and then gather some 'circumstantial ...
1
vote
1answer
130 views

Are instance names for system performance counters localized?

Performance counter names in Windows are localized, so for instance the counter \Processor(_Total)\% Processor Time is called something else in other language versions of Windows. This means that in ...
1
vote
2answers
480 views

Any open source software for monitoring MySQL performance?

I'm working on improving the performance of a MySQL server. I'm looking for something to monitor the performance of MySQL (as query per second) over time so that I can measure any improvements I make. ...
1
vote
2answers
446 views

Open Source, Multiple JVM Monitor web application options?

I'm looking for an open source web application to monitor several JVM's over several servers. I've done some searching and found multiple options that are failing each in their own way. I need it to: ...
1
vote
1answer
162 views

How to monitor performance of web application behind IIS?

I have web application installed on the IIS 6. Now i would like to check how many requests are coming to it, How much processor - memory - time it takes to process each request. Is there something ...
1
vote
1answer
169 views

PerfMon web interface - does it exist?

I realise that it is fairly easy to query performance counters in code and display these on an ASPX page but does anyone know if a product already exists which is basically a web version of PerfMon - ...
1
vote
1answer
310 views

performance monitoring tools for multi-tenant web application

We have a need to monitor performance of our java web app. We are looking for some tolls which can help us with this task. The major difficulty is that we are SaaS provider with multi-tenant server ...
1
vote
2answers
278 views

Oracle - timed sampling from v$session_longops

I am trying to track performance on some procedures that run too slow (and seem to keep getting slower). I am using v$session_longops to track how much work has been done, and I have a query ...
1
vote
3answers
627 views

Monitoring Grails performance with Hudson

I'm working on a project where performance is important and I would like to be able to monitor how my changes affect performance over time. Has anyone done this with Hudson before? ...
1
vote
1answer
332 views

Monitor the performance of individual window service

I have 7 windows services. i want to monitor the performance of the individual services like the processor usage, memory usage etc. If i use perfmon, it gives for the entire system but not the ...
0
votes
1answer
34 views

Azure Cache Monitoring Tool

Hoping some could direct me to a tool that i can use to monitor azure caching performance. This MSDN article above describes how the Azure management portal presents "Current Size", "Peak Size(this ...
0
votes
0answers
31 views

Are all performance counter instances always available to all counters inside the category?

A counter category could be "Process". Inside that is "Elapsed Time", "Handle Count" etc. Below that, we (well... "I") have instances like "_Total", "Chrome", "winlogon" etc Am I correct in ...
0
votes
0answers
49 views

Performance monitoring using JAMon

I am planning to do some performance monitoring using the JAMonPerformance libraries. I can wrap the JAMon calls around my methods using AOP as shown here. I was wondering if there was a smart way to ...
0
votes
0answers
30 views

Why doesn't sending HBase Gangla metrics work from Java with Aspectj AOP?

I'm trying to do HBase performance monitoring with Aspectj using Hbase metrics and push the results in Ganglia without success. Logging works, so my aspect is executing, but it won't push the ...
0
votes
1answer
86 views

How can I get the cpu usage a jvm process consumes for each cpu core using java?

Actually I'm using java to monitor the cpu usage for a certain java process.Here are my questions: First,is there a limit that a single process can only consume cpu processing time on 1 or limited cpu ...
0
votes
0answers
47 views

How do I publish per-instance metrics in the AWS/EC2 namespace for Amazon CloudWatch?

I am in the process of publishing several custom metrics for CloudWatch. When the metrics are on my own namespace, all goes well. I now want to publish a per-instance metric, similar to ...
0
votes
2answers
45 views

Monitoring service that can run scripts

I'm currently using New Relic's performance monitoring service. Works great so far, except that I'd like some things automated. I basically just get an email notification when performance is bad or ...
0
votes
0answers
67 views

SoftConnectsPerSecond relation to NumberOfPooledConnections

I just read this MSDN article. I am trying to understand how SoftConnectsPerSecond is related to NumberOfPooledConnections. While viewing Performance Monitor (.NET Data Provider for SqlServer ...
0
votes
0answers
131 views

Can Performance Monitor in Windows 2008 server track incoming traffic?

Just wondering if Performance Monitor in Windows 2008 server track incoming traffic of the webserver (IIS) running PHP? What category does it falls under?
0
votes
0answers
198 views

Recommendations For How To Collect Web Service Performance Metrics on High Usage Services

I've come up against this problem time and again working with various clients, but I have not come up with or encountered satisfactory solutions, so I thought I'd ask the community for ideas. ...
0
votes
2answers
234 views

oracle metrics monitoring and reporting in real time

I am stress testing a database table I am looking for any software that can connect to my database and show me some metrics like no of rows in a table, time for inserts , inserts/time, table ...