Hi All
Anyone using load runner to test Confluence performance.
I saw one post here https://confluence.sakaiproject.org/display/PERF/Load+Testing+with+HP+LoadRunner
Can you please share your experience / scenarios / sample scripts?
Thanks
Abe
Hi Abraham,
I've never tested the performance using HP load runner, but as two alternatives to this, you may use Apache Benchmark as the example bellow:
tiago@ecrnt-85:~$ ab -A user:password -n 100 -c 7 http://localhost:8090/jira/
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking localhost (be patient).....done
Server Software: Apache-Coyote/1.1
Server Hostname: localhost
Server Port: 8090
Document Path: /jira/
Document Length: 0 bytes
Concurrency Level: 7
Time taken for tests: 6.272 seconds
Complete requests: 100
Failed requests: 0
Write errors: 0
Non-2xx responses: 100
Total transferred: 55350 bytes
HTML transferred: 0 bytes
Requests per second: 15.94 [#/sec] (mean)
Time per request: 439.009 [ms] (mean)
Time per request: 62.716 [ms] (mean, across all concurrent requests)
Transfer rate: 8.62 [Kbytes/sec] received
Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 0 0.1 0 1
Processing: 252 421 101.4 406 753
Waiting: 252 421 101.1 406 748
Total: 252 421 101.4 406 753
Percentage of the requests served within a certain time (ms)
50% 406
66% 446
75% 469
80% 489
90% 556
95% 655
98% 748
99% 753
100% 753 (longest request)
And you may use Jmeter as described in this page: https://confluence.atlassian.com/display/DOC/Performance+Testing+Scripts
Edit: I forgot to mention that you can live monitor the status of your instance using JMX interface: https://confluence.atlassian.com/display/DOC/Live+Monitoring+Using+the+JMX+Interface
I hope this has helped.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.