PCDVD數位科技討論區
PCDVD數位科技討論區   註冊 常見問題 標記討論區為已讀

回到   PCDVD數位科技討論區 > 電腦硬體討論群組 > 系統組件
帳戶
密碼
 

  回應
 
主題工具
kkiittbb
Amateur Member
 

加入日期: Mar 2006
文章: 46
那款還有加散熱片勒!
不知道可不可以超頻
用起來爽度應該是100%
但價格似乎太高了
     
      
舊 2006-10-11, 10:36 AM #11
回應時引用此文章
kkiittbb離線中  
lmh1977
*停權中*
 
lmh1977的大頭照
 

加入日期: Nov 2002
文章: 757
現在新的MB的LAN不是都跑PCI-E x1嗎?
 
舊 2006-10-11, 11:24 AM #12
回應時引用此文章
lmh1977離線中  
cmwang
Elite Member
 

加入日期: May 2002
您的住址: 板橋
文章: 5,112
引用:
作者lmh1977
現在新的MB的LAN不是都跑PCI-E x1嗎?


高價板(指NT$3-4000起跳者)有可能是外加PCI-E GbE或南橋內建MAC加外接PHY(尤其是N牌chipset者,不過以鵝個人觀點N牌南橋內建的MAC實在有點讓人搖頭),低價板(NT$3000以下)通常是南橋內建MAC加外接PHY或接在33MHz PCI32上 ....BTW,鵝來貼個linux下的測試結果好了,測試環境是以約2m的CAT5e直接對接,client是S754的Sempron2500+1GB DDR400+PCI-E 88E8053,server是AM2的Sempron3000+2GB DDRII667+MCP51內建的GbE(PHY也是Marvell的),沒開Jumbo Frame(因為linux不知為何沒辦法開off loading及Jumbo Frame等功能)....

只開一個connection,88E8053 default有開off loading時....

root@lab01:~# ethtool -k eth0
Offload parameters for eth0:
rx-checksumming: on
tx-checksumming: on
scatter-gather: on
tcp segmentation offload: on
root@lab01:~# time iperf -c 192.168.1.115
------------------------------------------------------------
Client connecting to 192.168.1.115, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[ 5] local 192.168.1.110 port 56285 connected with 192.168.1.115 port 5001
[ 5] 0.0-10.0 sec 1.09 GBytes 938 Mbits/sec

real 0m10.035s
user 0m0.064s
sys 0m2.008s

throughput約938Mbps,CPU loading約20%....

同上,關閉所有off loading....

root@lab01:~# ethtool -k eth0
Offload parameters for eth0:
rx-checksumming: off
tx-checksumming: off
scatter-gather: off
tcp segmentation offload: off
root@lab01:~# time iperf -c 192.168.1.115
------------------------------------------------------------
Client connecting to 192.168.1.115, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[ 5] local 192.168.1.110 port 56286 connected with 192.168.1.115 port 5001
[ 5] 0.0-10.0 sec 998 MBytes 837 Mbits/sec

real 0m10.020s
user 0m0.044s
sys 0m3.308s

throughput下降約10%,CPU loading由20%上升到33%(約60% )....

重新打開所有off loading,開10個connection....

root@lab01:~# ethtool -k eth0
Offload parameters for eth0:
rx-checksumming: on
tx-checksumming: on
scatter-gather: on
tcp segmentation offload: on
root@lab01:~# time iperf -c 192.168.1.115 -P10
------------------------------------------------------------
Client connecting to 192.168.1.115, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[ 5] local 192.168.1.110 port 36511 connected with 192.168.1.115 port 5001
[ 6] local 192.168.1.110 port 36512 connected with 192.168.1.115 port 5001
[ 7] local 192.168.1.110 port 36513 connected with 192.168.1.115 port 5001
[ 8] local 192.168.1.110 port 36514 connected with 192.168.1.115 port 5001
[ 9] local 192.168.1.110 port 36515 connected with 192.168.1.115 port 5001
[ 14] local 192.168.1.110 port 36520 connected with 192.168.1.115 port 5001
[ 10] local 192.168.1.110 port 36516 connected with 192.168.1.115 port 5001
[ 11] local 192.168.1.110 port 36517 connected with 192.168.1.115 port 5001
[ 12] local 192.168.1.110 port 36518 connected with 192.168.1.115 port 5001
[ 13] local 192.168.1.110 port 36519 connected with 192.168.1.115 port 5001
[ 5] 0.0-10.0 sec 113 MBytes 94.8 Mbits/sec
[ 6] 0.0-10.0 sec 113 MBytes 94.7 Mbits/sec
[ 7] 0.0-10.0 sec 113 MBytes 94.7 Mbits/sec
[ 9] 0.0-10.0 sec 112 MBytes 94.3 Mbits/sec
[ 10] 0.0-10.0 sec 112 MBytes 93.7 Mbits/sec
[ 8] 0.0-10.0 sec 113 MBytes 94.6 Mbits/sec
[ 14] 0.0-10.0 sec 112 MBytes 94.0 Mbits/sec
[ 11] 0.0-10.0 sec 112 MBytes 93.9 Mbits/sec
[ 13] 0.0-10.0 sec 112 MBytes 93.8 Mbits/sec
[ 12] 0.0-10.0 sec 112 MBytes 93.8 Mbits/sec
[SUM] 0.0-10.0 sec 1.10 GBytes 939 Mbits/sec

real 0m10.086s
user 0m0.080s
sys 0m2.044s

CPU loading及throughput都與開一個connection時約略相當....

同上,關閉所有off loading....

root@lab01:~# ethtool -k eth0
Offload parameters for eth0:
rx-checksumming: off
tx-checksumming: off
scatter-gather: off
tcp segmentation offload: off
root@lab01:~# time iperf -c 192.168.1.115 -P10
------------------------------------------------------------
Client connecting to 192.168.1.115, TCP port 5001
TCP window size: 16.0 KByte (default)
------------------------------------------------------------
[ 14] local 192.168.1.110 port 58168 connected with 192.168.1.115 port 5001
[ 5] local 192.168.1.110 port 58159 connected with 192.168.1.115 port 5001
[ 6] local 192.168.1.110 port 58160 connected with 192.168.1.115 port 5001
[ 7] local 192.168.1.110 port 58161 connected with 192.168.1.115 port 5001
[ 8] local 192.168.1.110 port 58162 connected with 192.168.1.115 port 5001
[ 9] local 192.168.1.110 port 58163 connected with 192.168.1.115 port 5001
[ 10] local 192.168.1.110 port 58164 connected with 192.168.1.115 port 5001
[ 11] local 192.168.1.110 port 58165 connected with 192.168.1.115 port 5001
[ 12] local 192.168.1.110 port 58166 connected with 192.168.1.115 port 5001
[ 13] local 192.168.1.110 port 58167 connected with 192.168.1.115 port 5001
[ 6] 0.0- 7.0 sec 71.8 MBytes 86.0 Mbits/sec
[ 9] 0.0- 7.0 sec 71.3 MBytes 85.4 Mbits/sec
[ 11] 0.0- 7.0 sec 69.8 MBytes 83.7 Mbits/sec
[ 12] 0.0- 7.0 sec 69.8 MBytes 83.6 Mbits/sec
[ 5] 0.0- 7.0 sec 71.5 MBytes 85.6 Mbits/sec
[ 7] 0.0- 7.0 sec 71.7 MBytes 85.8 Mbits/sec
[ 8] 0.0- 7.0 sec 70.2 MBytes 83.9 Mbits/sec
[ 10] 0.0- 7.0 sec 71.5 MBytes 85.5 Mbits/sec
[ 13] 0.0- 7.0 sec 71.1 MBytes 85.1 Mbits/sec
[ 14] 0.0-10.0 sec 372 MBytes 312 Mbits/sec
[SUM] 0.0-10.0 sec 1010 MBytes 847 Mbits/sec

real 0m13.027s
user 0m0.068s
sys 0m3.960s

throughput約略與只開一個connection關off loading時相當,CPU loading由33%上升至40%(約20%)....

總結看來還不錯---吃CPU沒想像中的兇就是了....
__________________
士大夫之無恥,是謂國恥....

此文章於 2006-10-11 01:27 PM 被 cmwang 編輯.
舊 2006-10-11, 01:23 PM #13
回應時引用此文章
cmwang現在在線上  
fsaa3dfx
Elite Member
 
fsaa3dfx的大頭照
 

加入日期: Apr 2004
文章: 14,365
引用:
作者lmh1977
現在新的MB的LAN不是都跑PCI-E x1嗎?


是的,是利用它的頻寬
舊 2006-10-11, 01:24 PM #14
回應時引用此文章
fsaa3dfx離線中  
fsaa3dfx
Elite Member
 
fsaa3dfx的大頭照
 

加入日期: Apr 2004
文章: 14,365
舊 2006-10-11, 02:15 PM #15
回應時引用此文章
fsaa3dfx離線中  
CrazyDark
Major Member
 

加入日期: Feb 2002
文章: 174
很好奇的問一下
現在有用GbE網卡的網友
大多是在那些環境下呢!?
公司!?宿舍!?還是家裡!?
舊 2006-10-11, 06:56 PM #16
回應時引用此文章
CrazyDark離線中  
cmwang
Elite Member
 

加入日期: May 2002
您的住址: 板橋
文章: 5,112
引用:
作者CrazyDark
很好奇的問一下
現在有用GbE網卡的網友
大多是在那些環境下呢!?
公司!?宿舍!?還是家裡!?


除了極少數有幸用100Base以上速率上Internet者以外,大部份人通常還是用在自file server(i.e.動物機 )上拉檔時提升爽度吧 ....不過鵝不玩動物機之類的遊戲,純粹是拿來當兜server farm用的樣板而已....
舊 2006-10-11, 11:50 PM #17
回應時引用此文章
cmwang現在在線上  
fsaa3dfx
Elite Member
 
fsaa3dfx的大頭照
 

加入日期: Apr 2004
文章: 14,365
引用:
作者CrazyDark
很好奇的問一下
現在有用GbE網卡的網友
大多是在那些環境下呢!?
公司!?宿舍!?還是家裡!?


因為主機板的PCI愈來愈少...

而PCI又要用其他重要的介面卡要使用時

所以有需要另外插網路卡的人可以尋求此方式,簡單的說就是物盡其用吧

PCI-Express 的產品還是太少
舊 2006-10-12, 12:42 AM #18
回應時引用此文章
fsaa3dfx離線中  


    回應


POPIN
主題工具

發表文章規則
不可以發起新主題
不可以回應主題
不可以上傳附加檔案
不可以編輯您的文章

vB 代碼打開
[IMG]代碼打開
HTML代碼關閉



所有的時間均為GMT +8。 現在的時間是07:22 AM.


vBulletin Version 3.0.1
powered_by_vbulletin 2025。