arctest(1) - Linux man page
Name
arctest - ARC Test Suite
Description
The arctest command tests basic client and server setup.
Synopsis
arctest [options]
Options
- -c, --cluster=name
- select one or more computing elements: name can be an alias for a single CE, a group of CEs or a URL
- -g, --index=name
- select one or more registries: name can be an alias for a single registry, a group of registries or a URL
- -R, --rejectdiscovery=URL
- skip the service with the given URL during service discovery
- -S, --submissioninterface=InterfaceName
- only use this interface for submitting (e.g. org.nordugrid.gridftpjob, org.ogf.emies, org.ogf.bes)
- -J jobid, --jobid=jobid
- submits testjob given by the jobid.
- -j, --joblist=filename
- the file storing information about active jobs (default ~/.arc/jobs.xml)
- -o, --jobids-to-file=filename
- the IDs of the submitted jobs will be appended to this file
- -D, --dryrun
- submit jobs as dry run (no submission to batch system)
- -x, --dumpdescription
- do not submit - dump job description in the language accepted by the target
- -E, --certificate
- prints information about installed user- and CA-certificates
- -P, --listplugins
- list the available plugins
- -t, --timeout=seconds
- timeout in seconds (default 20)
- -z, --conffile=filename
- configuration file (default ~/.arc/client.conf)
- -d, --debug=debuglevel
- FATAL, ERROR, WARNING, INFO, VERBOSE or DEBUG
- -b, --broker=broker
- selected broker: Random (default), FastestQueue or custom
- -v, -version
- print version information
- -h, -help
- print usage information
Extended Description
The arctest command is used for basic testing of client and server installation through submitting various test jobs. It can also print basic information about user's certificate.
The command is complementary to arcinfo and arcproxy -I
The test jobs available in this version of arctest are:
Test job 1: a classical hello World job
Test job 2: attempts to list all environment variables at the remote site
Test job 3: copies a remote file from an HTTP server into a local file
Examples
arctest -J 1 -c <clustername>
will submit test job number 1 to the specified cluster belonging to the flavor of it.
arctest --certificate
will print basic information about the user's certificate.
Author
Ivan Marton <martoni@niif.hu>
See Also
arccat(1), arcclean(1), arccp(1), arcget(1), arcinfo(1), arckill(1), arcls(1), arcmigrate(1), arcmkdir(1), arcproxy(1), arcrenew(1), arcresub(1), arcresume(1), arcrm(1), arcstat(1), arcsub(1), arcsync(1)