Jump to content
XPEnology Community

Benchmarking your synology


Hostilian

Recommended Posts

Loader: jun 1.03b (DS3615xs)

DSM: DSM 6.2.2-24922 Update 4

Hardware/CPU: J3455B-ITX

HDD: 2x Samsung HD154UI in Raid 0

 

CPU:

dd if=/dev/zero bs=1M count=1024 | md5sum

1073741824 bytes (1.1 GB) copied, 2.75623 s, 390 MB/s

 

Disk:

sudo dd bs=1M count=8192 if=/dev/zero of=/volume2/franken0/testx conv=fdatasync

8589934592 bytes (8.6 GB) copied, 44.149 s, 195 MB/s

Link to comment
Share on other sites

ASROCK Q1900M + 8GB Ram + 2 HDD
DSM 6.2.3-25423
Loader : JUN'S LOADER v1.04b - DS918++ extra.lzma @IG-88 custom V 0.10
 

 root@Xxxxx:~# grep MHz /proc/cpuinfo
 cpu MHz         : 1993.000
 cpu MHz         : 1993.000
 cpu MHz         : 1993.000
 cpu MHz         : 1993.000
 
 root@Xxxxx:~# dd if=/dev/zero bs=1M count=1024 | md5sum
 1024+0 records in
 1024+0 records out
 1073741824 bytes (1.1 GB) copied, 3.27983 s, 327 MB/s
 
 root@Xxxxx:~# time $(i=0; while (( i 
 real    2m15.450s
 user    2m15.660s
 sys     0m0.000s
 
Edited by neo82ita
Link to comment
Share on other sites

Loader: jun 1.04b (DS918+)

DSM: DSM 6.2.3-25423 with Driver extension 0.11 for HW transcoding.

Hardware/CPU: Gugabyte B365M DS3H / Gold G5400

HDD: 1x Seagate ST2000DM008-2FR102  Brtfs

          2x WD WD20EFRX-68EUZN0 Raid 1

          2x SSD Kingston A400 Cache Raid 1 for Seagate Volume

          2x SSD ADATA SX6000LNP  - Cache Raid 1 for WD Raid 1

 

CPU:

root@DiskStation:/volume2/public# time $(i=0; while (( i < 9999999 )); do (( i ++ )); done)

real    0m25.304s
user    0m25.301s
sys     0m0.001s
root@DiskStation:/volume2/public# dd bs=1M count=1k if=/dev/zero of=/dev/null | md5sum
d41d8cd98f00b204e9800998ecf8427e  -
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 0.0485021 s, 22.1 GB/s
 

Disk:

root@DiskStation:/volume2/public# sudo dd bs=1M count=256 if=/dev/zero of=/volume2/public/testx conv=fdatasync
256+0 records in
256+0 records out
268435456 bytes (268 MB) copied, 1.62424 s, 165 MB/s
root@DiskStation:/volume2/public# sudo dd bs=1M count=256 if=/dev/zero of=/volume3/data/testx conv=fdatasync
256+0 records in
256+0 records out
268435456 bytes (268 MB) copied, 2.55855 s, 105 MB/s

 

Very disappointed in Disk Speed.

 

[  273.370385] pcieport 0000:00:1d.0: AER: Corrected error received: id=00e8

[  273.370402] pcieport 0000:00:1d.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, id=00e8(Receiver ID)

[  273.380798] pcieport 0000:00:1d.0:   device [8086:a298] error status/mask=00000001/00002000

[  273.389296] pcieport 0000:00:1d.0:    [ 0] Receiver Error

Error remaing after update.

Link to comment
Share on other sites

  • 8 months later...

Tests for new energy saving (maybe 24/7) laptop xpenology system (for download/vm/torrent).

Everything is running really smooth on that system, VMs (phpVirtualBox) are working like a charm, thanks to 16 GB RAM (tested Windows 7/Ubuntu/Windows XP, more will follow). With 2-3 VMs running it's @ around 18-30W (depending on workload, never seen more than 30W). Edit: just seen 35W :) But normally idleing < 20W with 2 VMs. Got a USB-cooler (2 fans for the bottom), that keeps everything in good temps so far,  that's why i think 24/7 should be possible.

 

I'm quite new to the XPenology community, but I learned a lot the last weeks and I also built a HP N54l (will only be used for backups), which is running great too. But I need to make decisions there, which HDDs to choose...

 

Loader: jun 1.04 (DS918+)

DSM: 6.2.3-25426 Update 3

CPU: Intel i5 5300U (Dell E7450)

SSD: M.2 TS512GMTS600 (in a M.2 to SATA case) - thinking about to use the M.2 WWAN slot for another SSD and put a normal HDD in instead the actual used SSD. so many 2,5" HDDs flying around here...:)

 

CPU:

dd if=/dev/zero bs=1M count=1024 | md5sum
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 2.19316 s, 490 MB/s
cd573cfaace07e7949bc0c46028904ff  -

 

Disk:

sudo dd bs=1M count=256 if=/dev/zero of=/volume1/share/testx conv=fdatasync
256+0 records in
256+0 records out
268435456 bytes (268 MB) copied, 0.719769 s, 373 MB/s
 

Edited by Helios123
Link to comment
Share on other sites

  • 4 weeks later...
On 1/14/2021 at 12:30 AM, Helios123 said:

Tests for new energy saving (maybe 24/7) laptop xpenology system (for download/vm/torrent).

Everything is running really smooth on that system, VMs (phpVirtualBox) are working like a charm, thanks to 16 GB RAM (tested Windows 7/Ubuntu/Windows XP, more will follow). With 2-3 VMs running it's @ around 18-30W (depending on workload, never seen more than 30W). Edit: just seen 35W :) But normally idleing < 20W with 2 VMs. Got a USB-cooler (2 fans for the bottom), that keeps everything in good temps so far,  that's why i think 24/7 should be possible.

 

I'm quite new to the XPenology community, but I learned a lot the last weeks and I also built a HP N54l (will only be used for backups), which is running great too. But I need to make decisions there, which HDDs to choose...

 

Loader: jun 1.04 (DS918+)

DSM: 6.2.3-25426 Update 3

CPU: Intel i5 5300U (Dell E7450)

SSD: M.2 TS512GMTS600 (in a M.2 to SATA case) - thinking about to use the M.2 WWAN slot for another SSD and put a normal HDD in instead the actual used SSD. so many 2,5" HDDs flying around here...:)

 

CPU:

dd if=/dev/zero bs=1M count=1024 | md5sum
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB) copied, 2.19316 s, 490 MB/s
cd573cfaace07e7949bc0c46028904ff  -

 

Disk:

sudo dd bs=1M count=256 if=/dev/zero of=/volume1/share/testx conv=fdatasync
256+0 records in
256+0 records out
268435456 bytes (268 MB) copied, 0.719769 s, 373 MB/s
 

 

changed my "laptop nas" to a hp 840 g1, which is running at 10-11W in idle and a few w more with 1 running xubuntu docker vm.

identical cpu speed (i5-4200U), will add another ssd for a raid 1 and a 2,5gbe usb adapter

 

full load ~ 25W.

Link to comment
Share on other sites

  • 1 month later...

Loader: Jun 1.0.3b (DS3617xs)

DSM: DSM 6.2.3-25426 Update 3

CPU: Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz

RAM: 64GB DDR4

Volume 1: 4x 1TB SATA SSDs in RAIDF1

Volume 2: 8x 10TB 7200RPM SAS HDD SHR-1

 

root@nas:/# dd if=/dev/zero bs=1M count=1024 | md5sum

1024+0 records in

1024+0 records out

1073741824 bytes (1.1 GB) copied, 2.05894 s, 522 MB/s

root@nas:/volume1# dd bs=1M count=256 if=/dev/zero of=/volume1/testx conv=fdatasync

256+0 records in

256+0 records out

268435456 bytes (268 MB) copied, 0.398221 s, 674 MB/s

root@nas:/volume1# dd bs=1M count=256 if=/dev/zero of=/volume2/testx conv=fdatasync

256+0 records in

256+0 records out

268435456 bytes (268 MB) copied, 1.51573 s, 177 MB/s

 

Edited by linkinparkfan007
Link to comment
Share on other sites

29 minutes ago, linkinparkfan007 said:

root@nas:/volume1# dd bs=1M count=256 if=/dev/zero of=/volume2/testx conv=fdatasync

256+0 records in

256+0 records out

268435456 bytes (268 MB) copied, 1.51573 s, 177 MB/s

 

why just 268MB?

i see much higher speeds irl and when changing to bigger numbers like

bs=10M count=4096

i see write speeds around 600MB/s for a 12 x 4TB raid6

Link to comment
Share on other sites

MainNAS

 

4x WD RED HDDs in RAID 10

sudo dd if=/dev/zero of=/volume1/homes/lan/testx bs=4096M count=1 conv=fdatasync oflag=direct
0+1 records in
0+1 records out
2147479552 bytes (2.1 GB) copied, 14.1281 s, 152 MB/s

 

4x SanDisk Ultra 3D SSDs in RAID 0

sudo dd if=/dev/zero of=/volume2/cache/testx bs=4096M count=1 conv=fdatasync oflag=direct
0+1 records in
0+1 records out
2147479552 bytes (2.1 GB) copied, 1.99687 s, 1.1 GB/s

 

Edited by smileyworld
Link to comment
Share on other sites

  • 5 months later...

Hi all

 

First post (hope this input is useful) -- 

 

Loader: N/A (DS1621+ Stock)

DSM: 7.0-41890

CPU: Ryzen V1500B @ 2.20GHz

RAM: 4GB ECC DDR4

Volume 1: 1x480GB SHR (Kingston SV300S37A480G)

Cache 1: R/W 2x512GB m.2 Raid1 (Plextor PX-512M8PeG)

 

CPU-
Run 1
zzz:/$ dd if=/dev/zero bs=1M count=256 | md5sum
256+0 records in
256+0 records out
268435456 bytes (268 MB, 256 MiB) copied, 0.670469 s, 400 MB/s

 

Run 2
zzz:/$ dd if=/dev/zero bs=1M count=1024 | md5sum
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 2.68583 s, 400 MB/s

 

Run 3
zzz:/$ dd if=/dev/zero bs=1M count=5120 | md5sum
5120+0 records in
5120+0 records out
5368709120 bytes (5.4 GB, 5.0 GiB) copied, 13.377 s, 401 MB/s

 

 

DISK -
Run 1
zzz:/$ sudo dd bs=1M count=256 if=/dev/zero of=/volume1/TEST/testx conv=fdatasync
256+0 records in
256+0 records out
268435456 bytes (268 MB, 256 MiB) copied, 0.646018 s, 416 MB/s

 

Run 2
zzz:/$ sudo dd bs=1M count=1024 if=/dev/zero of=/volume1/TEST/testx conv=fdatasync
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.30229 s, 825 MB/s

 

Run 3
zzz:/$ sudo dd bs=1M count=5120 if=/dev/zero of=/volume1/TEST/testx conv=fdatasync
5120+0 records in
5120+0 records out
5368709120 bytes (5.4 GB, 5.0 GiB) copied, 7.15146 s, 751 MB/s

 

I need to drop some coin on some drives!

 

Thanks for this bench post, helped me out. 👍

Edited by d_lux
Added drive detail
Link to comment
Share on other sites

I changed my RAID configuration. For anyone interested:

 

4x WD RED 3TB HDDs in RAID 5

dd if=/dev/zero of=/volume1/homes/lan/testx bs=4096M count=1 conv=fdatasync oflag=direct
0+1 records in
0+1 records out
2147479552 bytes (2.1 GB) copied, 19.9718 s, 108 MB/s

 

Edited by smileyworld
Link to comment
Share on other sites

Playing around with RAID 0

 

Loader: N/A (DS1621+ Stock)

DSM: 7.0-41890

CPU: Ryzen V1500B @ 2.20GHz

RAM: 8GB ECC DDR4

Volume 1: 2x480GB RAID 0 (Kingston SV300S37A480G)

Cache 1: Read only 1x512GB m.2 (Plextor PX-512M8PeG)

 

 

zzz:~# sudo dd bs=1M count=256 if=/dev/zero of=/volume1/TEST/testx conv=fdatasync
256+0 records in
256+0 records out
268435456 bytes (268 MB, 256 MiB) copied, 0.388624 s, 691 MB/s


zzz:~# sudo dd bs=1M count=1024 if=/dev/zero of=/volume1/TEST/testx conv=fdatasync
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.30567 s, 822 MB/s


zzz:~# sudo dd bs=1M count=5120 if=/dev/zero of=/volume1/TEST/testx conv=fdatasync
5120+0 records in
5120+0 records out
5368709120 bytes (5.4 GB, 5.0 GiB) copied, 5.27574 s, 1.0 GB/s

 

Link to comment
Share on other sites

  • 1 year later...
On 1/24/2020 at 2:30 PM, premiero said:

Loader: jun 1.04b (DS918+)

DSM: 6.2.2-24922 Update 5

Hardware: Baremetal, Chieftec ix-03b-op, Asrock J5005 ITX, 1x8GB RAM (Single Channel), 2x5TB Seagate ST5000LM000 SHR-1

 

/$ dd if=/dev/zero bs=1M count=32768 | md5sum
32768+0 records in
32768+0 records out
34359738368 bytes (34 GB) copied, 74.3319 s, 462 MB/s
69a85eaa6fd28784c634a6bcb1d5984c  -

CPU Load durig test ~28%

/$ time $(i=0; while (( i < 9999999 )); do (( i ++ )); done)

real    0m49.016s
user    0m49.006s
sys     0m0.000s

CPU Load during test ~25%

 

Loader: tinycore-redpill-uefi.v0.8.0.0.img

DSM: 7.1.1-42962 Update 1

Hardware: the same hardware, but 2x8GB RAM, 2x8TB SSD SAMSUNG QVO SHR-1,
 

 

dd if=/dev/zero bs=1M count=32768 | md5sum
32768+0 records in
32768+0 records out
34359738368 bytes (34 GB, 32 GiB) copied, 131.855 s, 261 MB/s
69a85eaa6fd28784c634a6bcb1d5984c  -
time $(i=0; while (( i < 9999999 )); do (( i ++ )); done)

real    1m25.192s
user    1m24.891s
sys     0m0.274s

 

CPU performance drop twice? WTF?

Link to comment
Share on other sites

  • 2 months later...

Back on the track. :)

Switched to Automated Redpill Loader, updated to DSM 7.2.1-69057

 

dd if=/dev/zero bs=1M count=32768 | md5sum
32768+0 records in
32768+0 records out
34359738368 bytes (34 GB, 32 GiB) copied, 76.2439 s, 451 MB/s
69a85eaa6fd28784c634a6bcb1d5984c  -


time $(i=0; while (( i < 9999999 )); do (( i ++ )); done)

real    0m45.014s
user    0m44.995s
sys     0m0.010s
Link to comment
Share on other sites

  • 2 months later...

Geekbench 6.2.2

ProLiant ML310e Gen8 v2 Xpenology latest (DS3622xs+) Xeon E3-1220 v3 12GB RAM - 1163/3426 (single-core/multi-core)

MS Gen8 Xpenology latest (DS3622xs+) Xeon E3-1260L 16 GB RAM - 602/1797

DS1819+ 32 GB RAM - 280/920

Link to comment
Share on other sites

  • 1 month later...

i think something might be wrong...

Arc Loader v23 or something. DSM 7.2.1

 

Sata SSD and NVME SSD.


Haldi@NAS:~$ dd if=/dev/zero bs=1M count=1024 | md5sum
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 1.26793 s, 847 MB/s
cd573cfaace07e7949bc0c46028904ff  -
Haldi@NAS:~$ sudo dd bs=1M count=256 if=/dev/zero of=/volume4/docker/testx conv=fdatasync
Password:
256+0 records in
256+0 records out
268435456 bytes (268 MB, 256 MiB) copied, 21.2252 s, 12.6 MB/s
Haldi@NAS:~$ sudo dd bs=1M count=256 if=/dev/zero of=/volume3/SSD/testx conv=fdatasync
256+0 records in
256+0 records out
268435456 bytes (268 MB, 256 MiB) copied, 18.3177 s, 14.7 MB/s
Haldi@NAS:~$

Edited by haldi
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...