proxy_test_group
Measure proxy latency in a group and receive a list sorted from fastest to slowest, including failed probes.
Instructions
Test latency of every proxy in a group, sorted by delay (fastest first).
Args: group: the selector group to test url: target URL timeout_ms: per-proxy timeout concurrency: max parallel probes (default 8)
Returns a list of {name, delay_ms, ok} sorted by delay. Failed probes show delay=-1 and are placed at the end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | http://www.gstatic.com/generate_204 | |
| group | Yes | ||
| timeout_ms | No | ||
| concurrency | No |