Netzwerk Speed Test

seim

seim

seim oder nicht seim?
Ich hab' ja schon lange nach sowas gesucht und hier etwas (steinaltes) gefunden:

netio

In dem Paket sind nur Binaries für Linux und Windows und noch 2 andere Systeme die ich noch nie zuvor gesehen habe. Für Mac muss man das noch eben selbst kompilieren, aber das geht recht einfach. Muss allerdings Xcode installiert sein:
Code:
cd /da/wo/du/hast/extrahiert
make macosx

Help:
Code:
[mirko] ~ $ netio

NETIO - Network Throughput Benchmark, Version 1.23
(C) 1997-2003 Kai Uwe Rommel

Usage: netio [options] [<server>]

  -s            run server side of benchmark (otherwise run client)
  -b <size>[k]  use this block size (otherwise run with 1,2,4,8,16 and 32k)

  -t            use TCP protocol for benchmark
  -u            use UDP protocol for benchmark
  -h <addr>     bind TCP and UDP servers to this local host address/name only
                (default is to bind to all local addresses)
  -p <port>     bind TCP and UDP servers to this port (default is 18767)

  -n            use NetBIOS protocol for benchmark
  -m <name>     use this as the local NetBIOS name (defaults are NETIOSRV
                for the server and NETIOCLT for the client)
  -a <adapter>  use this NetBIOS adapter (default is 0)

  <server>      If TCP or UDP is used for the client, a server name or address
                is required. For NetBIOS, this is optional, for the case that
                the server uses a different NetBIOS name than NETIOSRV.
      
 The server side can run either NetBIOS (-n), TCP (-t) or UDP (-u) protocol
 or all three (default, if neither -t, -u or -n are specified). The client
 runs one of these protocols only (-t, -u or -n must be specified).
      
 The -m and -a options apply to both client and server sides.

Messung durchführen:
Serverseite:
Code:
[mirko] ~ $ netio -s

NETIO - Network Throughput Benchmark, Version 1.23
(C) 1997-2003 Kai Uwe Rommel

TCP server listening.
UDP server listening.

Clientseite:
Code:
[sun] ~ $ netio -t netio-server.example.net

NETIO - Network Throughput Benchmark, Version 1.23
(C) 1997-2003 Kai Uwe Rommel

TCP connection established.
Packet size  1k bytes:  11542 KByte/s Tx,  7912 KByte/s Rx.
Packet size  2k bytes:  11499 KByte/s Tx,  7179 KByte/s Rx.
Packet size  4k bytes:  11302 KByte/s Tx,  7972 KByte/s Rx.
Packet size  8k bytes:  11482 KByte/s Tx,  7984 KByte/s Rx.
Packet size 16k bytes:  11077 KByte/s Tx,  7985 KByte/s Rx.
Packet size 32k bytes:  11519 KByte/s Tx,  7972 KByte/s Rx.
Done.

---

So das ist meine Nachricht an die Welt - viel Spaß damit
 

Anhänge

  • netio126.zip
    137,1 KB · Aufrufe: 7
Zuletzt bearbeitet:
Die anderen Beiden sind OS2 und Solaris9.
 
Zuletzt bearbeitet:

Ähnliche Themen

Nginx als Reverse Proxy für Nextcloud und Emby

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

Samba-Server mit Univention Corporate Server

Debian Routing Problem

X startet nichtmehr

Zurück
Oben