From 018694fb8420190a0d9714e3f17c4fcf7aed063d Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Thu, 20 May 2021 13:20:01 -0600 Subject: [PATCH] LU-14339 jobid: add %H to complex jobid The '%H' parameter allows printing the short hostname into the jobid instead of the fully-qualified hostname. Signed-off-by: Andreas Dilger Change-Id: I1e2735c89192f8bc3d919ae5ebdfb528783ebbe5 Reviewed-on: https://review.whamcloud.com/43757 Tested-by: jenkins Reviewed-by: Yang Sheng --- LustreMonitoring.xml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/LustreMonitoring.xml b/LustreMonitoring.xml index 33e054f..a7cde5f 100644 --- a/LustreMonitoring.xml +++ b/LustreMonitoring.xml @@ -647,24 +647,27 @@ Lustre Jobstats - %e print executable name + %e print executable name - %g print group ID number + %g print group ID number - %h print hostname + %h print fully-qualified hostname - %j print JobID from process environment - variable named by the jobid_var parameter - + %H print short hostname + + + %j print JobID from process environment + variable named by the jobid_var parameter + - %p print numeric process ID + %p print numeric process ID - %u print user ID number + %u print user ID number -- 1.8.3.1