From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9ab217670704170929l5f8f551bl6c076fbce7d89cac@mail.gmail.com> Date: Tue, 17 Apr 2007 12:29:40 -0400 From: "Devon H. O'Dell" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] syscall spikes In-Reply-To: <9ab217670704170856y7bf2265dl8cf121926232f905@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9ab217670704170838g363bba09pc0328e13106d0efd@mail.gmail.com> <61909b30c2fd4aed1dc3174595a1e4a7@coraid.com> <9ab217670704170856y7bf2265dl8cf121926232f905@mail.gmail.com> Topicbox-Message-UUID: 4b9f0e90-ead2-11e9-9d60-3106f5b1d025 Steve Simon suggested the problem was timesync. He seems to have been very correct in this suggestion. Though I wonder why it needs to do > 60k syscalls :\. Additionally, using dd to play my cd instead of cat seems to work pretty well. dd -if a000 -of /dev/audio -bs 4192 seems to be enough. Additionally, using madplay like: madplay -o RAW:'02 - Birdhouse In Your Soul.mp3' | dd -of /dev/audio -bs 4192 seems to work well. --dho