shekyan/slowhttptest

Doesn't work

Janevski opened this issue · 5 comments

apt-get install slowhttptest -y

While trying the copy pasted examples from the readme:
Option - requires an argument.
Try 'slowhttptest -h' for more information

It never works. It doesn't care that everything is in accordance with the manual.

what is your linux?
Something simple like slowhttptest -u http://whatever works?

# apt-get install slowhttptest -y
# slowhttptest -u http://km.mk
Option - requires an argument.
Try 'slowhttptest -h' for more information
# uname -a
Linux x 4.1.6-249 #1 SMP Mon Aug 31 12:34:47 UTC 2015 armv7l GNU/Linux
# lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux 8.2 (jessie)
Release:	8.2
Codename:	jessie

Package: slowhttptest_1.6-1_armhf.deb

I have no control on how people distribute it over apt-get. Somewhere it is using wrong getopt

Seems to work on amd64 debian-8.8.0. Something is wrong on the arm systems.

I'll compile it and see what happens.