Unleash Your Server Potential with Expert Insights
Sponsored by: shopp.bio
Category: Bash
#!/bin/bash\ndd if=/dev/zero of=/tmp/test bs=1M count=100 > speed.log 2>&1
./speed.sh
Back to All Tips