<?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 glance in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/3216807#M169600</link>
    <description>Can glance output a report file  about cpu info or memory info and so on? Thanks.</description>
    <pubDate>Fri, 12 Mar 2004 01:02:20 GMT</pubDate>
    <dc:creator>j773303</dc:creator>
    <dc:date>2004-03-12T01:02:20Z</dc:date>
    <item>
      <title>glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/3216807#M169600</link>
      <description>Can glance output a report file  about cpu info or memory info and so on? Thanks.</description>
      <pubDate>Fri, 12 Mar 2004 01:02:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/3216807#M169600</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2004-03-12T01:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/3216808#M169601</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;glance gives the CPU and Memory Usage; to know about the cpu info, Memory Information you can sysinfo.&lt;BR /&gt;&lt;BR /&gt;Pl. view attachment..&lt;BR /&gt;&lt;BR /&gt;Anand</description>
      <pubDate>Fri, 12 Mar 2004 01:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/3216808#M169601</guid>
      <dc:creator>Anand_20</dc:creator>
      <dc:date>2004-03-12T01:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/3216809#M169602</link>
      <description>HI,&lt;BR /&gt;Ofcourse Yes it is the performance measuring tool used for checking the bottleneck of CPU,&lt;BR /&gt;Memory&amp;amp; Disks.&lt;BR /&gt;&lt;BR /&gt;You can also use sar and redirect the output to a file &amp;amp; vmstat for memory.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Mar 2004 01:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/3216809#M169602</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-03-12T01:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/3216810#M169603</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you like to have reports over a long period of time you could better use vmstat&lt;BR /&gt;&lt;BR /&gt;I attached a script that gathers info every 2 seconds, but you can change that to fit your own needs.&lt;BR /&gt;&lt;BR /&gt;It creates an output file in /tmp which you can import in a spreadsheet an draw graph with this.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Peter</description>
      <pubDate>Fri, 12 Mar 2004 01:43:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/3216810#M169603</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-03-12T01:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/3216811#M169604</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For simple configuration data, yes Glance can get that information. Put the following in a file &lt;BR /&gt;&lt;BR /&gt;print "OS               :",GBL_OSNAME&lt;BR /&gt;print "OS RELEASE       :",GBL_OSRELEASE&lt;BR /&gt;print "OS VERSION       :",GBL_OSVERSION&lt;BR /&gt;print "NUMBER OF CPUS   :",GBL_NUM_CPU&lt;BR /&gt;print "MODEL            :",GBL_MACHINE_MODEL&lt;BR /&gt;print "KERNETL BIT TYPE :",GBL_OSKERNELTYPE_INT&lt;BR /&gt;print "TOTAL MEMORY     :",GBL_MEM_PHYS&lt;BR /&gt;&lt;BR /&gt;and run&lt;BR /&gt;&lt;BR /&gt;$glance -iterations 1 -j1 -adviser_only -syntax your_file&lt;BR /&gt;&lt;BR /&gt;and see what you get.&lt;BR /&gt;&lt;BR /&gt;For performance data, put the following &lt;BR /&gt;print "TOtal CPU Utilization      :", GBL_CPU_TOTAL_UTIL&lt;BR /&gt;print "TOtal Disk Physical IO Rate:", GBL_DISK_PHYS_IO_RATE&lt;BR /&gt;print "Total Memory Used          :", GBL_MEM_UTIL&lt;BR /&gt;print "Total Network Packaet Rate :", GBL_NET_PACKET_RATE&lt;BR /&gt;&lt;BR /&gt;and run the same command.&lt;BR /&gt;&lt;BR /&gt;The above are only examples. There are quire a few metrics that you can see under /var/opt/perf/reptall file.&lt;BR /&gt;&lt;BR /&gt;If you have measureware, then you can historical data using the command "extract". It is a self-guiding tool and very easy to use. Just invoke and rest is easy.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 12 Mar 2004 01:57:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/3216811#M169604</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-03-12T01:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: glance</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/3216812#M169605</link>
      <description>Yes you can. It is a very usefull too when looking at performance. If you considder buying it I would reccomend 'GlancePlus PAK' which will also give you the the ablulity to COLLECT historical data. For more information see: &lt;A href="http://www.openview.hp.com/products/gplus/index.html" target="_blank"&gt;http://www.openview.hp.com/products/gplus/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Mar 2004 02:14:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance/m-p/3216812#M169605</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2004-03-12T02:14:02Z</dc:date>
    </item>
  </channel>
</rss>

