1752545 Members
4812 Online
108788 Solutions
New Discussion юеВ

installation of GNU top

 

Re: installation of GNU top

>> Under SAM it was under Performance.

# smh
...
a - Auditing and Security
c - Security Attributes Configuration
d - Peripheral Devices
e - Resource Management
f - Disks and File Systems
g - Display
k - Kernel Configuration
n - Networking and Communications
p - Printers and Plotters
s - Software Management
u - Accounts for Users and Groups

>> Ok, it doesn't work anyway.

Yes, doesn't work.
Robert-Jan Goossens
Honored Contributor

Re: installation of GNU top

Hi,

Try,

# /usr/contrib/bin/machinfo

Regards,
Robert-Jan
Don Morris_1
Honored Contributor

Re: installation of GNU top

Two thoughts:

1) top is the wrong tool to monitor overall physical memory consumption. It reports user space consumption/status only. (Hence why the Real [actual RAM] in use doesn't match the actual physical memory on the box in most cases -- first, the system will always need some for itself and second, most times you look you aren't at 100% utilization anyway). Don't blame the native top for not reporting what you want -- it isn't intended to do so. Other tools (such as Glance as mentioned) are better suited if you want to monitor overall RAM usage on the system.

2) Whatever GNU top is doing, it sure looks to me like it is trying to use /dev/kmem to go peeking through the kernel internals with some assumptions as to data structures. In your case, it certainly appears said assumptions are wrong. [This is why binaries which assume /dev/kmem is safe to go tromping through are inherently risky for compatibility.] Since you can't force a new kernel to be built with whatever GNU top is expecting, I doubt this ERROR is going away.

Re: installation of GNU top

>>Try,
>># /usr/contrib/bin/machinfo

The machinfo show physycal memomry, but don't show using of it:

Memory: 8172 MB (7.98 GB)

Re: installation of GNU top

Thank you!

>>Other tools (such as Glance as mentioned) are better suited

But Glance is commercial tool.
Is there HP-UX standard/free tool?