[root@c2 test]# /usr/sbin/dmidecode | grep Product
Product Name: PowerEdge R410
Product Name: 0WWR83
[root@c2 test]# cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c
4 Intel(R) Xeon(R) CPU E5606 @ 2.13GHz
[root@c2 test]# cat /proc/cpuinfo | grep physical | uniq -c
1 physical id : 1
1 address sizes : 40 bits physical, 48 bits virtual
1 physical id : 1
1 address sizes : 40 bits physical, 48 bits virtual
1 physical id : 1
1 address sizes : 40 bits physical, 48 bits virtual
1 physical id : 1
1 address sizes : 40 bits physical, 48 bits virtual
[root@c2 test]# cat /proc/meminfo
MemTotal: 16425980 kB
MemFree: 5948304 kB
Buffers: 375996 kB
Cached: 8652920 kB
SwapCached: 0 kB
Active: 2617884 kB
Inactive: 7253128 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 16425980 kB
LowFree: 5948304 kB
SwapTotal: 18481144 kB
SwapFree: 18480992 kB
Dirty: 280 kB
Writeback: 0 kB
AnonPages: 842056 kB
Mapped: 28380 kB
Slab: 465900 kB
PageTables: 91252 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 26694132 kB
Committed_AS: 3517288 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 272812 kB
VmallocChunk: 34359464239 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
Hugepagesize: 2048 kB
[root@c2 test]# dmesg | grep -i eth
bnx2: Broadcom NetXtreme II Gigabit Ethernet Driver bnx2 v2.0.21 (Dec 23, 2010)
eth0: Broadcom NetXtreme II BCM5716 1000Base-T (C0) PCI Express found at mem da000000, IRQ 82, node addr 782bcb5b1ce5
eth1: Broadcom NetXtreme II BCM5716 1000Base-T (C0) PCI Express found at mem dc000000, IRQ 90, node addr 782bcb5b1ce6
ACPI Error (psparse-0537): Method parse/execution failed [_SB_.PMI0._GHL] (Node ffff81010eb5a470), AE_SUPPORT
ACPI Error (psparse-0537): Method parse/execution failed [_SB_.PMI0._PMC] (Node ffff81010eb5a4f0), AE_SUPPORT
bnx2 0000:01:00.0: eth0: Added CNIC device
bnx2 0000:01:00.1: eth1: Added CNIC device
bnx2 0000:01:00.0: eth0: using MSIX
bnx2i: dev eth0 does not support iSCSI
bnx2 0000:01:00.0: eth0: Failed waiting for ULP up call to complete
bnx2 0000:01:00.0: eth0: NIC Copper Link is Up, 1000 Mbps full duplex
1
benjiam 2015-02-09 16:59:59 +08:00
PowerEdge 2950
我做过120万单机连接。 |
2
julyclyde 2015-02-12 22:52:09 +08:00
活的不如虚拟机
|