From 82e2c6ce01d21a803a89d5bbf8ea97ea08b512f9 Mon Sep 17 00:00:00 2001 From: Gitlab CI <gituser@example.com> Date: Mon, 6 Feb 2023 08:55:28 +0000 Subject: [PATCH] Update docs --- docs/reference.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/reference.md b/docs/reference.md index 363ed2f..784e546 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -224,7 +224,7 @@ No help available for this command <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" /> </event> - <info command="example.file" creator="alienci" date="Thu Feb 02 15:17:10 UTC 2023" timestamp="1675351030093" /> + <info command="example.file" creator="alienci" date="Mon Feb 06 08:52:05 UTC 2023" timestamp="1675673525591" /> </collection> </alien> ``` @@ -621,7 +621,7 @@ No help available for this command === "Example" ```console jsh: [alice] > uptime - 86833 running jobs, 365346 waiting jobs, 33 active users + 90089 running jobs, 225197 waiting jobs, 25 active users ``` ## **resubmit** @@ -930,14 +930,14 @@ No help available for this command ```console jsh: [alice] > ping 5 Sending 3 messages with a pause of 1000 ms between them - reply from 137.138.47.222 (alice-jcentral.cern.ch / aliendb9.cern.ch): time=1.96 ms - reply from 137.138.47.222 (alice-jcentral.cern.ch / aliendb9.cern.ch): time=3.861 ms - reply from 137.138.47.222 (alice-jcentral.cern.ch / aliendb9.cern.ch): time=0.846 ms - 3 packets transmitted, time 2009 ms - rtt min/avg/max/mdev = 0.846/2.222/3.861/1.245 ms + reply from 137.138.99.172 (alice-jcentral.cern.ch / pcapiserv03.cern.ch): time=2.26 ms + reply from 137.138.99.172 (alice-jcentral.cern.ch / pcapiserv03.cern.ch): time=0.914 ms + reply from 137.138.99.172 (alice-jcentral.cern.ch / pcapiserv03.cern.ch): time=0.797 ms + 3 packets transmitted, time 2008 ms + rtt min/avg/max/mdev = 0.797/1.324/2.26/0.664 ms Central service endpoint information: - hostname : aliendb9.cern.ch + hostname : pcapiserv03.cern.ch ``` ## **version** @@ -953,10 +953,10 @@ No help available for this command === "Usage: alien.py" ```console alien.py version: 1.4.6 - alien.py version date: 20230104_171737 - alien.py version hash: fd3f8fe - alien.py location: /persistent/sw/slc7_x86-64/xjalienfs/master-local40/lib/python/site-packages/alienpy/alien.py - script location: /persistent/sw/slc7_x86-64/xjalienfs/master-local40/bin/alien.py + alien.py version date: 20230106_003108 + alien.py version hash: 114fc55 + alien.py location: /persistent/sw/slc7_x86-64/xjalienfs/master-local41/lib/python/site-packages/alienpy/alien.py + script location: /persistent/sw/slc7_x86-64/xjalienfs/master-local41/bin/alien.py Interpreter: /persistent/sw/slc7_x86-64/Python/v3.9.12-local3/bin/python3.9 Python version: 3.9.12 (main, Jan 9 2023, 20:41:47) [GCC 7.3.0] -- GitLab