Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

benchmarking / perfomance measuring #7

Open
slomo opened this issue Jan 21, 2011 · 3 comments
Open

benchmarking / perfomance measuring #7

slomo opened this issue Jan 21, 2011 · 3 comments
Assignees
Milestone

Comments

@slomo
Copy link
Member

slomo commented Jan 21, 2011

ideas:

ab
http://tsung.erlang-projects.org/

@mren
Copy link

mren commented May 5, 2011

siege :)

@mren
Copy link

mren commented Jun 16, 2011

I benchmarked the current version (b2a3b40) with 100 current connection and a small database (petra.osm)

siege http://localhost:8080/node -c 100


Transactions:               3308 hits
Availability:               100.00 %
Elapsed time:               20.48 secs
Data transferred:           4.15 MB
Response time:              0.08 secs
Transaction rate:           161.52 trans/sec
Throughput:                 0.20 MB/sec
Concurrency:                13.36
Successful transactions:    3308
Failed transactions:        0
Longest transaction:        1.05
Shortest transaction:       0.04

With 100 concurrent connections we have a success rate of 100%.
The average connection takes under 0.1 seconds.

Currently the process can't handle more 1000 concurrent connections.

siege http://localhost:8080/node -c 1000

Transactions:             716 hits
Availability:             30.85 %
Elapsed time:             10.82 secs
Data transferred:         0.90 MB
Response time:            1.58 secs
Transaction rate:         66.17 trans/sec
Throughput:               0.08 MB/sec
Concurrency:              104.79
Successful transactions:  716
Failed transactions:      1605
Longest transaction:      3.01
Shortest transaction:     0.00

@ghost ghost assigned mren Jun 16, 2011
@mren
Copy link

mren commented Jun 16, 2011

what are the requirements for benchmarking?

my suggestion is to compare our implementation with jxapi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants