Top "Performance-testing" questions

Performance Testing: The process of testing to determine the performance of a software product.

How do I install jmeter on a Mac?

We want to use JMeter. I've downloaded the production version as directed in the user manual at http://jmeter.apache.…

testing jmeter performance-testing load-testing
Timing a command's execution in PowerShell

Is there a simple way to time the execution of a command in PowerShell, like the 'time' command in Linux? …

powershell time performance-testing
Try-catch speeding up my code?

I wrote some code for testing the impact of try-catch, but seeing some surprising results. static void Main(string[] args) { …

c# .net clr try-catch performance-testing
Testing with JMeter: how to run N requests per second

I need to test if our system can perform N requests per second. Technically, it's 2 requests to one API, 2 requests …

jmeter load-testing performance-testing stress-testing
Java Performance Testing

I want to do some timing tests on a Java application. This is what I am currently doing: long startTime = …

java performance performance-testing
Entity Framework Vs Stored Procedures - Performance Measure

I'm trying to establish how much slower Entity Framework is over Stored Procedures. I hope to convince my boss to …

entity-framework stored-procedures performance-testing database-performance
Zabbix can't get value from Agent (Interrupted system call)

I have problem with the setup of zabbix agent on my Ubuntu 10.04 (lucid) server. I have zabbix server on other …

performance-testing zabbix
Prometheus - Convert cpu_user_seconds to CPU Usage %?

I'm monitoring docker containers via Prometheus.io. My problem is that I'm just getting cpu_user_seconds_total or cpu_…

performance performance-testing cpu-usage prometheus
PHP5-FPM randomly starts consuming a lot of CPU

I've run into a really strange problem which I am not sure how to debug further. I have an NGINX + …

performance nginx performance-testing php