1826103 Members
4643 Online
109690 Solutions
New Discussion

xperfmon

 

xperfmon

I just installed the "xperfmon" package from hpux.connect.org.uk. Running xperfmon on hpux 11/64bit gives this message:

et> xperfmon
no /stand/vmunix namelist
et>

Any suggestions?
4 REPLIES 4
Andy Monks
Honored Contributor

Re: xperfmon

either your current kernel is the one you booted from, or the it's not debuggable.

you could try running pxdb on the kernel (or q4pxdb), however, I don't like doing that on the running kernel.

Re: xperfmon

Andy,

the kernel I booted from is clean. I did "q4pxdb". (But I copied /stand/vmnix to another place and checked it there)
Andy Monks
Honored Contributor

Re: xperfmon

I'm assuming xpermon is a 32bit application (can verify doing a 'file xperfmon'. If it doesn't say 'elf', it's 32bit).

In which case, it might be worth getting the source and recompiling it as a 64bit application.
Andy Monks
Honored Contributor

Re: xperfmon

Peter,

I pulled the source and compiled it. I does need to be compiled as a 64bit application. However, at this time, I can't get it to link. (but at least my .o files are now 64bit).

I hate working with imake.

You'll need to change the Imakefile to have +DD64 in it's optiona and to replace MOTIF=motif1.2 with MOTIF=motif2.1

However, it still fails to link.