similar to: Icecast Digest, Vol 101, Issue 2

Displaying 20 results from an estimated 1000 matches similar to: "Icecast Digest, Vol 101, Issue 2"

2012 Oct 01
1
Daily Access Log Files
How do you do this in a Windows OS system? Thanks Mike From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of Alejandro Sent: Monday, October 01, 2012 5:23 PM To: Rick Ricari Cc: icecast at xiph.org Subject: Re: [Icecast] Daily Access Log Files Rick, If you use Linux, can use logrotate with copytruncate to do this jobs... Take a look to this howto is
2012 Oct 01
2
Daily Access Log Files
Hello, Is it possible to get daily access logs (creates a new ?access log file? every 24 hours)? Best Regards, Rick -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20121001/7b0f7ff4/attachment.htm
2016 Jun 10
1
icecast relay server performance testing
I’m going to try to run multiple curl processes. The libuv code that i wrote is not of a very good quality (even though it’s really simple). thanks! —zahar > On Jun 10, 2016, at 2:43 PM, Alejandro <cdgraff at gmail.com> wrote: > > In the past, i had used this method: > > http://icecast.org/loadtest/1/ <http://icecast.org/loadtest/1/> > > But to be honest,
2016 Jun 10
2
icecast relay server performance testing
I wrote a test application which is based on libuv. iptables is disabled. I’m running the test application from two other machines. Do you have any suggestions for testing? thanks! —zahar > On Jun 10, 2016, at 2:38 PM, Alejandro <cdgraff at gmail.com> wrote: > > Zahar, how are you testing? with some CURL stress test? BTW, IPTABLES is enabled? > > I was running most time
2016 Jun 10
0
icecast relay server performance testing
In the past, i had used this method: http://icecast.org/loadtest/1/ But to be honest, nothing be compared with real use case, we found many issues when the connections arrive from many differents IPs, the stress test open all from small set of IPs, but almost this test case is used for many others, and present good results. 2016-06-10 2:40 GMT-03:00 Popov, Zahar <zahar.popov1978 at
2016 Jun 10
0
icecast relay server performance testing
Zahar, how are you testing? with some CURL stress test? BTW, IPTABLES is enabled? I was running most time in VMWARE, but i run 10k users in medium size box in AWS, just move out for the high transfer cost. 2016-06-10 2:36 GMT-03:00 Zahar Popov <zahar.popov1978 at yandex.com>: > Hi Alejandro, > Here is mine: > > <limits> > <workers>4</workers> >
2016 Jun 10
2
icecast relay server performance testing
<div>Hi Alejandro,</div><div>Here is mine:</div><div><p><limits><br /> <workers>4</workers><br /> <clients>100000</clients><br /> <sources>2000</sources><br /> <queue-size>102400</queue-size><br /> <client-timeout>30</client-timeout><br />
2016 Jun 10
1
icecast relay server performance testing
Hi Alejandro, Many thanks for your message. I changed it to 4 (i have 4 cores), but it didn’t really help. I see that all 4 cores are now working, but the connections are still being dropped. Which VM type are you using? Or it’s not running on AWS? thanks! —zahar > On Jun 10, 2016, at 1:29 PM, Alejandro <cdgraff at gmail.com> wrote: > > Sorry, 35K concurrent with 8 workers at
2016 Jun 10
0
icecast relay server performance testing
Please share your config, almost the LIMITS part, this is my setup <limits> <workers>8</workers> <clients>100000</clients> <sources>700</sources> <queue-size>524288</queue-size> <client-timeout>30</client-timeout> <header-timeout>15</header-timeout>
2011 Jul 18
0
SQUID Logrotate
Hi all, i have problem, after uprade CentOS 5.5 to 5.6, Logrotate don't work on two proxy servers. I have installed : squid-2.6.STABLE21-6.el5 logrotate-3.7.4-9.el5_5.2 On first server , squid logs never rotated, config is here cat /etc/logrotate.d/squid /var/log/squid/access.log { weekly rotate 5 copytruncate compress notifempty missingok } /var/log/squid/cache.log
2012 Apr 25
1
Icecast Stats and monitoring
Here's something you could start with: http://blog.james.rcpt.to/2011/01/29/counting-the-icecast-stream-eyeballs/ https://www.james.rcpt.to/svn/trunk/Icecast_Counting/poll_icecasters.pl Modify the script to list the Icecast server(s) you are using, and then do something with the resulting count. Perhaps shove it into RRD and call the script from cron? HTH, James On 25/04/2012 2:24 PM,
2015 Apr 15
2
FXO advice
The Cisco/Linksys SPA devices are also able to be provisioned automatically. On Wed, Apr 15, 2015 at 3:20 PM, Bryant Zimmerman <BryantZ at zktech.com> wrote: > Alejandro > > All of the Grandstream devices can be remote provisioned if you know what > you are doing. > > Bryant > > ------------------------------ > *From*: "Alejandro" <cdgraff at
2018 May 14
1
Logrotate
Am 14.05.2018 um 21:08 schrieb Reindl Harald via samba: > Am 14.05.2018 um 20:56 schrieb Carlos via samba: >> /opt/samba/var/log.samba >> >> { >>   rotate 10 >>         daily >>         compress >>         dateext >>         size 100M >>         nomail >>         missingok >>         notifempty >>         create 644 root
2011 Oct 19
2
Silly logrotate question
Ok, I have Googled this and either I am not asking the right way or I just can't see what's in front of me (sorry)... We have log files called app.2011-10-119.log (with the date changing every day). The log is created by the application each day at midnight. I have logrotate set to rotate files ending in .log at 4am, with copytruncate on by default. If I list the files I see all the old
2015 Apr 15
0
FXO advice
Hi Scott, thanks for the answer, can share some link or documentation about how setup this in SPA3102? I try to get something about this using google, but found comments but nothing useful. Alejandro 2015-04-15 19:28 GMT-03:00 Scott Griepentrog <sgriepentrog at digium.com>: > The Cisco/Linksys SPA devices are also able to be provisioned > automatically. > > On Wed, Apr 15,
2016 Jun 10
2
icecast relay server performance testing
Sorry, 35K concurrent with 8 workers at 60% cpu 2016-06-10 1:28 GMT-03:00 Alejandro <cdgraff at gmail.com>: > Hi Zahar, what value has into > > <workers>8</workers> > > This value is recommended to set at 1 by virtual core. > > I 'm using for some years, KH branch with 35 concurrent listeners into 8 > core vm. > > Regards, > Alejandro
2015 Apr 15
0
FXO advice
Alejandro All of the Grandstream devices can be remote provisioned if you know what you are doing. Bryant ---------------------------------------- From: "Alejandro" <cdgraff at gmail.com> Sent: Wednesday, April 15, 2015 4:17 PM To: asterisk-users at lists.digium.com Subject: [asterisk-users] FXO advice Hi All, I'll like to know if exist some Basic FXO
2012 Apr 23
0
icecast server hosting?
you may want to try: www.caster.fm On Mon, Apr 23, 2012 at 10:00 PM, <icecast-request at xiph.org> wrote: > Send Icecast mailing list submissions to > icecast at xiph.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.xiph.org/mailman/listinfo/icecast > or, via email, send a message with subject or body 'help' to >
2008 Nov 27
0
OT: Testing copytruncate
Hi I am trying to simulate the behaviour when a file gets copy-truncated or any other option selected in logrotate. As a start, I have written a quick script to create values in a file at high rate. #!/usr/bin/perl open FILE, ">testdata" or die $!; for (my $i = 1; $i <= 10000000; $i++){ print FILE "$i\n"; # sleep 1; } close FILE and a logrotate.conf file that
2008 May 03
2
Trouble loading TVersity service
TVersity seems to have no problem running under Wine, but when I try to load the service, there is a message saying the service cannot be found: andy at Zoso:~/.wine/drive_c/Program Files/TVersity/Media Server$ wine "C:\Program Files\TVersity\Media Server\MediaServer.exe" -start preloader: Warning: failed to reserve range 00000000-00010000 fixme:mixer:ALSA_MixerInit No master control