Well, I just keep coming back for more <g> Here's one for ya: how much CPU should icecast2 consume? Its been sitting on the server for a while now, and its running full CPU. I recently restarted it, thinking it might have had a problem with me connecting/disconnecting the source a bit, and it shot right back uip once it was reloaded. here's what top currently shows it as. Also for reference, a process that I expect to take up the full cpu hasnt even been getting a chance (though it is niced to 20) PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 7706 mike 64 0 3784K 1764K RUN 2:09 97.00% 96.88% icecast 184 root 68 20 912K 576K RUN 73.1H 0.00% 0.00% dnetc Let me know if I should be seeing different numbers than these Mike -- <mystica@darktech.org> --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
> > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > > 7706 mike 64 0 3784K 1764K RUN 2:09 97.00% 96.88% icecast > > 184 root 68 20 912K 576K RUN 73.1H 0.00% 0.00% dnetc > > > >Let me know if I should be seeing different numbers than these > > > > It should take little to no cpu (I haven't yet tested it with enough users > to take it above... 0.1% cpu?), so there's a serious problem here.Do a fresh checkout. One of the bugs that Oddsock found was a sleep related one that would cause something like this possibly. What platform? FreeBSD? jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
At 05:44 PM 10/22/01 -0600, you wrote:>Well, I just keep coming back for more <g> >Here's one for ya: how much CPU should icecast2 consume? Its been >sitting on the server for a while now, and its running full CPU. >I recently restarted it, thinking it might have had a problem with me >connecting/disconnecting the source a bit, and it shot right back uip >once it was reloaded. >here's what top currently shows it as. Also for reference, a process >that I expect to take up the full cpu hasnt even been getting a chance >(though it is niced to 20) > > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > 7706 mike 64 0 3784K 1764K RUN 2:09 97.00% 96.88% icecast > 184 root 68 20 912K 576K RUN 73.1H 0.00% 0.00% dnetc > >Let me know if I should be seeing different numbers than these >It should take little to no cpu (I haven't yet tested it with enough users to take it above... 0.1% cpu?), so there's a serious problem here. Michael --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Tue, 23 Oct 2001 10:39:01 +1000 Michael Smith <msmith@labyrinth.net.au> wrote:> It should take little to no cpu (I haven't yet tested it with enough users > to take it above... 0.1% cpu?), so there's a serious problem here. > > MichaelOk, That's not good then.. Hmm.. Here's my setup currently. libogg-1.0rc2, libvorbis-1.0rc2, (both from the vorbis.com unix download page) icecast2 cvs from last night, running on FreeBSD 4.3. It might not matter much, but I am also using libao-0.80 and vorbis-tools-1.0rc2 from vorbis.com as well. Hardware is a pentium-3/550mhz, 768 megs of ram, not doing much more than serving about 10 smaller websites. (between 10-20 megs a piece, minimal php/perl scripting). If anyone wants to know a bit more about the hardware its running on or the software it has, let me know. Also, as previously stated, the only change i've made so far with the Makefiles for icecast (to make it work) was removing -lpthread from LIBS, and adding -pthread to CFLAGS. Everything else was installed the 'normal' way: tar zxvf file.tar.gz ./configure --prefix=/usr (couldnt get the thing to pick up the libs in /usr/local) && make && make install Mike -- <mystica@darktech.org> --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.