1ARCPERFTEST(1) NorduGrid Users Manual ARCPERFTEST(1)
2
3
4
6 arcperftest - ARC service performance tester
7
8
10 arcperftest [ -c config ] [ -d debug ] [ -r ] url threads duration
11
12
14 The arcperftest command test the performance of an ARC service speci‐
15 fied by its url sending threads number of concurrent requests for a du‐
16 ration of duration seconds.
17
18
19
21 -c config
22 The file containing client chain XML configuration with 'soap'
23 entry point and HOSTNAME, PORTNUMBER and PATH keyword for host‐
24 name, port and HTTP path of 'echo' service.
25
26
27 -d debuglevel
28 FATAL, ERROR, WARNING, INFO, VERBOSE or DEBUG
29
30 -r If specified close connection and reconnect after every request.
31
32
34 Axis2C:
35 with TLS:
36 arcperftest https://glueball.uio.no:50443/axis2/services/echo 10
37 30
38 without TLS:
39 arcperftest http://glueball.uio.no:50000/axis2/services/echo 10
40 30
41
42 HED:
43 with TLS:
44 arcperftest https://glueball.uio.no:60000/echo 10 30
45 without TLS:
46 arcperftest http://glueball.uio.no:60010/echo 10 30
47
48
49
51 APACHE LICENSE Version 2.0
52
53
55 ARC software is developed by the NorduGrid Collaboration
56 (http://www.nordugrid.org), please consult the AUTHORS file distributed
57 with ARC. Please report bugs and feature requests to
58 http://bugzilla.nordugrid.org
59
60
61
62NorduGrid ARC 6.18.0 2023-10-25 ARCPERFTEST(1)