1FTS-REST-CLI(1) FTS-REST-CLI(1)
2
3
4
6 fts-rest-snapshot
7
9 Usage: fts-rest-snapshot options
10
12 This command can be used to retrieve the internal status FTS3 has on
13 all pairs with ACTIVE transfers. It allows to filter by VO, source SE
14 and destination SE
15
17 -h/–help
18 Show this help message and exit
19
20 -v/–verbose
21 Verbose output.
22
23 -s/–endpoint
24 Fts3 rest endpoint.
25
26 -j/–json
27 Print the output in json format.
28
29 –key The user certificate private key.
30
31 –cert The user certificate.
32
33 –capath
34 Use the specified directory to verify the peer
35
36 –insecure
37 Do not validate the server certificate
38
39 –access-token
40 Oauth2 access token (supported only by some endpoints, takes
41 precedence)
42
43 –vo Filter by vo
44
45 –source
46 Filter by source se
47
48 –destination
49 Filter by destination se
50
52 $ fts-rest-snapshot -s https://fts3-devel.cern.ch:8446
53 Source: gsiftp://whatever
54 Destination: gsiftp://whatnot
55 VO: dteam
56 Max. Active: 5
57 Active: 1
58 Submitted: 0
59 Finished: 0
60 Failed: 0
61 Success ratio: -
62 Avg. Throughput: -
63 Avg. Duration: -
64 Avg. Queued: 0 seconds
65 Most frequent error: -
66
68 fts-devel@cern.ch.
69
70
71
72fts-rest-snapshot August 24, 2016 FTS-REST-CLI(1)