2gb Sample File
Speedtest.net measures your burst speed. A 2GB file measures your sustained throughput. When uploading a 2GB file to Google Drive or S3, you quickly discover if your ISP throttles long connections or if your Wi-Fi has latency spikes.
Windows features a built-in utility called fsutil that creates an empty file of a specific size instantly. Open Command Prompt as Administrator and run: fsutil file createnew sample_2gb.dat 2147483648 Use code with caution. (Note: 2147483648 represents 2GB in bytes). On Linux and macOS (Terminal) 2gb sample file
This writes actual physical zeroes to the disk, which is highly useful for testing raw write speeds. dd if=/dev/zero of=sample_2gb.dat bs=1M count=2048 Use code with caution. Speedtest