Name : perl-HTCondor-Queue-Parser
| |
Version : 0.04
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.1.1
| Date : 2023-07-20 15:25:53
|
Group : Development/Libraries/Perl
| Source RPM : perl-HTCondor-Queue-Parser-0.04-lp155.1.1.src.rpm
|
Size : 0.03 MB
| |
Packager : https://www_suse_com/
| |
Summary : parses multible schedds condor_q output, so you don\'t have to. Serves ou[cut]
|
Description :
Outputs condor queue\'s jobs different ways : Simpler XML per schedds, JSON
HTCondor\'s default output looks like :
< c> < a n=\"MyType\">< s>Job< /s>< /a> < a n=\"TargetType\">< s>Machine< /s>< /a> < a n=\"PeriodicRemove\">< b v=\"f\"/>< /a> < a n=\"CommittedSlotTime\">< i>0< /i>< /a> < a n=\"Out\">< s>_condor_stdout< /s>< /a> < /c> # Fake line -- truncated for the example
Converted, simpler XML from this module looks like more :
< ?xml version=\"1.0\"?> < classads> < c> < MyType> Job < /MyType> < TargetType> Machine < /TargetType> < ClusterId> 790960 < /ClusterId> < QDate> 1312487190 < /QDate> < CompletionDate> 0 < /CompletionDate> < Owner> uscmsPool1639 < /Owner> < LocalUserCpu> 0.000000000000000E+00 < /LocalUserCpu> < LocalSysCpu> 0.000000000000000E+00 < /LocalSysCpu> < ExitStatus> 0 < /ExitStatus> < NumCkpts_RAW> 0 < /NumCkpts_RAW> < NumCkpts> 0 < /NumCkpts> < NumRestarts> 0 < /NumRestarts> < NumSystemHolds> 0 < /NumSystemHolds> < CommittedTime> 0 < /CommittedTime> < /c> # Fake line -- truncated for the example < /classads> # Fake line -- truncated for example
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-H/15.5/noarch |