Hi,
Thanks for the reply, how do I get root access to do this?
Would you mind to give some more in detail instruction to test the disk/subsystem with pv?
The read speed is always fine, the bottleneck is this writing it seems.
The CPU load tops to 100% even if i do a remote replication to copy files internal from 1 folder to another.
The problem is the writing to disk, no matter if it is NFS, FTP or internal copy...

Ok, here some info, I really hope some wizzkids can help me with this problem.
http://wiki.qnap.com/wiki/How_to_identi ... ance_issue[~] # hdparm -tT /dev/sda
/dev/sda:
Timing cached reads: 576 MB in 2.01 seconds = 287.13 MB/sec
Timing buffered disk reads: 216 MB in 3.03 seconds = 71.40 MB/sec
[~] # hdparm -tT /dev/sdb
/dev/sdb:
Timing cached reads: 568 MB in 2.00 seconds = 283.93 MB/sec
Timing buffered disk reads: 234 MB in 3.01 seconds = 77.75 MB/sec
[~] # hdparm -tT /dev/sdc
/dev/sdc:
Timing cached reads: 564 MB in 2.00 seconds = 281.59 MB/sec
Timing buffered disk reads: 232 MB in 3.01 seconds = 76.98 MB/sec
[~] # hdparm -tT /dev/sdd
/dev/sdd:
Timing cached reads: 576 MB in 2.01 seconds = 286.22 MB/sec
Timing buffered disk reads: 234 MB in 3.01 seconds = 77.79 MB/sec
[~] #
[~] # ethtool eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbag
Wake-on: d
Link detected: yes
[~] # ethtool eth1
Settings for eth1:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 8
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbag
Wake-on: d
Link detected: yes
[~] #
ifconfig
bond0 Link encap:Ethernet HWaddr 00:08:99:66:55
inet addr:192.168.181.14 Bcast:192.168.181.255 Mask:255.255.255.0
UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
RX packets:619495188 errors:851 dropped:0 overruns:0 frame:0
TX packets:315981918 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3190527211 (2.9 GiB) TX bytes:3027777531 (2.8 GiB)
eth0 Link encap:Ethernet HWaddr 00:08:9B:99:66:67
UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
RX packets:508906458 errors:386 dropped:0 overruns:0 frame:0
TX packets:290149842 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:532
RX bytes:1714316301 (1.5 GiB) TX bytes:2994367799 (2.7 GiB)
Interrupt:15
eth1 Link encap:Ethernet HWaddr 00:08:9B:99:66:78
UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
RX packets:110588730 errors:465 dropped:0 overruns:0 frame:0
TX packets:25832076 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:532
RX bytes:1476210910 (1.3 GiB) TX bytes:33409732 (31.8 MiB)
Interrupt:11
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:14371290 errors:0 dropped:0 overruns:0 frame:0
TX packets:14371290 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:342504447 (326.6 MiB) TX bytes:342504447 (326.6 MiB)
So, it seems some errors on my LAN.
Reading of disk seems ok, but the problem is the writing speed.
The charts showing writing speed of 22.6MB are based on a ext4 system:
http://wiki.qnap.com/wiki/NFS_Performance_ReportMy system is however formatted with the ext2 system.
# cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount pt> <type> <options> <dump> <pass>
/dev/ram / ext2 defaults 1 1
proc /proc proc defaults 0 0
none /dev/pts devpts gid=5,mode=620 0 0
Anyone else some suggestions?