<?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: Glance scripting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-scripting/m-p/2514111#M897207</link>
    <description>Run glance in advisor mode. To do this create an advisor file first that contains the metric you want to print out (refer to the glance help pages to figure out which you need). Here is an example for a file "advisor.ck": &lt;BR /&gt;&lt;BR /&gt;CPU LOOP&lt;BR /&gt;PRINT GBL_NODENAME,GBL_STATDATE,GBL_STATTIME,GBL_CPU_TOTAL_UTIL,GBL_CPU_IDLE_UTIL,GBL_CPU_NORMAL_UTIL,GBL_CPU_SYS_MODE_UTIL,GBL_CPU_REALTIME_UTIL,GBL_CPU_NICE_UTIL,GBL_CPU_NNICE_UTIL&lt;BR /&gt;PRINT GBL_MEM_FREE,GBL_MEM_USER,GBL_MEM_SYS,GBL_MEM_CACHE,GBL_MEM_VIRT,GBL_MEM_ACTIVE_VIRT&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now invoke glance with &lt;BR /&gt;&lt;BR /&gt;# glance -j 300 -adviser_only -syntax advisor.ck&lt;BR /&gt;&lt;BR /&gt;Carsten</description>
    <pubDate>Fri, 06 Apr 2001 07:54:10 GMT</pubDate>
    <dc:creator>Carsten Krege</dc:creator>
    <dc:date>2001-04-06T07:54:10Z</dc:date>
    <item>
      <title>Glance scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-scripting/m-p/2514109#M897202</link>
      <description>I am needing to obtain real time statistics from glance using a command line interface, and recording the information in a log file.&lt;BR /&gt;&lt;BR /&gt;I believe this is possible with glance, but not measure ware, but cannot remember how it is done.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;andrew</description>
      <pubDate>Thu, 05 Apr 2001 16:20:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-scripting/m-p/2514109#M897202</guid>
      <dc:creator>Andrew S Babb</dc:creator>
      <dc:date>2001-04-05T16:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Glance scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-scripting/m-p/2514110#M897204</link>
      <description>Hi there.&lt;BR /&gt;Look at the extract from the manpage :&lt;BR /&gt;&lt;BR /&gt; SYNOPSIS&lt;BR /&gt;      glance [-j interval] [-p [dest]] [-f dest] [-maxpages numpages]&lt;BR /&gt;          [-command] [-nice nicevalue] [-nosort] [-lock]&lt;BR /&gt;          [-adviser_off] [-adviser_only] [-iterations count]&lt;BR /&gt;          [-syntax filename]&lt;BR /&gt;          [-disks &lt;N&gt;] [-kernel &lt;PATH&gt;] [-nfs &lt;N&gt;] [-pids &lt;N&gt;]&lt;BR /&gt;&lt;BR /&gt;What you need is the -f ( output to file ).&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes&lt;BR /&gt;&lt;/N&gt;&lt;/N&gt;&lt;/PATH&gt;&lt;/N&gt;</description>
      <pubDate>Fri, 06 Apr 2001 04:51:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-scripting/m-p/2514110#M897204</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2001-04-06T04:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Glance scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-scripting/m-p/2514111#M897207</link>
      <description>Run glance in advisor mode. To do this create an advisor file first that contains the metric you want to print out (refer to the glance help pages to figure out which you need). Here is an example for a file "advisor.ck": &lt;BR /&gt;&lt;BR /&gt;CPU LOOP&lt;BR /&gt;PRINT GBL_NODENAME,GBL_STATDATE,GBL_STATTIME,GBL_CPU_TOTAL_UTIL,GBL_CPU_IDLE_UTIL,GBL_CPU_NORMAL_UTIL,GBL_CPU_SYS_MODE_UTIL,GBL_CPU_REALTIME_UTIL,GBL_CPU_NICE_UTIL,GBL_CPU_NNICE_UTIL&lt;BR /&gt;PRINT GBL_MEM_FREE,GBL_MEM_USER,GBL_MEM_SYS,GBL_MEM_CACHE,GBL_MEM_VIRT,GBL_MEM_ACTIVE_VIRT&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now invoke glance with &lt;BR /&gt;&lt;BR /&gt;# glance -j 300 -adviser_only -syntax advisor.ck&lt;BR /&gt;&lt;BR /&gt;Carsten</description>
      <pubDate>Fri, 06 Apr 2001 07:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-scripting/m-p/2514111#M897207</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2001-04-06T07:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Glance scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-scripting/m-p/2514112#M897210</link>
      <description>Hi,&lt;BR /&gt;you can find the adviser documentation in &lt;BR /&gt;/opt/perf/paperdocs/gp/adviser.pdf&lt;BR /&gt;and the metrics availables in &lt;BR /&gt;/opt/perf/paperdocs/gp/metrics.pdf&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Juan Gonzalez&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Apr 2001 09:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-scripting/m-p/2514112#M897210</guid>
      <dc:creator>Juan González</dc:creator>
      <dc:date>2001-04-06T09:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Glance scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-scripting/m-p/2514113#M897212</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Actually measureware can do real time statistic please re-check.&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Apr 2001 09:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-scripting/m-p/2514113#M897212</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2001-04-06T09:35:10Z</dc:date>
    </item>
  </channel>
</rss>

