Operating System - HP-UX
1754377 Members
3158 Online
108813 Solutions
New Discussion юеВ

Boundaries of an UNIX process running on HP-UX 11

 
Enrico Venturi
Super Advisor

Boundaries of an UNIX process running on HP-UX 11

Hello colleagues,
my problem is related to the common resources usage (disk, semaphores, sockets, ...) of HP-UX user processes.
I have two (set of) processes running on separate machines; I want to install and run them on a single machine. By an "a priori" analysis I identified several resources used by the processes and I verified that thee isn't overlapping between the processes.
My question is: are there any tools (hopefully for free) able to trace the resources used by a running process? (e.g. all the open files, the sockets, the quesus, ....).
Thank you
2 REPLIES 2
Stefan Farrelly
Honored Contributor

Re: Boundaries of an UNIX process running on HP-UX 11


I think lsof is your best bet. Its free from http://gatekeep.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.61/

Using this along with the ipcs command to show semaphores, shared memory and message queues should be enough.

The best tool to use is glance/gpm, you get a free 60 or 90 day license if you install the free trial version.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Pete Randall
Outstanding Contributor

Re: Boundaries of an UNIX process running on HP-UX 11

You could try the 30 day trial version of GlancePlus from your application CD's.

Pete

Pete