# web-probe **Repository Path**: mirrors_cloudharmony/web-probe ## Basic Information - **Project Name**: web-probe - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-12 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This repository contains test files used by the CloudHarmony network test harness (see https://github.com/cloudharmony/network). The test harness facilitates measurement of network characteristics including latency, throughput and DNS query performance. The files in this repository must be present on test nodes for downlink throughput tests. To install, clone this repository into an http accessible path on each test node (as designated by the --throughput_uri runtime argument). NOTE: This repository does not contain the 500MB, 1GB or 10GB test files due to github large file restrictions. To use this size file, create the files manually using: dd if=/dev/urandom of=test500mb.bin bs=1024 count=524288 dd if=/dev/urandom of=test1gb.bin bs=1024 count=1048576 dd if=/dev/urandom of=test10gb.bin bs=10240 count=1048576