Pagina 1 di 1

TS 412 e velocità di trasferimento

Inviato: 24 nov 2016, 07:05
da spessotto
Ciao,
ho riesumato un qnap TS 412 comprato qualche anno fa e praticamente mai usato e ora lo vorrei riportare in vita per tenerci i backup.
Ho impostato raid 5 con 4 dischi seagate 2Tb e il transfer rate tra Macmini e NAS è 11-12Mb/s... Dal NAS la RAM è al 75% e il processore è al 90-100%...è normale?
Tutto cablato con CAT 5e, router Gigabit.
Non cambia nulla se al posto del mac mini uso il Macbook pro retina con adattatore di rete USB3-Gigabit LAN.
Possibile che più' di 11Mb/s non faccia?
Qualche suggerimento?
Grazie, MAX

Re: TS 412 e velocità di trasferimento

Inviato: 25 nov 2016, 14:19
da stefano.pederzani
Problema
La connessione è a 100Mbps, tipico transfer rate 11-12 MBps

Diagnosi
Collegati in SSH al Qnap e fai questo comando:

Codice: Seleziona tutto

# ifconfig
Per vedere il nome della scheda di rete. Poniamo che sia "eth0"

Codice: Seleziona tutto

# ethtool eth0
Ti dice la velocità possibile ed effettiva della scheda di rete.

Soluzione
Dipende dalla diagnosi.

Re: TS 412 e velocità di trasferimento

Inviato: 25 nov 2016, 15:50
da spessotto
Grazie!

Non sono gran che esperto ma questo è il risultato:

bond0 Link encap:Ethernet HWaddr 00:08:9B:C8:67:93
inet addr:192.168.178.19 Bcast:192.168.178.255 Mask:255.255.255.0
UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
RX packets:1484332 errors:0 dropped:3191 overruns:0 frame:0
TX packets:1815608 errors:0 dropped:24 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1941854675 (1.8 GiB) TX bytes:1955825289 (1.8 GiB)

eth0 Link encap:Ethernet HWaddr 00:08:9B:C8:67:94
UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
RX packets:3219 errors:0 dropped:3189 overruns:0 frame:0
TX packets:1788156 errors:0 dropped:24 overruns:0 carrier:0
collisions:0 txqueuelen:532
RX bytes:451577 (440.9 KiB) TX bytes:1954169367 (1.8 GiB)
Interrupt:15

eth1 Link encap:Ethernet HWaddr 00:08:9B:C8:67:93
UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
RX packets:1481113 errors:0 dropped:0 overruns:0 frame:0
TX packets:27452 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:532
RX bytes:1941403098 (1.8 GiB) TX bytes:1655922 (1.5 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:3464 errors:0 dropped:0 overruns:0 frame:0
TX packets:3464 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:305550 (298.3 KiB) TX bytes:305550 (298.3 KiB)

Re: TS 412 e velocità di trasferimento

Inviato: 25 nov 2016, 17:33
da stefano.pederzani
OK, quindi hai un bonding tra eth0 ed eth1. Significa che le due schede di rete lavorano insieme.
Questo era solo per sapere il nome delle schede.
Ora veniamo al succo: ethtool:

Codice: Seleziona tutto

# ethtool bond0

Codice: Seleziona tutto

# ethtool eth0

Codice: Seleziona tutto

# ethtool eth1
E' lì che vedi la velocità: possibile ed effettiva.

Re: TS 412 e velocità di trasferimento

Inviato: 25 nov 2016, 18:18
da spessotto
per quanto capisco io sembrano andare a gigabit:


Settings for bond0:
Link detected: yes
[~] # ethtool eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbag
Wake-on: g
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
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 8
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbag
Wake-on: g
Link detected: yes

Re: TS 412 e velocità di trasferimento

Inviato: 28 nov 2016, 10:26
da stefano.pederzani
Qui il Qnap va a 1000Mbps.
Non è lui il problema.
Il client che va a scrivere sul Qnap? Che connessione ha?