- This topic has 3 replies, 3 voices, and was last updated Sep 4-6:51 am by Anonymous.
-
AuthorPosts
-
September 3, 2022 at 12:33 pm #87973Member
calciumsodium
I recently found this old thread by @blur13:
https://www.antixforum.com/forums/topic/speedtest-cli-py-does-not-work/
and wanted to give this command line speedtest-cli a try.
It uses a similar algorithm, I think, as speedtest.net on a modern browser.
My impression: It is very simple to use, very fast, and very light on resources. No browser needed.
In install:
sudo apt install speedtest-cliTo run, simply type in terminal:
speedtest-cliI compared speedtest-cli to speedtest.net on a modern browsers. The numbers are similar, but not the same. If you read the output for speedtest.net on a browser, the ping server that speedtest.net uses is very close to your present location. I think modern browsers are good at guessing your location. The ping server that speedtest-cli chooses is not as close as that of speedtest.net. Perhaps that is why the numbers are not the same.
But close enough. Considering the speed and ease of use, I have been using the speedtest-cli command.
September 3, 2022 at 6:25 pm #88011Anonymous
::Cool, speedtest can also be processed/displayed with conky.
Read the manpages, for commands.-Install speedtest-cli
-use this configuration for ‘simple’ and have fun.# pkill -xf "conky -q -c /home/male/speedtest/conkyspeedrc" & # works perfect @male 2017-07-19 background no use_xft yes #xftfont monospace:size=10 xftfont monofur:size=10 xftalpha 1 total_run_times 0 own_window yes own_window_transparent yes own_window_type normal own_window_hints undecorated,below,skip_taskbar,skip_pager #sticky, own_window_class Conky own_window_title Speedtest #own_window_argb_visual yes #own_window_argb_value 80 double_buffer yes draw_borders no border_inner_margin 5 #margin between border and text border_outer_margin 0 #margin between border and window edge border_width 5 #border thickness draw_outline no draw_graph_borders yes stippled_borders 0 default_color cyan default_shade_color black default_outline_color white alignment top_right gap_x 360 gap_y 90 cpu_avg_samples 10 override_utf8_locale yes minimum_size 160 100 maximum_width 160 update_interval 3 #21600 #86400 #--LUA--# #lua_load ~/Lua/draw-bg.lua TEXT #${lua conky_draw_bg 10 0 0 0 0 0x000000 0.2} #leet chars: ┤┤└└┴┴┐┐││┘┘┌┌├├┬┬┼┼┴┴── ││ ▽▼△▲▵▴▾▿ ┌───────────────┐ │ SPEEDTEST.NET │ └───────────────┘ ${texeci 3600 speedtest --simple} #${texeci 3600 notify-send -i network-transmit-receive "Speedtest Completed"}September 3, 2022 at 6:50 pm #88012Member
blur13
September 4, 2022 at 6:51 am #88029Anonymous
::This is part of a calendar that unfortunately does not always work with the formatting in antiX/fluxbox.
The code:${alignc}Woche ${time %V}${color} -
AuthorPosts
- You must be logged in to reply to this topic.
