Operating System - HP-UX
1836758 Members
2796 Online
110109 Solutions
New Discussion

emsui - listing Kernel current values

 
SOLVED
Go to solution
Johan Hoeke
Advisor

emsui - listing Kernel current values

Hi all,
Set up a bunch of EMS notifications for kernel resources. krmond - hpux 11.0
I can check the current resource values by starting emsui. I'd like to send this info to a file instead of having a window pop up. Any suggestions?
2 REPLIES 2
Dietmar Konermann
Honored Contributor
Solution

Re: emsui - listing Kernel current values

You could use the new -s option of resls to get the current status of a resource.

# /opt/resmon/bin/resls -s /system/kernel_resource/misc/ncallout
Contacting Registrar on grcdg238

NAME: /system/kernel_resource/misc/ncallout
DESCRIPTION: Percentage of callout table consumption.
TYPE: /system/kernel_resource/misc/ncallout is a Resource Instance
whose values are 64-bit floating point values.

There are no active monitor requests reported for this resource.

The current value of the resource is 30.479450


This -s option is available beginning with EMS 3.20 patch PHSS_25897.

Best regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
Johan Hoeke
Advisor

Re: emsui - listing Kernel current values

ok, thanks Dietmar. I made a script using the resls command.