Operating System - HP-UX
1834803 Members
2513 Online
110070 Solutions
New Discussion

Re: glance for hpux 11.00

 
ux_user
Occasional Contributor

glance for hpux 11.00

Hi Guys,
I want to use glance tool for performance issues in my hpux 11.00 box. I have got trial versions of glanceplus for hpux 11.11 and 11.23, but didnt get either trial or non-trial for hpux 11.00. Can somebody point me out to where I can get this..
Or maybe suggest some other tool to figure out system and user memory usage.... and performance measuring tool.

Thanks.
3 REPLIES 3
Cheryl Griffin
Honored Contributor

Re: glance for hpux 11.00

11.00 Application disks
http://www.hp.com/softwarereleases/releases-media2/media/5013-2081.htm

Available downloads are at http://www.openview.hp.com/products/gplus/download.html

11.00 has been obsoleted so depots may no longer exist.
"Downtime is a Crime."
Steven E. Protter
Exalted Contributor

Re: glance for hpux 11.00

Shalom,

The support life cycle for 11.00 is coming to an end.

Glance is available for trial on the 11.00 application cd. If you have a software contract, you should have a few of them lying around.

If not, contact your local response center and they'll set up a ftp download for you.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Bill Hassell
Honored Contributor

Re: glance for hpux 11.00

Glance is a priced product so you'll need to contact your HP vendor. To see a (very simple) list of top memory users, use this command (exactly as shown):

UNIX95=1 ps -e -o vsz,pid,ppid,ruser,args | sort -rn | more

This will NOT show shared memory, buffer cache or shared libraries. To see the details about shared memory:

ipcs -bmop


Bill Hassell, sysadmin