From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 15 Apr 2010 14:44:08 -0400 To: 9fans@9fans.net Message-ID: <6b2223fb2dd1f0fa56f9a249fc799daf@coraid.com> In-Reply-To: <434213.82267.qm@web1216.biz.mail.gq1.yahoo.com> References: <434213.82267.qm@web1216.biz.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Recommended emulators/VMs for P9 install Topicbox-Message-UUID: 0296b1a4-ead6-11e9-9d60-3106f5b1d025 > main issue is interrupt count does not go below 4000. . .need to dig more into this, probably to compose a mail to the list :), but it does not hurt too much, at least for now. that shouldn't be happening unless you're doing a lot of disk/network io. if you're using 9atom, one would expect ~1100 interrupts/sec since HZ is set to 1000. this makes timing work better and doesn't cost much performance. in 9atom, /dev/irqalloc has an extra field that is the count of total interrupts. i'm guessing that you have a ringing ide interrupt. but irqalloc should let you know who's the culprit. - erik