Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.02 KB

Dieses Repo soll eine Übersicht über die Tübinger Installationen geben. Wichtig ist vor allem, dass Konfiguration und Stand einsehbar sind, ohne dass persönliche oder sicherheitstechnisch relevante Daten sichtbar sind. Deswegen bitte keine Namen, Mailadressen oder private SSH-Keys hinterlegen.

Installationen

Anleitung um den Durchsatz zu messen

Clientseite:

cat /dev/zero | pv | nc serverIP port > /dev/null

Serverseite:

cat /dev/zero | pv | nc -l -p port > /dev/null