<?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 parameters. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-parameters/m-p/2648160#M879609</link>
    <description>&lt;BR /&gt;In glance there is a ? in the top right hand part of the window. Click on it, and then your cursor/mount pointer changes, point now to the VSS item (or whatever else you want to find out about) and click and the glance help will startup and tell you exactly what it means! very handy.&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Jan 2002 09:00:01 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2002-01-18T09:00:01Z</dc:date>
    <item>
      <title>Glance parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-parameters/m-p/2648159#M879608</link>
      <description>Hi Folks&lt;BR /&gt;&lt;BR /&gt;      Can anybody tell me about  Data-VSS   Shmem-VSS   Other-VSS used in glance utility.What does htey mean to a process.I do not know that Virtual Set size mean.&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;/vipin&lt;BR /&gt;************************************************&lt;BR /&gt;If you have Glance, check if you have this file&lt;BR /&gt;file=/opt/perf/examples/adviser/proc_mem_leak&lt;BR /&gt;If you do, try running&lt;BR /&gt;glance -adviser_only -syntax $file -j60 | tee glance.out&lt;BR /&gt;This will display information about potential memory hog processes every 60 seconds.  Read $file for further info.</description>
      <pubDate>Fri, 18 Jan 2002 08:56:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-parameters/m-p/2648159#M879608</guid>
      <dc:creator>ehsvgup</dc:creator>
      <dc:date>2002-01-18T08:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Glance parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-parameters/m-p/2648160#M879609</link>
      <description>&lt;BR /&gt;In glance there is a ? in the top right hand part of the window. Click on it, and then your cursor/mount pointer changes, point now to the VSS item (or whatever else you want to find out about) and click and the glance help will startup and tell you exactly what it means! very handy.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2002 09:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-parameters/m-p/2648160#M879609</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-01-18T09:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Glance parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-parameters/m-p/2648161#M879610</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;take a look at this URL:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5965-4642/5965-4642_top.html&amp;amp;con=/hpux/onlinedocs/5965-4642/00/00/15-con.html&amp;amp;toc=/hpux/onlinedocs/5965-4642/00/00/15-toc.html&amp;amp;searchterms=VSS&amp;amp;queryid=20020118-035214" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5965-4642/5965-4642_top.html&amp;amp;con=/hpux/onlinedocs/5965-4642/00/00/15-con.html&amp;amp;toc=/hpux/onlinedocs/5965-4642/00/00/15-toc.html&amp;amp;searchterms=VSS&amp;amp;queryid=20020118-035214&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It explanes proces mamagement structiors.&lt;BR /&gt;&lt;BR /&gt;Hope this will help,&lt;BR /&gt;&lt;BR /&gt;Gideon</description>
      <pubDate>Fri, 18 Jan 2002 11:49:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-parameters/m-p/2648161#M879610</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2002-01-18T11:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Glance parameters.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/glance-parameters/m-p/2648162#M879611</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You can list processes in Virtual Set Size order with the following simple script:- &lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o ruser,vsz,pid,args | sort -rnk2 | more &lt;BR /&gt;&lt;BR /&gt;(Attributable to Bill Hassell). Note the space after = is required. The second field output is the process virtual set size in Mb and the output is sorted in descending order of process size. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Look at&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp-partners.com/cae_public/html/hp_docs_tech_info/hpux_cae_structures_guide.shtm" target="_blank"&gt;http://www.hp-partners.com/cae_public/html/hp_docs_tech_info/hpux_cae_structures_guide.shtm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Hope this helps&lt;BR /&gt;&lt;BR /&gt;     Steve Steel</description>
      <pubDate>Fri, 18 Jan 2002 13:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/glance-parameters/m-p/2648162#M879611</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-01-18T13:31:13Z</dc:date>
    </item>
  </channel>
</rss>

