Sign inSign up

danquah/php-fileperf

By danquah

Updated over 10 years ago

Very simple file i/o benchmark.

Image
0

10K+

danquah/php-fileperf repository overview

Test with local storage

docker run --rm danquah/php-fileperf

Test with volume storage

Given that you want to store the files in ~/storage

docker run --rm -v ~/storage:/storage danquah/php-fileperf 

Tuning test parameters

First argument is the number of files to create, the second is the size in KB. So, to create 2000 files 10KB each in the storage-directory in your homedir do this:

docker run --rm -v ~/storage:/storage danquah/php-fileperf 2000 10

Tag summary

Content type

Image

Digest

Size

81.4 MB

Last updated

over 10 years ago

docker pull danquah/php-fileperf