Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Benchmark Storage Scripts
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Benchmark Storage Scripts

Does anyone have any one-line storage benchmark scripts that will test secondary storage?

YABS benchmarks using Fio, but it looks like it only tests the primary storage.

I'm tempted to fork YABS and add it as an optional feature, but I guess it would go against its simplicity.

Comments

  • curl -L https://raw.githubusercontent.com/spiritLHLS/ecs/main/archive/multi_disk_io_test.sh -o mdit.sh && chmod +x mdit.sh && bash mdit.sh

    Secondary processing yabs.sh

    Thanked by 1mrl22
  • If the second disk is mounted

    # cd /second-disk-directory
    # curl -sL yabs.sh | bash
    
    Thanked by 1mrl22
  • labzelabze Member, Patron Provider

    @tra10000 said:
    If the second disk is mounted

    # cd /second-disk-directory
    # curl -sL yabs.sh | bash
    

    Yup, just cd into your mounted secondary drive before running YABS and it will test that storage :-)

  • mrl22mrl22 Member

    @tra10000 said:
    If the second disk is mounted

    # cd /second-disk-directory
    # curl -sL yabs.sh | bash
    

    Thank you, I had no idea of this.

    Thanked by 1tra10000
Sign In or Register to comment.