2012/07/22

ファイルサーバーの速度測定

Sambaのファイルサーバーの転送速度が気になる.

サーバーのPCもかなり古い奴だし(もらいものだけど),ついでにそいつのEthernetの速度も確認したい.

まず,Ethernetの確認.

コマンドでどうやってすればいいのかと思い,ググると

ここより,http://www.atmarkit.co.jp/flinux/rensai/linuxtips/610netchk.html
http://www.express.nec.co.jp/linux/distributions/knowledge/network/ethtool.html
https://forums.ubuntulinux.jp/viewtopic.php?id=11451

ethtoolというコマンドがあるらしい.
じゃインストール.
$ sudo apt-get install ethtool
$ sudo ethtool eth0
管理者権限でしないと一部がならない
やった結果が,

Settings for eth0:
        Supported ports: [ TP ]
        Supported link modes:   10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Half 1000baseT/Full
        Supported pause frame use: No
        Supports auto-negotiation: Yes
        Advertised link modes:  10baseT/Half 10baseT/Full
                                100baseT/Half 100baseT/Full
                                1000baseT/Half 1000baseT/Full
        Advertised pause frame use: No
        Advertised auto-negotiation: Yes
        Speed: 100Mb/s        Duplex: Full
        Port: Twisted Pair
        PHYAD: 0
        Transceiver: internal
        Auto-negotiation: on
        MDI-X: Unknown
        Supports Wake-on: pg
        Wake-on: d
        Current message level: 0x000000ff (255)
                               drv probe link timer ifdown ifup rx_err tx_err
        Link detected: yes

おー 100Mb/sかぁ
でも,1000Mb/sっても書いてある.

速度を変えれるらしいので.
$ sudo ethtool -s eth0 speed 1000
とすると,

Cannot advertise speed 1000
Cannot set new settings: Invalid argument
  not setting speed
んー できないっぽい.


じゃ次は,サーバーへの全体的な転送速度.
なんか簡単な解凍するだけでいいやつないかなと思っていろいろみていると
http://yamakan3.exblog.jp/13942894/

「転送速度測定」っていうソフトがあるらしい.
ここからダウンロードね
http://www.vector.co.jp/soft/win95/net/se392905.html

readme.txtにしたがって,10MBくらいのを2個,50MBくらいのを1個試してみると,

だいたい90Mb/s超えるくらい.

確かに100Mb/sだね.

本当は1GBくらいあると嬉しいけどそれにはルータとかサーバとか買いなおさないといけないな

今はこれでいいや.










0 件のコメント:

コメントを投稿