$ uname -a
Linux Sophia 3.2.0-4-amd64 #1 SMP Debian 3.2.57-3+deb7u2 x86_64 GNU/Linux
$ cat /proc/cpuinfo | grep "name"
model name : AMD Phenom(tm) II X4 960T Processor
model name : AMD Phenom(tm) II X4 960T Processor
model name : AMD Phenom(tm) II X4 960T Processor
model name : AMD Phenom(tm) II X4 960T Processor
$ free -m
total used free shared buffers cached
Mem: 3962 499 3463 0 116 219
-/+ buffers/cache: 164 3798
Swap: 3839 0 3839
$ sudo ifconfig
br0 Link encap:Ethernet HWaddr 00:15:17:e4:02:82
inet addr:10.10.10.254 Bcast:10.10.10.255 Mask:255.255.255.0
inet6 addr: fe80::215:17ff:fee4:282/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3974902 errors:0 dropped:0 overruns:0 frame:0
TX packets:4716085 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1252298448 (1.1 GiB) TX bytes:4637981831 (4.3 GiB)
eth0 Link encap:Ethernet HWaddr xx:xx:xx:0b:e2:9f
inet addr:xxx.xxx.xxx.xxx Bcast:255.255.255.255 Mask:255.255.252.0
inet6 addr: xxxx:xxx:xxxx:xx:9923:1bbf:bdd0:a3c6/64 Scope:Global
inet6 addr: fe80::4261:86ff:fe0b:e29f/64 Scope:Link
inet6 addr: xxxx:xxx:xxxx:xx:42e:7344:6ff1:a2f6/64 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8385049 errors:0 dropped:0 overruns:0 frame:0
TX packets:4026395 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4920614892 (4.5 GiB) TX bytes:1310501244 (1.2 GiB)
Interrupt:46 Base address:0x6000
eth1 Link encap:Ethernet HWaddr xx:xx:xx:0b:e2:9e
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:47 Base address:0xa000
eth2 Link encap:Ethernet HWaddr xx:xx:xx:e4:02:82
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:22717 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:3265876 (3.1 MiB)
Interrupt:19 Memory:fe8e0000-fe900000
eth3 Link encap:Ethernet HWaddr xx:xx:xx:e4:02:83
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3991998 errors:0 dropped:0 overruns:0 frame:0
TX packets:4716086 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1338897757 (1.2 GiB) TX bytes:4662465164 (4.3 GiB)
Interrupt:16 Memory:fe880000-fe8a0000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:709 errors:0 dropped:0 overruns:0 frame:0
TX packets:709 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:46731 (45.6 KiB) TX bytes:46731 (45.6 KiB)
$ lspci | grep "Ethernet"
02:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
02:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)