This is the command oarprint that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
oarprint - pretty print of a job resources
SYNOPSIS
oarprint [options] <key property name>
DESCRIPTION
Print a sorted output of the resources of a job with regard to a key property, with a
customisable format.
OPTION
-f, --file
Input file, default is $OAR_RESOURCE_PROPERTIES_FILE (available within a job). See the
EXAMPLES section below for more details.
-P, --properties
Property to display separated by commas, default: key property.
-F,--format
Customised output format, default: "%" .
-T, --token
Substitution token to replace in the format string, default: % .
-C, --comma
Separator to use when displaying lists, default: , .
-l, --list
List available properties and exit.
-h, --help
Show help usage.
EXAMPLES
On the job connection node (where $OAR_RESOURCE_PROPERTIES_FILE is defined):
oarprint host -P host,cpu,core -F "host: % cpu: % core: %" -C+
On the submission frontend:
oarstat -j 42 -p | oarprint core -P host,cpuset,mem -F "%[%] (%)" -f -
Use oarprint online using onworks.net services