<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2456676#M12733</link>
    <description>I would say the answer is "it depends". GlancePlus has many more metrics than sar, top, or MeasureWare. If the numbers you are interested in are also MeasureWare metrics, you can pull the data from MeasureWare(mwa) and import them into a spreadsheet, or you can use PerfView(pv) to connect to the mwa system and draw graphs. If you only have GlancePlus(glance), then you can:&lt;BR /&gt;1. print the current screen to a file as ascii text using the key sequence (p,s,f,&lt;FILENAME&gt;) (print, single, file, filename).&lt;BR /&gt;2. run glance in adviser mode and ouput only the metrics you want to stdout and redirect stdout to a file.&lt;BR /&gt;&lt;BR /&gt;(see the glance man page for command line options)&lt;BR /&gt;&lt;BR /&gt;To see the defination of a metric on the screen, you can use the built in help (h key, then select 'Current Screen Metrics', and select the label to see the formal metric name and defination. You can also look up the available metrics in the metrics dictionary (/opt/perf/paperdocs/gp/C/metrics.pdf) as well as a concepts guide and an adviser reference guide (adviser.pdf). Also be aware&lt;BR /&gt;that some metrics have been added/dropped/changed over time and various platforms. The current version of GlancePlus on HP-UX is C.02.60 (as of 10/24/2000).&lt;/FILENAME&gt;</description>
    <pubDate>Tue, 24 Oct 2000 13:02:24 GMT</pubDate>
    <dc:creator>Jim Welch</dc:creator>
    <dc:date>2000-10-24T13:02:24Z</dc:date>
    <item>
      <title>Glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2456672#M12729</link>
      <description>I need help in interpreting the data collected by glance command.&lt;BR /&gt;&lt;BR /&gt;1. How to take a snapshop of the data and save it to a temp file?&lt;BR /&gt;2. How to interpret the data column by column?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;Rona</description>
      <pubDate>Mon, 23 Oct 2000 14:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2456672#M12729</guid>
      <dc:creator>Rona Fan</dc:creator>
      <dc:date>2000-10-23T14:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2456673#M12730</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;This is best done with the Measureware component that is licensed with Glance.  Glance documentation can be found in /opt/perf/paperdocs/gp/C/  Measureware documentation is in /opt/perf/paperdocs/mwa/ &lt;BR /&gt;&lt;BR /&gt;See also:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ovweb.external.hp.com/lpe/doc_serv/" target="_blank"&gt;http://ovweb.external.hp.com/lpe/doc_serv/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 23 Oct 2000 14:33:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2456673#M12730</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-10-23T14:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2456674#M12731</link>
      <description>If your looking for quick results and save to a temp file than I recommend using the sar commands.&lt;BR /&gt;sar -u for CPU&lt;BR /&gt;sar -b for buffer&lt;BR /&gt;sar -c for System calls  &lt;BR /&gt;&lt;BR /&gt;Example: sar -u 10 10 &amp;gt; sar_u.temp would take a 10 snapshots every 10 seconds.  Then you could check the results and see how your system is performing.  Too much to write here for explanation on each option or whatever...check out man page on sar for more details.&lt;BR /&gt;&lt;BR /&gt;But to use GLANCE, you would need to set up performance parameters file 'parm file' and then start up MWA,etc......then you could (if you like this method) take these files and ship to an excel spreadsheet and create some pretty fancy charts and diagrams to impress mgmt.  But this takes alot more knowledge and work.....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Oct 2000 14:40:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2456674#M12731</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-10-23T14:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2456675#M12732</link>
      <description>With measurewear, it is fairly easy to use the extract command to generate ascii reports for any metrics you are interested in.  Automating the process is not difficult, but there is also a "guided" mode to help you become familiar with the command.&lt;BR /&gt;&lt;BR /&gt;Despite this, I still tend to rely on sar reports for quick views into system behavior over time.  Sar histories are easy to access and parse.</description>
      <pubDate>Mon, 23 Oct 2000 14:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2456675#M12732</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-10-23T14:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2456676#M12733</link>
      <description>I would say the answer is "it depends". GlancePlus has many more metrics than sar, top, or MeasureWare. If the numbers you are interested in are also MeasureWare metrics, you can pull the data from MeasureWare(mwa) and import them into a spreadsheet, or you can use PerfView(pv) to connect to the mwa system and draw graphs. If you only have GlancePlus(glance), then you can:&lt;BR /&gt;1. print the current screen to a file as ascii text using the key sequence (p,s,f,&lt;FILENAME&gt;) (print, single, file, filename).&lt;BR /&gt;2. run glance in adviser mode and ouput only the metrics you want to stdout and redirect stdout to a file.&lt;BR /&gt;&lt;BR /&gt;(see the glance man page for command line options)&lt;BR /&gt;&lt;BR /&gt;To see the defination of a metric on the screen, you can use the built in help (h key, then select 'Current Screen Metrics', and select the label to see the formal metric name and defination. You can also look up the available metrics in the metrics dictionary (/opt/perf/paperdocs/gp/C/metrics.pdf) as well as a concepts guide and an adviser reference guide (adviser.pdf). Also be aware&lt;BR /&gt;that some metrics have been added/dropped/changed over time and various platforms. The current version of GlancePlus on HP-UX is C.02.60 (as of 10/24/2000).&lt;/FILENAME&gt;</description>
      <pubDate>Tue, 24 Oct 2000 13:02:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/2456676#M12733</guid>
      <dc:creator>Jim Welch</dc:creator>
      <dc:date>2000-10-24T13:02:24Z</dc:date>
    </item>
  </channel>
</rss>

