Tag: test

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…

Use DD to Create File of any Size

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…

Do Md5 check on CD/DVD/HDD

Perform an md5sum on a device, like a CD dd if=/dev/hdc | md5sum