test_mirror_speed
Test Arch Linux mirror response times to identify the fastest servers for package downloads. Measure performance of specific mirrors or all active mirrors to optimize system updates.
Instructions
Test mirror response time. Can test a specific mirror or all active mirrors. Only works on Arch Linux.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mirror_url | No | Specific mirror URL to test, or omit to test all active mirrors |
Input Schema (JSON Schema)
{
"properties": {
"mirror_url": {
"description": "Specific mirror URL to test, or omit to test all active mirrors",
"type": "string"
}
},
"required": [],
"type": "object"
}