2010-05-01

Slitaz -- Gigabit Ethernet




Env: Gigabit Ethernet direct connection
server: pure-ftpd-1.0.27
client: gftp-2.0.19

54.60 Mbytes per second, 39.97 Mbytes per second

root@slitaz:~# tail ~/.gftp/gftp.log
PASV
227 Entering Passive Mode (192,168,1,37,170,149)
RETR /media/Audio1/slitaz/iso/packages-3.0.iso
150-Accepted data connection
150 1562624.0 kbytes to download
226-File successfully transferred
226 38.181 seconds (measured here), 39.97 Mbytes per second
Successfully transferred /media/Audio1/slitaz/iso/packages-3.0.iso at 40901.58 KB/s
Successfully changed mode of /media/video/packages-3.0.iso to 777
Successfully changed the time stamp of /media/video/packages-3.0.iso

root@slitaz:~# tail -94 ~/.gftp/gftp.log | head -8
RETR /media/Audio1/arm9/arm9home/arm-linux-gnueabi-4.2.4.tar.gz
150-Accepted data connection
150 70052.1 kbytes to download
226-File successfully transferred
226 1.253 seconds (measured here), 54.60 Mbytes per second
Successfully transferred /media/Audio1/arm9/arm9home/arm-linux-gnueabi-4.2.4.tar.gz at 55752.24 KB/s
Successfully changed mode of /root/arm-linux-gnueabi-4.2.4.tar.gz to 777
Successfully changed the time stamp of /root/arm-linux-gnueabi-4.2.4.tar.gz

root@slitaz:~# ifconfig eth0
eth0 Link encap:Ethernet HWaddr x:x:x:x:x:x
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:49906 errors:0 dropped:0 overruns:0 frame:0
TX packets:15625 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:75058857 (71.5 MiB) TX bytes:1174623 (1.1 MiB)
Interrupt:20 Base address:0xc000
root@slitaz:~# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use If
127.0.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 lo
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 et
root@slitaz:~# ssh root@192.168.1.37

Host '192.168.1.37' is not in the trusted hosts file.
(fingerprint md5 x:x:x:x:)
Do you want to continue connecting? (y/n) y

Secure login on SliTaz GNU/Linux powered by Dropbear SSH server.

root@192.168.1.37's password:


(°- { Documentation in /usr/share/doc. Use 'less -EM' to read files,
//\ become root with 'su' and edit using 'nano'.
v_/_ Type 'startx' to start a X window session. }

SliTaz GNU/Linux is distributed in the hope that it will be useful, but
with ABSOLUTELY NO WARRANTY.


root@slitaz-3:~# netstat -nlt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:6000 0.0.0.0:* LISTEN
tcp 0 0 192.168.1.37:43669 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
netstat: /proc/net/tcp6: No such file or directory
root@slitaz-3:~# ifconfig eth0
eth0 Link encap:Ethernet HWaddr x:x:x:x:x:x
inet addr:192.168.1.37 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5083790 errors:0 dropped:0 overruns:0 frame:0
TX packets:11132174 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:359400699 (342.7 MiB) TX bytes:4009240006 (3.7 GiB)
Interrupt:17

root@slitaz-3:~#
.