api - How to analyze requests sent via curl using php? -
we running php code fetch data twitter using twitter api. there around 15 php files , running in different time slots recursively.
how know of using more bandwidth?
what way optimize api calls bandwidth usage reduced?
the machine linux 32 bit amazon ec2 instance.
will there log files created when make request via curl?
is there tools analyze log file?
you modify calling php files write down statistics of bytes transferred, should give possibility @ least tell script transfers bytes.
Comments
Post a Comment