1835183 Members
2108 Online
110077 Solutions
New Discussion

CPU usage

 
John Booth_3
Occasional Contributor

CPU usage

I have a HP 9000 server running 10.20. It is an application server for about 30 users. It is having performance issue... It is not IO bound and there is plenty of memory and swap. But the CPU gets pegged at 100% all by user and system processes. How do I tell what the speed of the CPU is??
Do you think I should upgrade the cpu or add another. I just want to make sure that is where the problem is.

Thanks in advance...

JP
My mouth is writing checks that Munis can't cash!!
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: CPU usage

John,

I use this script:

HPUX=/stand/vmunix

MHZ=$(echo itick_per_tick/D | adb -k $HPUX /dev/kmem | tail -1 | awk '{print $2/10000}')
echo $MHZ


Pete

Pete
Helen French
Honored Contributor

Re: CPU usage

You can find the CPU speed from - SAM-> Peformance Monitors-> System Properties.

For troubleshooting performance issues, I would suggest you using GlancePlus utility from HP. Find out what, which processes are causing the issues? any problem with hardwares? memory and system resource usages etc.
Life is a promise, fulfill it!
Hai Nguyen_1
Honored Contributor

Re: CPU usage

John,

Can you run this command:

# top -d 1 -n 500 -f /tmp/top.txt

Then post the file /tmp/top.txt here.

Hai
Rizwan Mohammed
Frequent Advisor

Re: CPU usage

hi

#print_manifest command will generate a report ,you will find cpu speed listed .


Know ?Urself before judging others