logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

arcperftest - ARC service performance tester

Author

       ARC  software  is developed by the NorduGrid Collaboration (http://www.nordugrid.org), please consult the
       AUTHORS   file   distributed   with   ARC.   Please    report    bugs    and    feature    requests    to
       http://bugzilla.nordugrid.org

NorduGrid ARC 6.21.1                               2025-02-21                                     ARCPERFTEST(1)

Description

       The  arcperftest  command  test  the  performance  of an ARC service specified by its url sending threads
       number of concurrent requests for a duration of duration seconds.

Examples

         Axis2C:
           with TLS:
             arcperftest https://glueball.uio.no:50443/axis2/services/echo  10 30
           without TLS:
             arcperftest http://glueball.uio.no:50000/axis2/services/echo  10 30

         HED:
           with TLS:
             arcperftest https://glueball.uio.no:60000/echo 10 30
           without TLS:
             arcperftest http://glueball.uio.no:60010/echo 10 30

Name

       arcperftest - ARC service performance tester

Options

-cconfig
              The file containing  client  chain  XML  configuration  with  'soap'  entry  point  and  HOSTNAME,
              PORTNUMBER and PATH keyword for hostname, port and HTTP path of 'echo' service.

       -ddebuglevel
              FATAL, ERROR, WARNING, INFO, VERBOSE or DEBUG

       -r     If specified close connection and reconnect after every request.

Synopsis

arcperftest [ -cconfig ] [ -ddebug ] [ -r ] urlthreadsduration

See Also