ubuntuusers.de

🚧 Am Sonntag, 5. Mai, werden ab 16 Uhr die Server aktualisiert und eine neue Inyoka-Version veröffentlicht. Das Portal wird mehrmals nicht verfügbar sein.

eth0-ethtool

Autor:
eckifolkey
Datum:
2. Oktober 2011 13:04
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
ecki@Desktop-PC-VE:~$ sudo ifconfig eth0 up
[sudo] password for ecki: 
ecki@Desktop-PC-VE:~$ ifconfig eth0
eth0      Link encap:Ethernet  Hardware Adresse 44:87:fc:e7:bd:70  
          inet Adresse:192.168.178.22  Bcast:192.168.178.255  Maske:255.255.255.0
          inet6-Adresse: fe80::4687:fcff:fee7:bd70/64 Gültigkeitsbereich:Verbindung
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metrik:1
          RX packets:463 errors:0 dropped:0 overruns:0 frame:0
          TX packets:479 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000 
          RX bytes:417540 (417.5 KB)  TX bytes:59425 (59.4 KB)
          Interrupt:23 

ecki@Desktop-PC-VE:~$ sudo ethtool eth0
Settings for eth0:
	Supported ports: [ MII ]
	Supported link modes:   10baseT/Half 10baseT/Full 
	                        100baseT/Half 100baseT/Full 
	Supports auto-negotiation: Yes
	Advertised link modes:  10baseT/Half 10baseT/Full 
	                        100baseT/Half 100baseT/Full 
	Advertised pause frame use: No
	Advertised auto-negotiation: Yes
	Speed: 100Mb/s
	Duplex: Full
	Port: MII
	PHYAD: 1
	Transceiver: external
	Auto-negotiation: on
	Supports Wake-on: g
	Wake-on: d
	Link detected: yes
ecki@Desktop-PC-VE:~$ sudo ethtool -S eth0
NIC statistics:
     tx_bytes: 59885
     tx_zero_rexmt: 486
     tx_one_rexmt: 0
     tx_many_rexmt: 0
     tx_late_collision: 0
     tx_fifo_errors: 0
     tx_carrier_errors: 0
     tx_excess_deferral: 0
     tx_retry_error: 0
     rx_frame_error: 0
     rx_extra_byte: 0
     rx_late_collision: 0
     rx_runt: 0
     rx_frame_too_long: 0
     rx_over_errors: 0
     rx_crc_errors: 0
     rx_frame_align_error: 0
     rx_length_error: 0
     rx_unicast: 463
     rx_multicast: 5
     rx_broadcast: 1
     rx_packets: 469
     rx_errors_total: 0
     tx_errors_total: 0
     tx_deferral: 0
     tx_packets: 486
     rx_bytes: 419824
     tx_pause: 0
     rx_pause: 0
     rx_drop_frame: 0
ecki@Desktop-PC-VE:~$