Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confluence - LoadRunner Scripts

AbrahamA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 8, 2013

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

1 answer

1 vote
Tiago Comasseto
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 9, 2013

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events