Speedtest thread?

Speedtest thread?

Using a virgin media internet deal that is no longer existent.

~$ speedtest-cli --simple | xclip
Ping: 31.135 ms
Download: 5.87 Mbit/s
Upload: 1.25 Mbit/s

...

...

#!/bin/sh

set -e

COUNT=10
DELAY=60
HELP=
OUTPUT=speedtest.csv

help () {
echo "$0 [options]"
echo " -h, --help Show this help"
echo " --count=COUNT Set count"
echo " --delay=DELAY Set delay between tests"
echo " --output=FILE Set output file"
}

parse () {
if [ $# -gt 0 ]
then
case "$1" in
-h | --help)
HELP=yes;;
--count=*)
COUNT="$(echo "$1" | sed -e 's/--count=//')";;
--delay=*)
DELAY="$(echo "$1" | sed -e 's/--delay=//')";;
--output=*)
OUTPUT="$(echo "$1" | sed -e 's/--output=//')";;
*)
echo "unknown options: $1" >&2
help >&2
false;;
esac
shift
parse "$@"
fi
}

loop () {
speedtest-cli --csv
if [ $1 -gt 1 ]
then
sleep $DELAY
loop $(($1 - 1))
fi
}

all () {
speedtest-cli --csv-header
loop $1
}

parse "$@"

if [ -n "$HELP" ]
then
help
else

all $COUNT >"$OUTPUT"

fi

It's that thread again...

...

...

Pretty good.

I wish I had gigabit fiber in my area.

I pay €22 for this.
What do I win?

No one believes you, might as well not post again.

I don't get it.

>5555

Nice.

its this thread again!

COLLEGE BROS POST UR COLLEGE INTERNETS
We have goggle fibre here so

why don't i see this newer interface?

Try beta.speedtest.net

We have access to fiber but I don't feel like letting people into my home rn desu

mmm. where do you live? seems like a pretty sweet deal.

INDIAN POO POSTER FUCK OFF WITH YOUR POOZEN THREADS

Home network via ethernet

and then neighbours WiFi from an old adapter getting 2 bars of signal (-65dbm)

mines 25mb/s download and like 300kb/s upload.

Why the fuck do isp's throttle upload speeds so much? Shouldn't it be the same amount of work both ways? Its fucking gay, I pay a fair bit for my internet, and can't stream or upload anything of half decent quality in a reasonable amount of time

Mine's been capped to 2500 kbps down lately...

...all for the low, low price of £20.31/month.

meh

to discourage torrenting and hosting a website with it.

...

I pay 30$/month for 2mbps
fuck the third world

...

>VPN

...

comfy

>Shouldn't it be the same amount of work both ways?

If it's fiber: yes.
If it's copper: also yes, but then it does mean compromising download speed.

I do agree upload speeds are usually way too slow.
Luckily fiber is usually symmetrical an 4G seems almost symmetrical - so the future looks better.

> actually working for my ISP company

My guess is your neighbor has slightly better wiring and the WiFi isn't a bottleneck at such slow speeds.

...

>tfw Middle East-tier Internet in Ohio

Makes sense since they're actually downstairs in the apartment below; less wiring to the ground.

Fiber is only symmetrical if the ISP wants it to be, in most cases they can get away with giving you shit upload speed. I know plenty of ISPs who give asymmetric fiber.

Like one that always wants to sell me their product offers 500 down 50 up.