Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Hi,
- ok, so lets see i ran it too:
- curl -sL https://yabs.sh | bash -s -- -i -g -n
- ```
- # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
- # Yet-Another-Bench-Script #
- # v2025-04-20 #
- # https://github.com/masonr/yet-another-bench-script #
- # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
- Fri May 30 17:43:29 CEST 2025
- Basic System Information:
- ---------------------------------
- Uptime : 22 days, 5 hours, 21 minutes
- Processor : Intel(R) Xeon(R) Gold 6122 CPU @ 1.80GHz
- CPU cores : 80 @ 3700.000 MHz
- AES-NI : ✔ Enabled
- VM-x/AMD-V : ✔ Enabled
- RAM : 1006.5 GiB
- Swap : 100.0 GiB
- Disk : 93.9 GiB
- Distro : Debian GNU/Linux 12 (bookworm)
- Kernel : 6.8.12-10-pve
- VM Type : NONE
- IPv4/IPv6 : ✔ Online / ❌ Offline
- fio Disk Speed Tests (Mixed R/W 50/50) (Partition local-zfs/fu):
- ---------------------------------
- Block Size | 4k (IOPS) | 64k (IOPS)
- ------ | --- ---- | ---- ----
- Read | 204.64 MB/s (51.1k) | 1.89 GB/s (29.6k)
- Write | 205.19 MB/s (51.2k) | 1.90 GB/s (29.8k)
- Total | 409.83 MB/s (102.4k) | 3.80 GB/s (59.4k)
- | |
- Block Size | 512k (IOPS) | 1m (IOPS)
- ------ | --- ---- | ---- ----
- Read | 2.69 GB/s (5.2k) | 2.47 GB/s (2.4k)
- Write | 2.84 GB/s (5.5k) | 2.63 GB/s (2.5k)
- Total | 5.54 GB/s (10.8k) | 5.11 GB/s (4.9k)
- YABS completed in 21 sec
- ```
- -------------------
- And then i modified the yabs.sh script to test 128k size ( default zfs size ):
- ```
- fio Disk Speed Tests (Mixed R/W 50/50) (Partition local-zfs/fu):
- ---------------------------------
- Block Size | 4k (IOPS) | 64k (IOPS)
- ------ | --- ---- | ---- ----
- Read | 204.39 MB/s (51.0k) | 1.63 GB/s (25.4k)
- Write | 204.92 MB/s (51.2k) | 1.63 GB/s (25.6k)
- Total | 409.31 MB/s (102.3k) | 3.26 GB/s (51.0k)
- | |
- Block Size | 128k (IOPS) | 512k (IOPS)
- ------ | --- ---- | ---- ----
- Read | 2.42 GB/s (18.9k) | 2.68 GB/s (5.2k)
- Write | 2.45 GB/s (19.1k) | 2.82 GB/s (5.5k)
- Total | 4.87 GB/s (38.0k) | 5.51 GB/s (10.7k)
- | |
- Block Size | 1m (IOPS) | (IOPS)
- ------ | --- ---- | ---- ----
- Read | 2.44 GB/s (2.3k) | ()
- Write | 2.60 GB/s (2.5k) | ()
- Total | 5.05 GB/s (4.9k) | ()
- ```
- -------------------------
- Could you please do that too?
- So download the yabs.sh file, and on line 616 you will find:
- ```
- Block_SIZES=( "4k" "64k" "512k" "1m")
- And this you modify to
- Block_SIZES=( "4k" "64k" "128k" "512k" "1m")
- ```
- Or you can also replace the 64k with 128k or what ever. Luckily they build the script clever in this part as array so we can easily modify it.
- Please test again and let me know the values for 128k.
- I am wondering why you end up with this numbers:
- ```
- Block Size | 512k (IOPS) | 1m (IOPS)
- ------ | --- ---- | ---- ----
- Read | 56.95 MB/s (111) | 72.19 MB/s (70)
- Write | 59.93 MB/s (117) | 77.00 MB/s (75)
- Total | 116.89 MB/s (228) | 149.19 MB/s (145)
- ```
- Normally it should be higher. I dont like this numbers. They are too small!
Advertisement
Add Comment
Please, Sign In to add comment