# eins **Repository Path**: mirrors_hynek/eins ## Basic Information - **Project Name**: eins - **Description**: An ancient network benchmarking tool - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # eins: A tool for measuring network bandwidths and latencies. This is a handy tool I wrote back in 2006 as part of my diploma thesis at the [University of Potsdam](http://www.cs.uni-potsdam.de) for measuring bandwidths and latencies on various types of networks. It’s intended to be easily extendable with new types. Currently, following types are supported: - BMI (network abstraction layer of [PVFS](http://www.pvfs.org)) - NEON (internal project at UP) - [SCTP](http://en.wikipedia.org/wiki/Stream_Control_Transmission_Protocol) - TCP - TCP, just connecting - UDP - malloc() + memcpy() + free() The name is a backronym for “eins is not sockping” which was the predecessor by [Lars Schneidenbach](http://www.larsschneidenbach.de) that it is based on. As of writing this, it has been *six years* since I did anything with it thus I have no idea if it still works at all. As a true programmer prima donna I don’t dare to look inside since it might hurt my vain feelings. Therefore use it on your own discretion. I’m just putting it on GitHub so it doesn’t get lost, pull requests are welcome though. For CLI arguments, just run `eins` without any of them or refer to the `man` page. License is [MIT](http://choosealicense.com/licenses/mit/).