Re: Why is intr taking up so much cpu?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dan Nelson
Date: Tuesday, July 20, 2010 - 9:46 am

In the last episode (Jul 19), Doug Barton said:

I don't see any real difference between those two runs, so maybe it's not a
callout eating your CPU.  How about running this for a few seconds, which
will print all the stack traces seen during the sampling period:

dtrace -n 'profile:::profile-276hz { @pc[stack()]=count(); }'

On an otherwise idle system, you should see most of the counts in cpu_idle,
with the remainder clustered in whatever code is eating your CPU.

-- 
	Dan Nelson
	dnelson@allantgroup.com
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Why is intr taking up so much cpu?, Doug Barton, (Sat Jul 17, 12:17 am)
Re: Why is intr taking up so much cpu?, Rui Paulo, (Sat Jul 17, 8:19 am)
Re: Why is intr taking up so much cpu?, Doug Barton, (Sat Jul 17, 11:04 am)
Re: Why is intr taking up so much cpu?, Rui Paulo, (Sat Jul 17, 11:24 am)
Re: Why is intr taking up so much cpu?, Doug Barton, (Sat Jul 17, 12:10 pm)
Re: Why is intr taking up so much cpu?, Rui Paulo, (Sat Jul 17, 12:11 pm)
Re: Why is intr taking up so much cpu?, Doug Barton, (Sat Jul 17, 12:18 pm)
Re: Why is intr taking up so much cpu?, Kostik Belousov, (Sat Jul 17, 12:21 pm)
Re: Why is intr taking up so much cpu?, Doug Barton, (Sat Jul 17, 12:23 pm)
Re: Why is intr taking up so much cpu?, Doug Barton, (Sun Jul 18, 1:14 am)
Re: Why is intr taking up so much cpu?, Bernd Walter, (Sun Jul 18, 3:19 am)
Re: Why is intr taking up so much cpu?, Kostik Belousov, (Sun Jul 18, 3:30 am)
Re: Why is intr taking up so much cpu?, Doug Barton, (Sun Jul 18, 12:21 pm)
Re: Why is intr taking up so much cpu?, Kostik Belousov, (Sun Jul 18, 12:41 pm)
Re: Why is intr taking up so much cpu?, Doug Barton, (Sun Jul 18, 12:57 pm)
Re: Why is intr taking up so much cpu?, Dan Nelson, (Sun Jul 18, 1:23 pm)
Re: Why is intr taking up so much cpu?, Dan Nelson, (Sun Jul 18, 1:53 pm)
Re: Why is intr taking up so much cpu?, Doug Barton, (Sun Jul 18, 10:06 pm)
Re: Why is intr taking up so much cpu?, Kostik Belousov, (Mon Jul 19, 1:20 am)
Re: Why is intr taking up so much cpu?, Doug Barton, (Mon Jul 19, 6:03 pm)
Re: Why is intr taking up so much cpu?, Chris Ruiz, (Mon Jul 19, 6:19 pm)
Re: Why is intr taking up so much cpu?, Doug Barton, (Mon Jul 19, 7:33 pm)
Re: Why is intr taking up so much cpu?, Navdeep Parhar, (Mon Jul 19, 7:45 pm)
Re: Why is intr taking up so much cpu?, Max Laier, (Mon Jul 19, 7:50 pm)
Re: Why is intr taking up so much cpu?, Doug Barton, (Mon Jul 19, 7:55 pm)
Re: Why is intr taking up so much cpu?, Dan Nelson, (Mon Jul 19, 8:25 pm)
Re: Why is intr taking up so much cpu?, Doug Barton, (Mon Jul 19, 11:02 pm)
Re: Why is intr taking up so much cpu?, Doug Barton, (Mon Jul 19, 11:05 pm)
Re: Why is intr taking up so much cpu?, Kostik Belousov, (Tue Jul 20, 6:26 am)
Re: Why is intr taking up so much cpu?, Dan Nelson, (Tue Jul 20, 9:46 am)
Re: Why is intr taking up so much cpu?, Doug Barton, (Tue Jul 20, 11:50 pm)
Re: Why is intr taking up so much cpu?, Andriy Gapon, (Wed Jul 21, 1:07 am)
Re: Why is intr taking up so much cpu?, Doug Barton, (Wed Jul 21, 11:50 am)
Re: Why is intr taking up so much cpu?, Andriy Gapon, (Wed Jul 21, 1:37 pm)
Re: Why is intr taking up so much cpu?, Doug Barton, (Wed Jul 21, 10:52 pm)