Stress Test Apache with ab
Stress test your apache web server with the ap tool…
ab -n 200 -c 50 http://localhost/
n = number of request, c = concurrent reqests
Stress test your apache web server with the ap tool…
ab -n 200 -c 50 http://localhost/
n = number of request, c = concurrent reqests
Use the DD command to create a 10 MB (10*1024*1024=10485760 bytes) size file named testfile_10MB
dd if=/dev/zero of=testfile_10MB bs=10485760 count=1
Perform an md5sum on a device, like a CD
dd if=/dev/hdc | md5sum