This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Network speeds ???

Hi, Siddus here ..
This time I am wondering how I set/check the speed on my nic's ..
I have the feeling that my internal network is working a little slower than the 100mb-speed it should work at !!!

siddus The [:S]e


This thread was automatically locked due to age.
Parents
  • If it's only a little slower, it's probably not a big deal. One can spend a lot of time trying to get only a slight increase in performance.

    That said.. 

    The performance graphs in ASL can give you information about traffic throughput at the firewall.

     http://www.sisoftware.net/
    The Sandra benchmark suite includes network benchmarks.

    ttcp is often available on *nix systems. Here's a Java version just in case: http://www.netcordia.com/tools/tools/TTCP/ttcp.html
    It's also available in Cygwin if you are running Windows. http://sourceware.org/cygwin/

    Also, broadband reports http://www.broadbandreports.com/
    Has a number of things under their "Tests + Tools" that may be of use.
  • I was just looking for a way to check at what speed my nic's are working at !!
    And, possible, adjust the speed to 100mb ...

    Siddus The [:S]e
  • Siddus,

    ssh into the box and login as root. Check if either mii-tool or mii-diag is availabe and is working with your adaptors.

    > mii-diag ethX 

    or

    > mii-tool ethX

    gives back runtime parameters of your interfaces (if supported), where X stands for the adaptor number.

    If the config isn't what you have expected you can use mii-diag (tool) to reconfigure  the interface. Just enter mii-diag (or tool) without any options it will return available config options.

    Greetings
    cyclops
Reply
  • Siddus,

    ssh into the box and login as root. Check if either mii-tool or mii-diag is availabe and is working with your adaptors.

    > mii-diag ethX 

    or

    > mii-tool ethX

    gives back runtime parameters of your interfaces (if supported), where X stands for the adaptor number.

    If the config isn't what you have expected you can use mii-diag (tool) to reconfigure  the interface. Just enter mii-diag (or tool) without any options it will return available config options.

    Greetings
    cyclops
Children