#2357
[HDD] Linux Test HDD Performance
Measure server throughput (write speed)
dd if=/dev/zero of=/tmp/test1.img bs=1G count=1 oflag=dsync
Measure server latency
dd if=/dev/zero of=/tmp/test2.img bs=512 count=1000 oflag=dsync
See buffered and cached disk read speed
hdparm -Tt /dev/sda1
AWS: How to Mount S3 Bucket on EC2 Linux Instance Using IAM Role [How-To] RDP
Comments are currently closed.