oarprint(1) | OAR commands | oarprint(1) |
oarprint - pretty print of a job resources
oarprint [options] <key property name>
Print a sorted output of the resources of a job with regard to a key property, with a customisable format.
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 -
oarstat(1), oarnodes(1), oarsub(1), oardel(1), oarhold(1), oarresume(1)
Copyright 2003-2016 Laboratoire d'Informatique de Grenoble (http://www.liglab.fr). This software is licensed under the GNU General Public License Version 2 or above. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2021-01-11 | oarprint |