Skip to content
Advertisement

Tag: benchmarking

I have a question with option in DNSperf tool in Linux

I tried to use the DNSperf tool that is the benchmark testing tool for an authoritative name server in Linux. This tool has various features to provide the result in many aspects. But I would like to know some options like -c and -q. I tried to observe it from the source code in C. But I don’t get it.

What is C-state Cx in cpupower monitor

I am profiling an application for execution time on an x86-64 processor running linux. Before starting to benchmark the application, I want to make sure that the Dynamic Frequency scaling and idle states are disabled. Check on Frequency scaling This tells me that the Frequency scaling(Intel’s Turbo Boost or AMD’s Turbo Core) is disabled. In fact, we set it to

How to correctly use Siege to benchmark GET requests?

I use siege to benchmark a local HTTP service: Benchmark result gives ~500 transactions per second throughput. However, when I benchmark the service manually by launching 8 simultaneous loops of curl, the same endpoint gives many thousands per second throughput. So what am I doing wrong with siege? Answer There a few things that may be impacting your test. Check

Advertisement