12-10-2018, 01:55 PM
The commands are at the frontpage of the Github repo: https://github.com/hidden-refuge/bench-sh-2
Or simply in the README file: https://github.com/hidden-refuge/bench-s.../README.md
Passing the option to the script when running it directly after downloading it into memory doesn't seem to be really possible. You have to download the sh file to the disk and after that run it with the options passed to it (at least I haven't found a easy way while doing a little research).
So basically:
^ That'll download the file, run the script with the passed option and delete the script file afterwards. The bench.log logfile is retained on the disk and stores the clean output of the benchmark (no output from the wget and etc).
Edit: I welcome people very much to contribute new features, fixes and etc to the script. I will happily merge them into the repository and add you as a contributor (well, Github does that automatically).
Or simply in the README file: https://github.com/hidden-refuge/bench-s.../README.md
Passing the option to the script when running it directly after downloading it into memory doesn't seem to be really possible. You have to download the sh file to the disk and after that run it with the options passed to it (at least I haven't found a easy way while doing a little research).
So basically:
Code: (Select All)
wget --no-check-certificate https://raw.githubusercontent.com/hidden-refuge/bench-sh-2/master/bench.sh && bash bench.sh -b && rm bench.sh
^ That'll download the file, run the script with the passed option and delete the script file afterwards. The bench.log logfile is retained on the disk and stores the clean output of the benchmark (no output from the wget and etc).
Edit: I welcome people very much to contribute new features, fixes and etc to the script. I will happily merge them into the repository and add you as a contributor (well, Github does that automatically).
![[Image: zHHqO5Q.png]](https://i.imgur.com/zHHqO5Q.png)