Networks SSH Speed test?

Discussion in 'Hardware' started by CaseyBlackburn, 1 Apr 2007.

  1. CaseyBlackburn

    CaseyBlackburn Network Techie

    Joined:
    27 Jul 2004
    Posts:
    1,846
    Likes Received:
    0
    I have shell access to a VPS and I wanna know what my upload speed is. Do you know of any way to have this be done?
     
  2. Glider

    Glider /dev/null

    Joined:
    2 Aug 2005
    Posts:
    4,173
    Likes Received:
    21
    Use SCP to transfer a large file (100MB or something). That will show you the speed through the SSH server.
     
  3. CaseyBlackburn

    CaseyBlackburn Network Techie

    Joined:
    27 Jul 2004
    Posts:
    1,846
    Likes Received:
    0
    I knew I could always do that, but the thing is, I have a pretty poor connection speed at home (512kbps down) and I know it has an upload faster than that, but I do not know, cause it always maxes out my connection.
     
  4. Glider

    Glider /dev/null

    Joined:
    2 Aug 2005
    Posts:
    4,173
    Likes Received:
    21
    I have access to a 8MBit Up & down connection, I can test yours if you want, PM me
     
  5. CaseyBlackburn

    CaseyBlackburn Network Techie

    Joined:
    27 Jul 2004
    Posts:
    1,846
    Likes Received:
    0
    Check your PM's, thanks.
     
  6. Glider

    Glider /dev/null

    Joined:
    2 Aug 2005
    Posts:
    4,173
    Likes Received:
    21
    YGPM
     
  7. CaseyBlackburn

    CaseyBlackburn Network Techie

    Joined:
    27 Jul 2004
    Posts:
    1,846
    Likes Received:
    0
    Thanks again man.
     
  8. Glider

    Glider /dev/null

    Joined:
    2 Aug 2005
    Posts:
    4,173
    Likes Received:
    21
    No problemo!
     
  9. mangledorf

    mangledorf What's a Dremel?

    Joined:
    19 Nov 2009
    Posts:
    1
    Likes Received:
    0
  10. Jasio

    Jasio Made in Canada

    Joined:
    27 Jun 2008
    Posts:
    810
    Likes Received:
    13
    Create a random garbage file on the server in question, then SCP the file to another host.

    /dev/zero (very fast)
    /dev/random
    /dev/urandom (chunks of size you can decide in /proc/sys/kernel/random/pool_size)

    time dd if=/dev/zero of=test.bin bs=1000000000 count=1

    And then just find another server -- maybe your webhost and upload it via FTP, etc.
     
Tags:

Share This Page