Profiling something under controlled circumstances to find its performance.

learn more… | top users | synonyms (2)

4
votes
0answers
403 views

Tsung. contents_from_file attribute with variable value

I've got a problem using tsung: I've got several files in one dir wich I have to send to the server. I create file with list of this files (fullpath) and add an option to tsung config: <option ...
3
votes
0answers
82 views

How to get JVM running time like the JVM hotspot log does?

When I use JVM option -XX:+PrintCompilation I get output like this 60 1 java.lang.String::hashCode (55 bytes) 74 2 sun.nio.cs.UTF_8$Encoder::encode (361 bytes) ...
2
votes
0answers
185 views

Database performance using mysqlslap vs actual sql queries

We are benchmarking a number of servers with a view to migrating our current site. We have tested 2 configs against the current setup, using a mysqlslap test and by running sql queries on table with ...
2
votes
0answers
127 views

Trying to set a QDeclarativeScriptString in a unit test (QTestLib)

I'm trying to create a benchmark for part of my 2D game framework (It's a QML extension) and I'm having problems to set a declarative script property of a QOBject. The property declaration: ...
2
votes
0answers
335 views

Android open source project for video encoding and decoding?

I am trying to run a benchmark using Android open source application. I am looking for an open source application that I can test video encoding and video decoding. I tried with vidiom but it used ...
2
votes
0answers
115 views

Standard, open web application used for benchmarking

Anybody know any existing 'open' Web Applications with Source and Data that are used for Benchmarking (e.g. Shopping site with kart). Somebody is looking for something 'standard' that can be used as ...
1
vote
0answers
47 views

How to write simple speed test app with CUDA?

Below is the code of a simple app that tests speed of my 4 core CPU with HT. I want to write as much similar app as possible that makes speed test of my GPU with CUDA functionality by using CUDA. ...
1
vote
0answers
38 views

Unable to load caliper results online

I followed few suggestions available online but none has helped. Got caliper and built it from https://github.com/peterlynch/caliper export ...
1
vote
0answers
30 views

Benchmarking with existing data

I'm new to Rails but not new to software development and so some of these may be elementary questions mixed in with head-scratching ones. We are trying to get some benchmarking in our app and are ...
1
vote
0answers
70 views

How to perform website benchmarking?

I am trying to do competitive analysis of online trends prevailing in real estate domain at state level in a country. I have to create a report which is not biased towards any particular company but ...
1
vote
0answers
80 views

Is a reliable, monotonic time source available in Hyper-V guests to do benchmarking?

Hyper-V guests encounter horrible clock drifts. If I my memory does not fail me, I saw drifts of many seconds over the course of only a few minutes, if not less. And I'm not talking about cases where ...
1
vote
0answers
95 views

Error: Mysql database doesn't support transactions

Hi I have a InnoDB has a default database which supports transactions. But When I run transactions script for Mysql sql-benchmarking I get below error: Testing server 'MySQL 5.5.29 0ubuntu0.12.10.1' ...
1
vote
0answers
72 views

How do I compile a SPEC CPU 2006 benchmark with older glibc version?

Can somebody please help me out with making the SPEC benchmark choose glibc version 2.6.1 that is present on my system other than the default one gcc takes? primary glibc version is below ldd ...
1
vote
0answers
74 views

Apache Tika benchmarks

I'm currently developing a Java based web crawler that handles only html files. What I would like to know is if there any benchmarks out there that show the performance of the Apache Tika library on ...
1
vote
0answers
71 views

Running a benchmark on javascript ajax calls

One function returns a single item, for one id. The other function returns 3 items for 3 ids I just wanted to benchmark which would be best, my preference is for the single request just for ...
1
vote
0answers
28 views

How to measure by c code

I have a question about how to measure the bandwidth of a GPU. I have tried some different ways but none of them work. For example, I tried to use the amount of data transfer divided by the time used ...
1
vote
0answers
23 views

how to get the Maximum prob size for a given machine in HPC Graph(SSCA2)

I am one HPC guy and using SSCA2(C code) in my work recently. In most of the papers, "Maximum problem size for a given machine" is mentioned many times, but I couldn't find the way to calculate this ...
1
vote
0answers
194 views

Benchmarking Elasticache with memslap

I am benchmarking Elasticache m2.4xlarge instance running in Amazon AWS cloud using memslap. memslap is run from a m2.4xlarge Amazon EC2 linux instance. Memslap successfully works with concurrency ...
1
vote
0answers
83 views

Are best feasible solution values of knapsack benchmarks of Beasley correct..?

I'm student studying genetic algorithm. I have question about knapsack problem benchmarks. I found knapsack problem instances of Beasley at website http://www.cs.nott.ac.uk/~jqd/mkp/index.html and ...
1
vote
0answers
218 views

Apache bench and python BaseHTTPServer broken pipe exception

I have a simple HTTP server implemented in python as follows: from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer class Handler(BaseHTTPRequestHandler): def do_GET(self): ...
1
vote
0answers
147 views

Maximum speed of loopback sockets

pv /dev/zero| nc -l 1234 and nc localhost 1234 > /dev/null give me a maximum throughput of around 430 MB/s. Why is that? htop shows mostly kernel CPU activity, so my suspicion so far is ...
1
vote
0answers
123 views

sending a POST xml request using httperf at a given rate

i want to send a httperf request to post a list of uri,xml pair at a given rate using httperf. I tried various optios eg using --wsesslog option but i am not able to produce the desired output. can ...
1
vote
0answers
110 views

opensource c++ benchmark suite

Does anyone know a C++ benchmark library/suite which is open source? The benchmark should do a lot of algorithmic stuff like sorting, matrix multiplications, Fourier transformations etc...
1
vote
0answers
22 views

Is there an established benchmark for testing the speed of a 2D graphics library?

I'm looking specifically for a set of operations to be performed within a given length of time, so I can compare my library's performance to that of other libraries without having to build them all.
1
vote
0answers
97 views

How to benchmark Linux threaded programs?

I'm trying to compare the performance of threaded programs (on Linux). Since the programs use different thread synchronization methods and different lock granularity, running the programs on a shared ...
1
vote
0answers
46 views

Test suite to generate page faults and LLC miss events

I need to profile a virtual machine memory access in terms of the number of page faults per second generated and number of last level cache miss encountered per second. Is there a standard test suite ...
1
vote
0answers
30 views

“no test history available” error when running cal

vogar --benchmark --stream --verbose --mode jvm ArraySortBenchmark.java But it doesn't execute any benchmark, because "no test history available" executing mkdir -p ...
1
vote
0answers
83 views

Does anyone know the DB layer for CouchDB in YCSB?

I want to use YCSB to check CouchDB.But I found there is no DB layer for CouchDB.Anyone have a DB layer for CouchDB in YCSB?
1
vote
0answers
102 views

DB2 JDBC Driver type 3 vs Type 4 performance benchmark

Can anybody share any data regarding the type 3 vs type 4 JDBC driver performance comparison, mainly in terms of execution time? Thanks.
1
vote
0answers
172 views

Readonly filesystem benchmark software on Linux

Updated: iozone has an option -+E which could use non-iozone file to run a readonly FS benchmark test I am working on a project which aimed at making a 2level-cached read-only filesystem, and now I ...
1
vote
0answers
81 views

asp.net mvc3 server benchmark tools

I am using IIS6 / 7.5 . MVC3 . I am going to do some re factoring in the code. I want to measure CPU cycles. Which may be affected by using DI or passing a model down the line, like a factory DI ...
1
vote
0answers
113 views

Need Box2D benchmarks

I've ported jbox2d to c# and I want to check if my results are identical. Does anybody know if there are some benchmarks which I can use as ideal results or running tests. When I say benchmark I ...
1
vote
0answers
150 views

Macro Benchmarks for Java

I'm looking for Java applications and appropriate (macro) benchmarks for them. For instance, I already use PolePosition to benchmark the performance of HyperSQL. Benchmarks based on JBench, ...
1
vote
0answers
22 views

Are there real-world http logs/test-data freely available somewhere?

I'm looking to benchmark a modification that has been made to a webserver. Are there any freely available webpages with logs generated from real world usage? I would like to get some real world access ...
1
vote
0answers
262 views

multimaps(benchmark) source code in C

I am actually seeking the multiMAPS benchmark source code written in C. It is a benchmark that measures memory bandwidth.. Did somebody heard about it?
1
vote
0answers
61 views

Timing rapid events

I'd like to measure the amount of time taken to complete a rapid event but the time taken is comparable to the accuracy of my timer. Can I measure the distribution of times taken to perform the ...
0
votes
0answers
8 views

Java compilation error for TPC-W Benchmark

I am following the guide given here to install and run the tcp-w benchmark. However, I am facing some java compilation issues. At the very last step, when I do javac rbe/* I get the error: ...
0
votes
0answers
5 views

Error while checking database.properties: Installing RUBiS Benchmark

I am currently trying to install RUBiS PHP version. $ make client #no problem $ make emultor /usr/lib/jvm/java-1.7.0//bin/java -classpath ./Client edu.rice.rubis.client.ClientEmulator RUBiS client ...
0
votes
0answers
27 views

Three.js benchmark, how to?

I'm about to perform some benchmark experiments for WebGL (Three.js). I'm thinking about loading time (from link click to loaded scene), loading time for files, and frame rate. With many tests I must ...
0
votes
0answers
17 views

Apache Benchmark timeout and 14648 errors

When running the apache benchmarking below: ab -n 1500 -c 150 http://yourdomain.com/ I am getting the following error, and the benchmarking is stopped with only a limited number of requests ...
0
votes
0answers
32 views

Unable to install Google Caliper

I installed google caliper by downloading its git code, did a mvn clean install of it. This produced caliper-1.0-beta-SNAPSHOT.jar. I included caliper as a maven dependency my project and decided to ...
0
votes
0answers
13 views

NAS parallel benchmark in Java input size too big

I am running NAS NPB3.0 JAVA implementation. The program I am trying to run is BT.java with the input 200 number of time steps 0.0008d0 dt for class A = 0.0008d0. class B = 0.0003d0 class C = ...
0
votes
0answers
19 views

Strange Java NBody loop performance with/without arrays

I'm working on benchmarking some programs in some different languages, and I have gotten some very strange results while benchmarking my Java implementations of NBody force simulation (O(n^2) ...
0
votes
0answers
44 views

Is virtual memory a good indicator for process memory utilisation?

QA team sent us a memory consumption reprot for our shoftware showing that virtual memory used by the process piked to more than than 600 MB under heavy load. so I have ran the same tests and found ...
0
votes
0answers
26 views

Getting current transferred MPI network communication volume

I have a question related to MPI. In order to keep track of the communication volume used by my implementation, I would like to get the currently-transferred data amount since the mpi-process' start ...
0
votes
0answers
21 views

Benchmarking with Mobile Data Connection

I have a benchmarking situation that requires some advise. This is basically a scenario. I typically use Jmeter to benchmark web page loads. However in this case, I intend to benchmark an URL that ...
0
votes
0answers
25 views

Evolving graph benchmark with no addition of nodes

I am aware of the many evolving graph generators like RMAT and RTG. The problem is that i don't want more nodes to be added over the timeslots. I want a generator tha produces evolving graphs that the ...
0
votes
0answers
111 views

Benchmarking in node.js?

I want to see how long it takes for a line of code to execute in node.js. Speicifiaclly, I want to know how long it takes socket.io to get data that is attached to a socket. So I do socket.set ...
0
votes
0answers
18 views

A benchmark testing framework for Java ME

I am looking for a benchmark testing framework for J2ME or Java ME applications similar to the benchmark framework of Java SE like this. I want to measure the execution time more accurately. I ...
0
votes
0answers
32 views

Benchmark tester for J2ME

I developed an application using J2ME, now I want to test it using Java Benchmarks I found benchmarks that measure the performance of the mobile phone in general (graphics,image and so on). However I ...

1 2 3 4