- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- CPU usage = 100%!!
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
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
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
03-16-2004 08:40 PM
03-16-2004 08:40 PM
CPU usage = 100%!!
A 'top' command gives this:
CPU states: 68,7% user, 30,8% system, 0,0% nice, 0,3% idle
The % user is too much, usually it's rather 0%! In the details of 'top', I
can't see no task which can take that much resource.
Does somebody knows what happens or how to pinpoint the faulty task.
Many thanks by advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 09:08 PM
03-16-2004 09:08 PM
Re: CPU usage = 100%!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 09:28 PM
03-16-2004 09:28 PM
Re: CPU usage = 100%!!
"top -i -S" ,
then decrease the delay beteen updates (using interractive command
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 10:37 PM
03-16-2004 10:37 PM
Re: CPU usage = 100%!!
top -i -S with 1 second refresh gives 4 tasks, the hungriest beeing ... 'top' (4%.
and always ~70% user !!!
hair pulling, isn't it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2004 11:20 PM
03-16-2004 11:20 PM
Re: CPU usage = 100%!!
As you say. I don't think your system should be doing this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 12:47 AM
03-17-2004 12:47 AM
Re: CPU usage = 100%!!
procs memory swap io system cpu
r b w swpd free buff cache si so bi bo in cs us sy id
2 0 0 75424 1824 3828 18432 2 1 36 43 82 49 71 29 0
iostat gives this
cpu-moy: %user %nice %sys %iowait %idle
70,59 0,43 28,75 0,00 0,24
Device: tps Blk_lus/s Blk_écrits/s Blk_lus Blk_écrits
dev3-0 6,96 72,55 85,22 30029698 35274992
With iostat & vmstat, I have more info yeah, but I don't know what to think.
sar shows something that might be 'sadc' (a stat service running permanently). Killed 'sadc', but changed nothing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 07:17 PM
03-17-2004 07:17 PM
Re: CPU usage = 100%!!
ps aux|sort -r -b -n -k 3|head
process taking the most cpu should be listed first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 01:32 AM
03-18-2004 01:32 AM
Re: CPU usage = 100%!!
but same result as 'top' and the hungriest task just takes 3%!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 01:35 AM
03-18-2004 01:35 AM
Re: CPU usage = 100%!!
Considered upgrading to a more recent kernel?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2004 05:31 AM
03-18-2004 05:31 AM