- 论坛徽章:
- 0
|
[root@www ~]# ifconfig | more
eth0 Link encap:Ethernet HWaddr 00:02:E3:37:97:4F
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::202:e3ff:fe37:974f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:144851014 errors:0 dropped:85 overruns:0 frame:0
TX packets:172392033 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1510937036 (1.4 GiB) TX bytes:2502671727 (2.3 GiB)
Interrupt:177
eth1 Link encap:Ethernet HWaddr 00:02:E3:37:97:23
inet addr:192.168.8.11 Bcast:192.168.8.255 Mask:255.255.255.0
inet6 addr: fe80::202:e3ff:fe37:9723/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:21412668 errors:0 dropped:0 overruns:0 frame:0
TX packets:19137965 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3523882289 (3.2 GiB) TX bytes:3408786185 (3.1 GiB)
Interrupt:185
eth2 Link encap:Ethernet HWaddr 00:02:E3:37:95:06
inet addr:221.11.92.54 Bcast:221.11.92.63 Mask:255.255.255.224
inet6 addr: fe80::202:e3ff:fe37:9506/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:152801618 errors:1082 dropped:0 overruns:0 frame:11114
TX packets:125157756 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3451083841 (3.2 GiB) TX bytes:2329016365 (2.1 GiB)
Interrupt:193
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:71 errors:0 dropped:0 overruns:0 frame:0
TX packets:71 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:9545 (9.3 KiB) TX bytes:9545 (9.3 KiB)
[root@www ~]# tc -v
Option "-v" is unknown, try "tc -help".
[root@www ~]# rpm -qa *tc*
patch-2.5.4-29.2.2
distcache-1.4.5-14.1
tcp_wrappers-7.6-40.4.el5
tcl-8.4.13-3.fc6
fontconfig-2.4.1-6.el5
tcsh-6.14-12.el5
tmpwatch-2.9.7-1.1.el5.1
logwatch-7.3-5
libXfontcache-1.0.2-3.1
fetchmail-6.3.6-1.1.el5
tcpdump-3.9.4-11.el5
[root@www ~]#
[root@www ~]# cat /proc/version
Linux version 2.6.18-53.el5 (mockbuild@builder6.centos.org) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)) #1 SMP Mon Nov 12 02:22:48 EST 2007
[root@www ~]# |
|