Re: [Discuss-gnuradio] build-gnuradio statistics

2013-05-28 Thread Marcus D. Leech
So, given that my website maintains raw access logs that are available to me, I've updated build-gnuradio to do a wget call to a non-actually-there .php so that I can grab some parameters that will show up in the raw logs, that I can process from time to time. Easy peasy. The exit() handler

Re: [Discuss-gnuradio] build-gnuradio statistics

2013-05-28 Thread Marcus D. Leech
On 05/28/2013 12:44 PM, Martin Lülf wrote: Hi, I would solve this with a small PHP Script on the webserver (or whatever scripting language is available on the webserver). The script can evaluate the called URL including parameters. So in the build gnuradio script you would call something lik

Re: [Discuss-gnuradio] build-gnuradio statistics

2013-05-28 Thread Martin Lülf
Hi, I would solve this with a small PHP Script on the webserver (or whatever scripting language is available on the webserver). The script can evaluate the called URL including parameters. So in the build gnuradio script you would call something like this wget http://example.com/script.php?pa

Re: [Discuss-gnuradio] build-gnuradio statistics

2013-05-28 Thread Marcus D. Leech
On 05/28/2013 12:30 PM, Johnathan Corgan wrote: On Tue, May 28, 2013 at 9:14 AM, Marcus D. Leech > wrote: I'd like some suggestions about automating uploading of this one-liner of stats data to some website somewhere so that I can review it. Maybe some

Re: [Discuss-gnuradio] build-gnuradio statistics

2013-05-28 Thread Johnathan Corgan
On Tue, May 28, 2013 at 9:14 AM, Marcus D. Leech wrote: > I'd like some suggestions about automating uploading of this one-liner of > stats data to some website somewhere so that I can review it. > Maybe something we can turn on on the gnuradio.org website? > You could ask in the script if th

[Discuss-gnuradio] build-gnuradio statistics

2013-05-28 Thread Marcus D. Leech
So, I've added a exit-handler routine to build-gnuradio to try to capture some basic statistics about success/failure when the script is run. I'd like some suggestions about automating uploading of this one-liner of stats data to some website somewhere so that I can review it. Maybe somethin