Service Checking
Test OpenEO endpoint availability and response times.
Basic Usage
Check endpoints from CSV file (creates new timestamped file):
openeobench service -i endpoints.csv -o results/
Check endpoints and append to daily file:
openeobench service -i endpoints.csv -o results/ --append
Check a single URL (creates new timestamped file):
openeobench service -u https://openeo.dataspace.copernicus.eu/.well-known/openeo -o results/
Check a single URL and append to daily file:
openeobench service -u https://openeo.dataspace.copernicus.eu/.well-known/openeo -o results/ --append
Output Format
Results are saved as CSV files with the following columns:
url- The tested endpoint URLtimestamp- When the test was performedresponse_time- Response time in secondsstatus_code- HTTP status codeerror_msg- Error message if request failedcontent_size- Size of response content
Files are organized as:
outputs/YYYY-MM-DD.csv- Daily aggregated resultsoutputs/YYYY-MM-DD_single.csv- Single URL test results