1755143 Members
3084 Online
108830 Solutions
New Discussion юеВ

Glance parameters.

 
ehsvgup
Occasional Contributor

Glance parameters.

Hi Folks

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.

TIA
/vipin
************************************************
If you have Glance, check if you have this file
file=/opt/perf/examples/adviser/proc_mem_leak
If you do, try running
glance -adviser_only -syntax $file -j60 | tee glance.out
This will display information about potential memory hog processes every 60 seconds. Read $file for further info.
BR19139
3 REPLIES 3
Stefan Farrelly
Honored Contributor

Re: Glance parameters.


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.
Im from Palmerston North, New Zealand, but somehow ended up in London...
G. Vrijhoeven
Honored Contributor
Steve Steel
Honored Contributor

Re: Glance parameters.

Hi


You can list processes in Virtual Set Size order with the following simple script:-

UNIX95= ps -e -o ruser,vsz,pid,args | sort -rnk2 | more

(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.


Look at


http://www.hp-partners.com/cae_public/html/hp_docs_tech_info/hpux_cae_structures_guide.shtm


Hope this helps

Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)