speedtest-cli: a command line internet speedtest

Forum Forums General Software speedtest-cli: a command line internet speedtest

  • This topic has 3 replies, 3 voices, and was last updated Sep 4-6:51 am by Anonymous.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #87973
    Member
    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-cli

      To run, simply type in terminal:
      speedtest-cli

      I 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.

      #88011
      Anonymous
        Helpful
        Up
        0
        ::

        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"} 
        

        #88012
        Member
        blur13
          Helpful
          Up
          0
          ::

          Male,

          How did you get the week number in conky? (Woche 35)

          #88029
          Anonymous
            Helpful
            Up
            0
            ::

            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}

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.