f*******8 发帖数: 3612 | 1 又要走捷径了,有点不好意思,:)
请问怎样测试collision, 现在看到公司几个router, switch是用
一个hub连起来的,所有端口都变成了half duplex,
我说collision肯定降低网络性能,别人说你怎么证明。
查了一下,有测网络速度的软件一大堆,
但是怎么能直观显示collision呢? | a**********k 发帖数: 1953 | 2 Switch/Router ports can be in half duplex while
hub ports can be in full duplex.
You may check L1 collision via ethernet port MIB stats.
【在 f*******8 的大作中提到】 : 又要走捷径了,有点不好意思,:) : 请问怎样测试collision, 现在看到公司几个router, switch是用 : 一个hub连起来的,所有端口都变成了half duplex, : 我说collision肯定降低网络性能,别人说你怎么证明。 : 查了一下,有测网络速度的软件一大堆, : 但是怎么能直观显示collision呢?
| f*******8 发帖数: 3612 | 3 多谢回答,我天天问,对本版没什么贡献,有点不好意思。
各位老兄多包涵。:)
两个问题。
1. 我刚意识到,其实router/switch 端口都有5分钟collision记录。
然后查了一下,确实!那个端口collision不少。这就是基础补习了,呵呵。
不过按百分比看,也没十分大。
也许我可以制造一些流量,看看collision的情况。
5 minute input rate 1468000 bits/sec, 256 packets/sec
5 minute output rate 34000 bits/sec, 14 packets/sec
3990623275 packets input, 4117882465 bytes, 0 no buffer
Received 1458967 broadcasts (0 multicast)
0 runts, 0 giants, 0 throttles
2 input errors, 1 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 27064 multicast, 0 pause input
0 input packets with dribble condition detected
361862584 packets output, 4016329053 bytes, 0 underruns
0 output errors, 1603553 collisions, 1 interface resets
^^^^^^^^^^^^^^^^^^^^
0 babbles, 1 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 PAUSE output
0 output buffer failures, 0 output buffers swapped out | L******t 发帖数: 1985 | 4 Throughput testing. Say, two two-way traffic between two different pairs of
hosts.
Remove the hub, switch back to full duplex, you should see much better
throughput.
【在 f*******8 的大作中提到】 : 又要走捷径了,有点不好意思,:) : 请问怎样测试collision, 现在看到公司几个router, switch是用 : 一个hub连起来的,所有端口都变成了half duplex, : 我说collision肯定降低网络性能,别人说你怎么证明。 : 查了一下,有测网络速度的软件一大堆, : 但是怎么能直观显示collision呢?
| a**********k 发帖数: 1953 | 5 I believe this refers to a PHY reset which corresponds to
a port down event and a port up event. one reset is normal,
it could be just result of auto-negotiation or administrative
port disable and enable commands. Excessive interface resets
could be result of port flapping.
【在 f*******8 的大作中提到】 : 多谢回答,我天天问,对本版没什么贡献,有点不好意思。 : 各位老兄多包涵。:) : 两个问题。 : 1. 我刚意识到,其实router/switch 端口都有5分钟collision记录。 : 然后查了一下,确实!那个端口collision不少。这就是基础补习了,呵呵。 : 不过按百分比看,也没十分大。 : 也许我可以制造一些流量,看看collision的情况。 : 5 minute input rate 1468000 bits/sec, 256 packets/sec : 5 minute output rate 34000 bits/sec, 14 packets/sec : 3990623275 packets input, 4117882465 bytes, 0 no buffer
| f*******8 发帖数: 3612 | 6
of
我不是每天都能re,但是这个问题显然想弄清楚,
过一段可能有时间去设计一个完备的测试实验。包括各种流量,和访问模式下的
collision,
以及有hub和把它换成switch的情况。
先说现在想到的。
关键有些人认为,我们的网速本来就慢,出口到internet,也就几兆的速度,
我网络里面有点小缺陷,真的有什么重要的么?
附一示意图,其中左边是3560 后连接server,右边是3560后链接ip phone 和PC,
上面是Internet出口。中间就是那个3COM HUB.
应用条件是:
1. 网络出口是比如2MB带宽。both up and DL.
2. 网络用于公司正常的上网还用于外部客户访问本地的web.
3. 还用于从远程服务器backup 数据库回来。
4. 公司内部的PC要remote desktop到server.
这种情况下,有人的看法是,因为出口只有几兆的带宽,所以hub引起的
collision就可以忽略了。
是这样的么?谁能在实验前,单凭直观道理定性说说。
如果同时又内->外,外->内,左->右访问,网络会否中断?
【在 L******t 的大作中提到】 : Throughput testing. Say, two two-way traffic between two different pairs of : hosts. : Remove the hub, switch back to full duplex, you should see much better : throughput.
| L******t 发帖数: 1985 | 7 If there are only 3 connections on the hub, the collision still matters, but
not that much.
But still hub is not recommended, for its half duplex nature. You can lose
up to 50% of throughput than a switch in place.
【在 f*******8 的大作中提到】 : : of : 我不是每天都能re,但是这个问题显然想弄清楚, : 过一段可能有时间去设计一个完备的测试实验。包括各种流量,和访问模式下的 : collision, : 以及有hub和把它换成switch的情况。 : 先说现在想到的。 : 关键有些人认为,我们的网速本来就慢,出口到internet,也就几兆的速度, : 我网络里面有点小缺陷,真的有什么重要的么? : 附一示意图,其中左边是3560 后连接server,右边是3560后链接ip phone 和PC,
|
|