Python 3 implementation probe Web service quality
HTTP service is one of the most popular Internet applications. The quality of service is related to the user experience and the operation service level of the website. There are two most commonly used standards: one is the availability of service, such as whether it is in the normal service state, rather than the 404 page not f ...
Posted on Tue, 31 Dec 2019 10:06:41 -0500 by dkjariwala
Use Python to collect web quality data to Excel table
As we all know, Python has relatively third-party modules, so long as you are skilled in using these modules, you can accomplish various tasks. Before starting to collect data, you need to have a target site, and then use Python script to collect quality data. Python's pycurl module is needed to detect web quality. It can obtain HTTP request s ...
Posted on Mon, 23 Sep 2019 04:15:45 -0400 by datona