- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: top not showing no.of cpu and avg cpu load
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2006 09:57 PM
тАО12-11-2006 09:57 PM
top not showing no.of cpu and avg cpu load
We have a rp4440 series and when I give top command i cannot see the per cpu load and processes the each cpu have.
last pid: 6916; load averages: 0.01, 0.04, 0.06 16:23:07
201 processes: 193 sleeping, 7 running, 1 zombie
CPU states: % usr, % nice, % sys, % idle, % block, % intr
Memory: Real: 72M/180M act/tot Virtual: 140M/301M act/tot Free: 3115M
TTY PID USERNAME PRI NICE SIZE RES STATE TIME CPU COMMAND
? 6852 pbldsrv 154 0 414K 621K sleep 0:00 0.23% clearmake
? 6912 pbldsrv 154 0 94K 258K sleep 0:00 0.15% clearmake
can anybody help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-11-2006 10:04 PM
тАО12-11-2006 10:04 PM
Re: top not showing no.of cpu and avg cpu load
unset that and run top
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2006 02:36 AM
тАО12-12-2006 02:36 AM
Re: top not showing no.of cpu and avg cpu load
but when we check for syslog all processors has come up and SAM also 4 processors running .but still top doesnt show the cpu details.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2006 02:47 AM
тАО12-12-2006 02:47 AM
Re: top not showing no.of cpu and avg cpu load
could you please post the results of:
what `which top`
ll `which top`
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2006 02:51 AM
тАО12-12-2006 02:51 AM
Re: top not showing no.of cpu and avg cpu load
/usr/sbin/top:
$Revision: 92453-07 linker linker crt0.o B.11.37 031205 $
# ll `which top`
-rwxrwxrwx 1 root sys 98304 Apr 26 2005 /usr/sbin/top
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2006 02:53 AM
тАО12-12-2006 02:53 AM
Re: top not showing no.of cpu and avg cpu load
on my 11.11 system:
# what `which top`
/usr/bin/top:
top.c $Date: 2004/01/28 15:25:27 $Revision: r11.11/11 PATCH_11.11 (PHCO_29072)
$Revision: @(#) all R11.11_BL2004_0203_1 PATCH_11.11 PHCO_29072
Tue Feb 3 08:35:29 PST 2004 $
# ll `which top`
-r-xr-sr-x 1 bin sys 40960 Feb 3 2004 /usr/bin/top
Please note the different permissions !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2006 02:59 AM
тАО12-12-2006 02:59 AM
Re: top not showing no.of cpu and avg cpu load
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2006 03:06 AM
тАО12-12-2006 03:06 AM
Re: top not showing no.of cpu and avg cpu load
when I type
#/usr/bin/top
I can get the cpu processes but not when typing /usr/sbin/top
tell me how to change by default to reroute to /usr/bin/top.
when i type top cmd it should reroute to /usr/bin/top
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2006 03:08 AM
тАО12-12-2006 03:08 AM
Re: top not showing no.of cpu and avg cpu load
Thanks for the help.
i got it.
i gave #alias top=/usr/bin/top
now its working.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2006 03:15 AM
тАО12-12-2006 03:15 AM
Re: top not showing no.of cpu and avg cpu load
If you 'echo $PATH' you will probably see /usr/sbin/ in the list before /usr/bin/.
To get /usr/bin/top first, just move /usr/bin/ so it occurrs BEFORE /usr/sbin/ in your PATH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2006 02:45 PM
тАО12-12-2006 02:45 PM