2015 Sep 04, 01:15 PM
Hi!
I have two issues with SIP software. First of one is related with response time of webservice, I have been checking the times of responses and is very high, you can see in the following command returns lookup, connect, pretransfer, starttransfer time in seconds and the total time that the full operation lasted:
~ curl -s -w '\nLookup time:\t%{time_namelookup}\nConnect time:\t%{time_connect}\nPreXfer time:\t%{time_pretransfer}\nStartXfer time:\t%{time_starttransfer}\n\nTotal time:\t%{time_total}\n' -o /dev/null http://raspi-chapitown/
Lookup time: 0,005
Connect time: 0,009
PreXfer time: 0,009
StartXfer time: 25,870
Total time: 25,880
---- end log --
The second issue is rated with the programs execution. All of them works fine least one, and to do it work I must stop the service and re-starting the service again. The software looks that the program-1 works but it not sends the command to pump can start , do you know why to start this program-1 I must to restart the service manually from console raspberry-pi with command "sudo service sip stop" and "sudo service sip start"
Thanks for your comments!
I look your support!
I have two issues with SIP software. First of one is related with response time of webservice, I have been checking the times of responses and is very high, you can see in the following command returns lookup, connect, pretransfer, starttransfer time in seconds and the total time that the full operation lasted:
~ curl -s -w '\nLookup time:\t%{time_namelookup}\nConnect time:\t%{time_connect}\nPreXfer time:\t%{time_pretransfer}\nStartXfer time:\t%{time_starttransfer}\n\nTotal time:\t%{time_total}\n' -o /dev/null http://raspi-chapitown/
Lookup time: 0,005
Connect time: 0,009
PreXfer time: 0,009
StartXfer time: 25,870
Total time: 25,880
---- end log --
The second issue is rated with the programs execution. All of them works fine least one, and to do it work I must stop the service and re-starting the service again. The software looks that the program-1 works but it not sends the command to pump can start , do you know why to start this program-1 I must to restart the service manually from console raspberry-pi with command "sudo service sip stop" and "sudo service sip start"
Thanks for your comments!
I look your support!