Operating System - Linux
1753519 Members
5406 Online
108795 Solutions
New Discussion

hplog command taking more CPU

 
bullz
Super Advisor

hplog command taking more CPU

Hello Gurus,

Need you help again.

OS:- RHEL 5.4

I could see, the command ‘hplog’ is always on top, and consuming more CPU utilization.

1) Is it a bug?
2) Need to upgrade ProLiant Integrated Management (IML)?
3) How can I check which version of IML is installed on server?
4 REPLIES 4
Hakki Aydin Ucar
Honored Contributor

Re: hplog command taking more CPU

Hi,
I am not sure about hplog, but you can check this first ;

# time hplog

to see how long does it takes to complete and compare with healthy server OR get info about the runtime period that must be.

also you can check swap with free;The free command is used to show how memory is being used on the system,

# free
Hakki Aydin Ucar
Honored Contributor

Re: hplog command taking more CPU

and besides, you can chek the paging issue OR cpu performance. The commands you can use:

vmstat
procinfo -D
top
htop
pstree
P Muralidhar Kini
Honored Contributor

Re: hplog command taking more CPU

Hi,

Looks like a discussion on a similar problem
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1312407

Regards,
Murali
Let There Be Rock - AC/DC
bullz
Super Advisor

Re: hplog command taking more CPU

thanx all