Hi guys,
I am curious if there is a custom LSF (9.1) script for flow statistics like Job name, Start time, End time, Total time, Status. Does anyone have experience with this?
We pipe the results of a jhist command to a file then parse the results into a SAS table. Like Greg mentioned, there are commands to get just jobs or flow info. jhist will return historical information about Process Manager Server, calendars, flow definitions, flows, and jobs. We leverage -C to filter the results to just 'job,flow' then using a -t we can get results just for the time window from our last processing time. Then using SAS Visual Analytics we provide insight into the processes running through the scheduler.
-
Brandon Kirk | Sr Manager, IT Software Development
If you want to collect the historical data from LSF jobs and flows you can read the files that LSF keeps. There are a few in the LSF directory (jobs) and the process manager directory (flows). The structure of these files is documented by IBM.
The ones of most interest are:
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
Learn how to explore data assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.