alibabacloud-oss-manage-network-probe
Installation
SKILL.md
Detailed description of the scenario's application and purpose.
Diagnose network connectivity, upload/download bandwidth, download time, and local symlink anomalies between the local workstation and OSS using ossutil 2.0 integrated with the Alibaba Cloud CLI.
Architecture: Local Workstation + Alibaba Cloud CLI 3.3.3+ + aliyun ossutil + OSS Bucket + Optional target object or presigned URL + Optional probe domain
| Scenario | Recommended Command | Output |
|---|---|---|
| Upload connectivity probe | aliyun ... ossutil probe --upload |
Upload duration, object name, log file |
| Download connectivity probe | aliyun ... ossutil probe --download |
Download duration, local file path, log file |
| Upload bandwidth suggestion | aliyun ... ossutil probe --probe-item upload-speed |
Suggested concurrency value |
| Download bandwidth suggestion | aliyun ... ossutil probe --probe-item download-speed |
Suggested concurrency value |
| Download time measurement | aliyun ... ossutil probe --probe-item download-time |
Concurrency/part-size/duration statistics |
| Symlink anomaly check | aliyun ... ossutil probe --probe-item cycle-symlink |
Whether abnormal symlinks exist |
Important implementation boundary
probeis a composite client-side diagnostic command provided byaliyun ossutil; there is no equivalentaliyun oss api probe.cycle-symlinkcan only detect abnormal symlinks — it cannot safely auto-fix target paths.- Probe output can locate symptoms and suggest concurrency, but cannot guarantee an automatic precise root cause for all network anomalies.
Related skills