Skip to content
Snippets Groups Projects
Commit 830474c9 authored by Gitlab CI's avatar Gitlab CI
Browse files

Update docs

parent eaf56e06
Branches feature/improved-link-combiner
No related tags found
No related merge requests found
Pipeline #5314316 passed
...@@ -186,6 +186,7 @@ No help available for this command ...@@ -186,6 +186,7 @@ No help available for this command
-f : return all LFN data as JSON fields (API flag only) -f : return all LFN data as JSON fields (API flag only)
-y : (FOR THE OCDB) return only the biggest version of each file -y : (FOR THE OCDB) return only the biggest version of each file
-S <site name> : Sort the returned list by the distance to the given site -S <site name> : Sort the returned list by the distance to the given site
-e <pattern> : Exclude pattern
``` ```
## **toXml** ## **toXml**
...@@ -226,7 +227,7 @@ No help available for this command ...@@ -226,7 +227,7 @@ No help available for this command
<event name="1"> <event name="1">
<file name="example.file" aclId="" broken="0" ctime="2021-10-28 12:54:46" dir="233353357" entryId="306974419" expiretime="" gowner="alienci" guid="0f896750-37ee-11ec-8f15-024246e5e01d" guidtime="" jobid="" lfn="/alice/cern.ch/user/a/alienci/example.file" md5="3f8a7f1fa8fcfe1faeae60b6036de9de" owner="alienci" perm="400" replicated="0" size="40" turl="alien:///alice/cern.ch/user/a/alienci/example.file" type="f" /> <file name="example.file" aclId="" broken="0" ctime="2021-10-28 12:54:46" dir="233353357" entryId="306974419" expiretime="" gowner="alienci" guid="0f896750-37ee-11ec-8f15-024246e5e01d" guidtime="" jobid="" lfn="/alice/cern.ch/user/a/alienci/example.file" md5="3f8a7f1fa8fcfe1faeae60b6036de9de" owner="alienci" perm="400" replicated="0" size="40" turl="alien:///alice/cern.ch/user/a/alienci/example.file" type="f" />
</event> </event>
<info command="example.file" creator="alienci" date="Sat Mar 18 14:38:33 UTC 2023" timestamp="1679150313916" /> <info command="example.file" creator="alienci" date="Wed Mar 22 17:02:54 UTC 2023" timestamp="1679504574533" />
</collection> </collection>
</alien> </alien>
``` ```
...@@ -625,7 +626,7 @@ No help available for this command ...@@ -625,7 +626,7 @@ No help available for this command
=== "Example" === "Example"
```console ```console
jsh: [alice] > uptime jsh: [alice] > uptime
92236 running jobs, 65368 waiting jobs, 30 active users 78225 running jobs, 62050 waiting jobs, 22 active users
``` ```
## **resubmit** ## **resubmit**
...@@ -934,14 +935,14 @@ No help available for this command ...@@ -934,14 +935,14 @@ No help available for this command
```console ```console
jsh: [alice] > ping 5 jsh: [alice] > ping 5
Sending 3 messages with a pause of 1000 ms between them Sending 3 messages with a pause of 1000 ms between them
reply from 137.138.47.221 (alice-jcentral.cern.ch / aliendb8.cern.ch): time=3.351 ms reply from 137.138.99.147 (alice-jcentral.cern.ch / aliendb10.cern.ch): time=108.1 ms
reply from 137.138.47.221 (alice-jcentral.cern.ch / aliendb8.cern.ch): time=1.067 ms reply from 137.138.99.147 (alice-jcentral.cern.ch / aliendb10.cern.ch): time=1.345 ms
reply from 137.138.47.221 (alice-jcentral.cern.ch / aliendb8.cern.ch): time=1.075 ms reply from 137.138.99.147 (alice-jcentral.cern.ch / aliendb10.cern.ch): time=242.3 ms
3 packets transmitted, time 2009 ms 3 packets transmitted, time 2354 ms
rtt min/avg/max/mdev = 1.067/1.831/3.351/1.075 ms rtt min/avg/max/mdev = 1.345/117.2/242.3/98.57 ms
Central service endpoint information: Central service endpoint information:
hostname : aliendb8.cern.ch hostname : aliendb10.cern.ch
``` ```
## **version** ## **version**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment