<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Looking for LSF detailed flow information Linux in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Looking-for-LSF-detailed-flow-information-Linux/m-p/742881#M22199</link>
    <description>&lt;P&gt;We pipe the results of a jhist command to a file then parse the results into a SAS table.&amp;nbsp; Like Greg mentioned, there are commands to get just jobs or flow info.&amp;nbsp; jhist will return &lt;SPAN&gt;historical information about&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="keyword"&gt;Process Manager&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Server, calendars, flow definitions, flows, and jobs.&amp;nbsp; We leverage -C to filter the results to just 'job,flow' then u&lt;/SPAN&gt;sing a -t we can get results just for the time window from our last processing time.&amp;nbsp; Then using SAS Visual Analytics we provide insight into the processes running through the scheduler.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-&lt;/P&gt;
&lt;P&gt;Brandon Kirk | Sr Manager, IT Software Development&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 May 2021 12:40:02 GMT</pubDate>
    <dc:creator>Brandon</dc:creator>
    <dc:date>2021-05-21T12:40:02Z</dc:date>
    <item>
      <title>Looking for LSF detailed flow information Linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Looking-for-LSF-detailed-flow-information-Linux/m-p/741833#M22157</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am curious if there is a custom LSF (9.1) script&amp;nbsp; for flow statistics like&amp;nbsp;&lt;SPAN&gt;Job name, Start time, End time, Total time, Status.&amp;nbsp;Does anyone have experience with this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 12:00:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Looking-for-LSF-detailed-flow-information-Linux/m-p/741833#M22157</guid>
      <dc:creator>sergie89</dc:creator>
      <dc:date>2021-05-17T12:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for LSF detailed flow information Linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Looking-for-LSF-detailed-flow-information-Linux/m-p/741849#M22158</link>
      <description>LSF and Process Manager have commands like bjobs/jflows and bhist/jhist for information about jobs ran or running in lsf (b*) and flows run from Process Manager (j*).</description>
      <pubDate>Mon, 17 May 2021 12:33:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Looking-for-LSF-detailed-flow-information-Linux/m-p/741849#M22158</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-05-17T12:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for LSF detailed flow information Linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Looking-for-LSF-detailed-flow-information-Linux/m-p/742881#M22199</link>
      <description>&lt;P&gt;We pipe the results of a jhist command to a file then parse the results into a SAS table.&amp;nbsp; Like Greg mentioned, there are commands to get just jobs or flow info.&amp;nbsp; jhist will return &lt;SPAN&gt;historical information about&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="keyword"&gt;Process Manager&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;Server, calendars, flow definitions, flows, and jobs.&amp;nbsp; We leverage -C to filter the results to just 'job,flow' then u&lt;/SPAN&gt;sing a -t we can get results just for the time window from our last processing time.&amp;nbsp; Then using SAS Visual Analytics we provide insight into the processes running through the scheduler.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-&lt;/P&gt;
&lt;P&gt;Brandon Kirk | Sr Manager, IT Software Development&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 12:40:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Looking-for-LSF-detailed-flow-information-Linux/m-p/742881#M22199</guid>
      <dc:creator>Brandon</dc:creator>
      <dc:date>2021-05-21T12:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for LSF detailed flow information Linux</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Looking-for-LSF-detailed-flow-information-Linux/m-p/743552#M22211</link>
      <description>&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The ones of most interest are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI data-plaintext="true" data-pm-slice="1 1 [&amp;quot;codeblock&amp;quot;,{&amp;quot;style&amp;quot;:null,&amp;quot;codeblock&amp;quot;:true,&amp;quot;textAlign&amp;quot;:null}]" data-en-clipboard="true"&gt;.../lsf/work/sas_cluster/logdir/lsb.events
&lt;UL&gt;
&lt;LI data-plaintext="true" data-pm-slice="1 1 [&amp;quot;codeblock&amp;quot;,{&amp;quot;style&amp;quot;:null,&amp;quot;codeblock&amp;quot;:true,&amp;quot;textAlign&amp;quot;:null}]" data-en-clipboard="true"&gt;&lt;A href="https://www.ibm.com/support/knowledgecenter/en/SSWRJV_10.1.0/lsf_config_ref/lsb.events.5.html" target="_blank"&gt;https://www.ibm.com/support/knowledgecenter/en/SSWRJV_10.1.0/lsf_config_ref/lsb.events.5.html&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI data-plaintext="true" data-pm-slice="1 1 [&amp;quot;codeblock&amp;quot;,{&amp;quot;style&amp;quot;:null,&amp;quot;codeblock&amp;quot;:true,&amp;quot;textAlign&amp;quot;:null}]" data-en-clipboard="true"&gt;
&lt;DIV data-plaintext="true" data-pm-slice="1 1 [&amp;quot;codeblock&amp;quot;,{&amp;quot;style&amp;quot;:null,&amp;quot;codeblock&amp;quot;:true,&amp;quot;textAlign&amp;quot;:null}]" data-en-clipboard="true"&gt;.../lsf/work/sas_cluster/logdir/lsb.acct&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI data-plaintext="true" data-pm-slice="1 1 [&amp;quot;codeblock&amp;quot;,{&amp;quot;style&amp;quot;:null,&amp;quot;codeblock&amp;quot;:true,&amp;quot;textAlign&amp;quot;:null}]" data-en-clipboard="true"&gt;
&lt;DIV data-plaintext="true" data-pm-slice="1 1 [&amp;quot;codeblock&amp;quot;,{&amp;quot;style&amp;quot;:null,&amp;quot;codeblock&amp;quot;:true,&amp;quot;textAlign&amp;quot;:null}]" data-en-clipboard="true"&gt;&lt;A href="https://www.ibm.com/support/knowledgecenter/en/SSWRJV_10.1.0/lsf_config_ref/lsb.acct.5.html" target="_blank"&gt;https://www.ibm.com/support/knowledgecenter/en/SSWRJV_10.1.0/lsf_config_ref/lsb.acct.5.html&lt;/A&gt;&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI data-plaintext="true" data-pm-slice="1 1 [&amp;quot;codeblock&amp;quot;,{&amp;quot;style&amp;quot;:null,&amp;quot;codeblock&amp;quot;:true,&amp;quot;textAlign&amp;quot;:null}]" data-en-clipboard="true"&gt;
&lt;DIV data-plaintext="true" data-pm-slice="1 1 [&amp;quot;codeblock&amp;quot;,{&amp;quot;style&amp;quot;:null,&amp;quot;codeblock&amp;quot;:true,&amp;quot;textAlign&amp;quot;:null}]" data-en-clipboard="true"&gt;pm/work/history/history.log.* &lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV data-plaintext="true" data-pm-slice="1 1 [&amp;quot;codeblock&amp;quot;,{&amp;quot;style&amp;quot;:null,&amp;quot;codeblock&amp;quot;:true,&amp;quot;textAlign&amp;quot;:null}]" data-en-clipboard="true"&gt;
&lt;DIV data-plaintext="true" data-pm-slice="1 1 [&amp;quot;codeblock&amp;quot;,{&amp;quot;style&amp;quot;:null,&amp;quot;codeblock&amp;quot;:true,&amp;quot;textAlign&amp;quot;:null}]" data-en-clipboard="true"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV data-plaintext="true" data-pm-slice="1 1 [&amp;quot;codeblock&amp;quot;,{&amp;quot;style&amp;quot;:null,&amp;quot;codeblock&amp;quot;:true,&amp;quot;textAlign&amp;quot;:null}]" data-en-clipboard="true"&gt;These files contain the data that you get from the bjobs, bhist and jhist commands. Depending on how you configured LSF these commands (and the Flowmanager application) show only recent history. This approach allows you to keep the info for an indefinite amount of time.&lt;/DIV&gt;
&lt;DIV data-plaintext="true" data-pm-slice="1 1 [&amp;quot;codeblock&amp;quot;,{&amp;quot;style&amp;quot;:null,&amp;quot;codeblock&amp;quot;:true,&amp;quot;textAlign&amp;quot;:null}]" data-en-clipboard="true"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV data-plaintext="true" data-pm-slice="1 1 [&amp;quot;codeblock&amp;quot;,{&amp;quot;style&amp;quot;:null,&amp;quot;codeblock&amp;quot;:true,&amp;quot;textAlign&amp;quot;:null}]" data-en-clipboard="true"&gt;Let me also point you to the &lt;A href="https://www.youtube.com/watch?v=Myd8b6r34wU" target="_self"&gt;EOM &lt;/A&gt;Job Monitor that builds a database of your job and flow execution and has a effective flow-centric web interface.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 13:52:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Looking-for-LSF-detailed-flow-information-Linux/m-p/743552#M22211</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2021-05-25T13:52:26Z</dc:date>
    </item>
  </channel>
</rss>

