[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Speedtest thread?

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 41
Thread images: 26

File: wow.png (20KB, 350x200px) Image search: [Google]
wow.png
20KB, 350x200px
Speedtest thread?
>>
File: As usual.jpg (15KB, 474x113px) Image search: [Google]
As usual.jpg
15KB, 474x113px
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
>>
File: Screenshot_2017-04-26_21-48-00.png (24KB, 281x71px) Image search: [Google]
Screenshot_2017-04-26_21-48-00.png
24KB, 281x71px
>>
>>
#!/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
>>
File: hell.png (79KB, 718x276px) Image search: [Google]
hell.png
79KB, 718x276px
It's that thread again...
>>
File: fugg.png (8KB, 509x95px) Image search: [Google]
fugg.png
8KB, 509x95px
>>
File: 6250536992[1].png (31KB, 300x135px) Image search: [Google]
6250536992[1].png
31KB, 300x135px
>>
Pretty good.
>>
File: 6250552743.png (21KB, 350x200px) Image search: [Google]
6250552743.png
21KB, 350x200px
>>60084467
I wish I had gigabit fiber in my area.
>>
File: speed.png (8KB, 521x131px) Image search: [Google]
speed.png
8KB, 521x131px
>>60084467
I pay €22 for this.
What do I win?
>>
>>60084707
No one believes you, might as well not post again.
>>
>>60085537
I don't get it.
>>
>>60085555
>5555

Nice.
>>
File: ORIGIN SPEED.jpg (35KB, 615x353px) Image search: [Google]
ORIGIN SPEED.jpg
35KB, 615x353px
its this thread again!
>>
File: sigg.png (14KB, 699x139px) Image search: [Google]
sigg.png
14KB, 699x139px
COLLEGE BROS POST UR COLLEGE INTERNETS
We have goggle fibre here so
>>
File: 6250599941.png (32KB, 300x135px) Image search: [Google]
6250599941.png
32KB, 300x135px
>>60084467
why don't i see this newer interface?
>>
>>60085693
Try beta.speedtest.net
>>
File: opera_2017-04-26_15-53-01.png (8KB, 512x105px) Image search: [Google]
opera_2017-04-26_15-53-01.png
8KB, 512x105px
We have access to fiber but I don't feel like letting people into my home rn desu
>>
>>60085456
mmm. where do you live? seems like a pretty sweet deal.
>>
>>60085693
INDIAN POO POSTER FUCK OFF WITH YOUR POOZEN THREADS
>>
File: 1467880051510.png (9KB, 487x102px) Image search: [Google]
1467880051510.png
9KB, 487x102px
Home network via ethernet
>>
File: 1482782199878.png (8KB, 502x113px) Image search: [Google]
1482782199878.png
8KB, 502x113px
>>60086018
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
>>
>>60086147
Mine's been capped to 2500 kbps down lately...

...all for the low, low price of £20.31/month.
>>
File: untitled.png (19KB, 350x200px) Image search: [Google]
untitled.png
19KB, 350x200px
meh
>>
>>60086147
to discourage torrenting and hosting a website with it.
>>
File: file.png (23KB, 350x200px) Image search: [Google]
file.png
23KB, 350x200px
>>
I pay 30$/month for 2mbps
fuck the third world
>>
File: file.png (34KB, 347x533px) Image search: [Google]
file.png
34KB, 347x533px
>>
File: 1468609950910.png (21KB, 350x200px) Image search: [Google]
1468609950910.png
21KB, 350x200px
>VPN
>>
File: Speedtest 27th April.png (21KB, 350x200px) Image search: [Google]
Speedtest 27th April.png
21KB, 350x200px
>>
File: 6250981400.png (21KB, 350x200px) Image search: [Google]
6250981400.png
21KB, 350x200px
comfy
>>
>>60086147
>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.
>>
File: st.png (17KB, 562x247px) Image search: [Google]
st.png
17KB, 562x247px
> actually working for my ISP company
>>
>>60086018
>>60086048

My guess is your neighbor has slightly better wiring and the WiFi isn't a bottleneck at such slow speeds.
>>
File: 7IArQYf.png (8KB, 538x143px) Image search: [Google]
7IArQYf.png
8KB, 538x143px
>>
File: 6250998767.png (32KB, 300x135px) Image search: [Google]
6250998767.png
32KB, 300x135px
>>60085257
>tfw Middle East-tier Internet in Ohio
>>
>>60088546
Makes sense since they're actually downstairs in the apartment below; less wiring to the ground.
>>
File: 6251327580.png (19KB, 350x200px) Image search: [Google]
6251327580.png
19KB, 350x200px
>>60088529
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.
Thread posts: 41
Thread images: 26


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.