Back to Juicefs

Performance Benchmark

docs/en/benchmark/benchmark.md

1.4.11.4 KB
Original Source

Redis is used as Metadata Engine in this benchmark. Under this test condition, JuiceFS performs 10x better than Amazon EFS and S3FS.

Basic benchmark

JuiceFS provides a subcommand bench to run a few basic benchmarks to evaluate how it works in your environment:

Throughput

Performed sequential read/write benchmarks on JuiceFS, EFS and S3FS by fio. Here is the result:

It shows JuiceFS can provide 10X more throughput than the other two. Read more details.

Metadata IOPS

Performed a simple mdtest benchmark on JuiceFS, EFS and S3FS by mdtest. Here is the result:

It shows JuiceFS can provide significantly more metadata IOPS than the other two. Read more details.

Analyze performance

See Real-Time Performance Monitoring if you encounter performance issues.