{"id":107,"date":"2025-05-19T23:59:00","date_gmt":"2025-05-20T02:59:00","guid":{"rendered":"https:\/\/helpsysadmin.com.br\/blog\/?p=107"},"modified":"2026-01-04T17:49:02","modified_gmt":"2026-01-04T20:49:02","slug":"testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli","status":"publish","type":"post","link":"https:\/\/helpsysadmin.com.br\/blog\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\/","title":{"rendered":"Como testar a velocidade da internet do servidor linux com speedtest-cli"},"content":{"rendered":"<div id=\"helps-8981702\" class=\"helps-before-content-2 helps-entity-placement\"><script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-3661896953164277\"\r\n     crossorigin=\"anonymous\"><\/script>\r\n<!-- 2anuncios display quadrado -->\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:block\"\r\n     data-ad-client=\"ca-pub-3661896953164277\"\r\n     data-ad-slot=\"5051229894\"\r\n     data-ad-format=\"auto\"\r\n     data-full-width-responsive=\"true\"><\/ins>\r\n<script>\r\n     (adsbygoogle = window.adsbygoogle || []).push({});\r\n<\/script><\/div>\n<p class=\"wp-block-paragraph\">O <strong>speedtest-cli<\/strong> \u00e9 uma ferramenta de linha de comando bastante \u00fatil para SysAdmin ou usu\u00e1rios com acesso ao shell, testarem rapidamente a velocidade de download, upload e ping do servidor <a href=\"https:\/\/helpsysadmin.com.br\/blog\/como-instalar-crowdsec\/\" data-internallinksmanager029f6b8e52c=\"1\" title=\"Como instalar Crowdsec\" target=\"_blank\" rel=\"noopener\">Linux<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Abaixo vamos abordar a instala\u00e7\u00e3o no Almalinux\/RedHat , Ubuntu\/Debian e a forma manual que servir\u00e1 para qualquer outra Distribui\u00e7\u00e3o Linux.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-instalando-o-speedtest-cli-no-almalinux-redhat\">Instalando o speedtest-cli no Almalinux\/RedHat<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Instale o reposit\u00f3rio epel release<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>yum install epel-release -y<\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Instale python3 e python3-pip e atualize o pip<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>yum install python3 python3-pip -y\npip3 install --upgrade pip3<\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Instale o speedtest-cli com pip3<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>pip3 install speedtest-cli<\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-instalando-o-speedtest-cli-no-ubuntu-debian\">Instalando o speedtest-cli no Ubuntu\/Debian<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Atualize os packages do servidor<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>apt update\napt upgrade -y<\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Instale python3 , python3-pip e atualize o pip3<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>apt-get install python3 python3-pip\npip3 install --upgrade pip3<\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Instale o speedtest-cli com o pip3<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>pip3 install speedtest-cli<\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-instalando-o-speedtest-cli-em-outras-distribuicoes-linux-unix\">Instalando o speedtest-cli em outras distribui\u00e7\u00f5es Linux\/UNIX<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Certifique-se que o python3  esteja instalado em seu servidor<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Fa\u00e7a o download do speedtest-cli<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>wget -O speedtest-cli https:\/\/raw.githubusercontent.com\/sivel\/speedtest-cli\/master\/speedtest.py<\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Altere as permiss\u00f5es do arquivo para execu\u00e7\u00e3o<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>chmod +x speedtest-cli<\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Nota:<\/strong> Alguns firewalls podem impedir que o teste funcione corretamente gerando um resultado para download\/upload &#8220;0 Mbps&#8221;.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-exemplo-de-comandos-para-speedtest-cli\">Exemplo de comandos para speedtest-cli<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Execute o comando abaixo para o iniciar o teste de velocidade<\/p>\n\n\n\n<div class=\"wp-block-codemirror-blocks-code-block code-block\"><pre>speedtest-cli --share<\/pre><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Exemplo do resultado:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-opt-id=225111595  fetchpriority=\"high\" decoding=\"async\" width=\"1016\" height=\"207\" src=\"https:\/\/mlkpd8g42nae.i.optimole.com\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest-cli-1.jpg\" alt=\"Resultado do speedtest-cli no Ubuntu\" class=\"wp-image-1309\" srcset=\"https:\/\/mlkpd8g42nae.i.optimole.com\/w:1016\/h:207\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest-cli-1.jpg 1016w, https:\/\/mlkpd8g42nae.i.optimole.com\/w:300\/h:61\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest-cli-1.jpg 300w, https:\/\/mlkpd8g42nae.i.optimole.com\/w:768\/h:156\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest-cli-1.jpg 768w, https:\/\/mlkpd8g42nae.i.optimole.com\/w:1000\/h:204\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest-cli-1.jpg 1000w, https:\/\/mlkpd8g42nae.i.optimole.com\/w:230\/h:47\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest-cli-1.jpg 230w, https:\/\/mlkpd8g42nae.i.optimole.com\/w:350\/h:71\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest-cli-1.jpg 350w, https:\/\/mlkpd8g42nae.i.optimole.com\/w:480\/h:98\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest-cli-1.jpg 480w\" sizes=\"(max-width: 1016px) 100vw, 1016px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Para executar o teste e gerar o link do Speedtest com o resultado:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Abaixo segue um exemplo do resultado<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-opt-id=1599524745  fetchpriority=\"high\" decoding=\"async\" width=\"750\" height=\"400\" src=\"https:\/\/mlkpd8g42nae.i.optimole.com\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest.png\" alt=\"\" class=\"wp-image-129\" srcset=\"https:\/\/mlkpd8g42nae.i.optimole.com\/w:750\/h:400\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest.png 750w, https:\/\/mlkpd8g42nae.i.optimole.com\/w:300\/h:160\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest.png 300w, https:\/\/mlkpd8g42nae.i.optimole.com\/w:230\/h:123\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest.png 230w, https:\/\/mlkpd8g42nae.i.optimole.com\/w:350\/h:187\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest.png 350w, https:\/\/mlkpd8g42nae.i.optimole.com\/w:480\/h:256\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest.png 480w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-precisa-de-alguma-assistencia-em-seu-servidor-nos-podemos-te-ajudar\"><br><strong>Precisa de alguma assist\u00eancia em seu Servidor ? <a href=\"https:\/\/helpsysadmin.com.br\">N\u00f3s podemos te ajudar!<\/a><\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Veja Mais: <strong><a href=\"https:\/\/helpsysadmin.com.br\/blog\/script-para-benchmark-no-linux\/\">Script para benchmark no Linux<\/a><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>O speedtest-cli \u00e9 uma ferramenta de linha de comando bastante \u00fatil para SysAdmin ou usu\u00e1rios com acesso ao shell, testarem rapidamente a [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":108,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,1279,46],"tags":[90,3,15,16],"class_list":["post-107","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-gerenciamento-servidor","category-linux","category-server-management","tag-almalinux","tag-servidor-linux","tag-speedtest-cli","tag-ubuntu"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.9 (Yoast SEO v27.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Como testar a velocidade da internet do servidor linux com speedtest-cli -<\/title>\n<meta name=\"description\" content=\"Saiba Como testar a velocidade da internet em servidores linux com speedtest-cli incluindo gerador de resultado\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/helpsysadmin.com.br\/blog\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Como testar a velocidade da internet do servidor linux com speedtest-cli\" \/>\n<meta property=\"og:description\" content=\"Saiba Como testar a velocidade da internet em servidores linux com speedtest-cli incluindo gerador de resultado\" \/>\n<meta property=\"og:url\" content=\"https:\/\/helpsysadmin.com.br\/blog\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog HelpSysAdmin\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-20T02:59:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-04T20:49:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mlkpd8g42nae.i.optimole.com\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest.png\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"HelpSysAdmin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@brhelpsysad\" \/>\n<meta name=\"twitter:site\" content=\"@brhelpsysad\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\\\/\"},\"author\":{\"name\":\"HelpSysAdmin\",\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/#\\\/schema\\\/person\\\/bdbe3d7d71a0c6a3cb474c18da574efb\"},\"headline\":\"Como testar a velocidade da internet do servidor linux com speedtest-cli\",\"datePublished\":\"2025-05-20T02:59:00+00:00\",\"dateModified\":\"2026-01-04T20:49:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\\\/\"},\"wordCount\":224,\"publisher\":{\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\/\\/helpsysadmin.com.br\\/blog\\/wp-content\\/uploads\\/2020\\/12\\/speedtest.png\",\"keywords\":[\"almalinux\",\"servidor linux\",\"speedtest-cli\",\"ubuntu\"],\"articleSection\":[\"Gerenciamento de Servidor\",\"Linux\",\"Server Management\"],\"inLanguage\":\"pt-BR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\\\/\",\"url\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\\\/\",\"name\":\"Como testar a velocidade da internet do servidor linux com speedtest-cli -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\/\\/helpsysadmin.com.br\\/blog\\/wp-content\\/uploads\\/2020\\/12\\/speedtest.png\",\"datePublished\":\"2025-05-20T02:59:00+00:00\",\"dateModified\":\"2026-01-04T20:49:02+00:00\",\"description\":\"Saiba Como testar a velocidade da internet em servidores linux com speedtest-cli incluindo gerador de resultado\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\\\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\\\/#primaryimage\",\"url\":\"https:\\/\\/helpsysadmin.com.br\\/blog\\/wp-content\\/uploads\\/2020\\/12\\/speedtest.png\",\"contentUrl\":\"https:\\/\\/helpsysadmin.com.br\\/blog\\/wp-content\\/uploads\\/2020\\/12\\/speedtest.png\",\"width\":750,\"height\":400,\"caption\":\"Teste Download e Upload Linux\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Como testar a velocidade da internet do servidor linux com speedtest-cli\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/\",\"name\":\"Blog HelpSysAdmin\",\"description\":\"Webserver linux blog\",\"publisher\":{\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/#organization\"},\"alternateName\":\"HelpSysAdmin Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/#organization\",\"name\":\"HelpSysAdmin Gerenciamento de Servidores\",\"alternateName\":\"HelpSysAdmin\",\"url\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\/\\/mlkpd8g42nae.i.optimole.com\\/w:512\\/h:512\\/q:mauto\\/f:best\\/https:\\/\\/helpsysadmin.com.br\\/blog\\/wp-content\\/uploads\\/2020\\/12\\/favicon.png\",\"contentUrl\":\"https:\\/\\/mlkpd8g42nae.i.optimole.com\\/w:512\\/h:512\\/q:mauto\\/f:best\\/https:\\/\\/helpsysadmin.com.br\\/blog\\/wp-content\\/uploads\\/2020\\/12\\/favicon.png\",\"width\":512,\"height\":512,\"caption\":\"HelpSysAdmin Gerenciamento de Servidores\"},\"image\":{\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/brhelpsysad\",\"https:\\\/\\\/mastodon.social\\\/@helpsysadmin\"],\"description\":\"Oferecemos o gerenciamento de servidores dedicados, vps ou cloud. Apresentamos a melhor experi\u00eancia em atendimento e servi\u00e7o. Nosso time cuidar\u00e1 do seu servidor com backups, an\u00e1lises constantes, ajustes de seguran\u00e7a, realiza\u00e7\u00e3o de manuten\u00e7\u00e3o preventiva e corretiva, otimiza\u00e7\u00e3o de performance al\u00e9m de monitoramento 24\u00d77 com suporte Pr\u00f3 Ativo.\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1\",\"maxValue\":\"10\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/#\\\/schema\\\/person\\\/bdbe3d7d71a0c6a3cb474c18da574efb\",\"name\":\"HelpSysAdmin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/efc0007e6a313a844b72de257e05c6083b07b6ecc6983a4f71e06293ff2e22fd?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/efc0007e6a313a844b72de257e05c6083b07b6ecc6983a4f71e06293ff2e22fd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/efc0007e6a313a844b72de257e05c6083b07b6ecc6983a4f71e06293ff2e22fd?s=96&d=mm&r=g\",\"caption\":\"HelpSysAdmin\"},\"sameAs\":[\"https:\\\/\\\/helpsysadmin.com.br\\\/blog\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Como testar a velocidade da internet do servidor linux com speedtest-cli -","description":"Saiba Como testar a velocidade da internet em servidores linux com speedtest-cli incluindo gerador de resultado","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/helpsysadmin.com.br\/blog\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\/","og_locale":"pt_BR","og_type":"article","og_title":"Como testar a velocidade da internet do servidor linux com speedtest-cli","og_description":"Saiba Como testar a velocidade da internet em servidores linux com speedtest-cli incluindo gerador de resultado","og_url":"https:\/\/helpsysadmin.com.br\/blog\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\/","og_site_name":"Blog HelpSysAdmin","article_published_time":"2025-05-20T02:59:00+00:00","article_modified_time":"2026-01-04T20:49:02+00:00","og_image":[{"width":750,"height":400,"url":"https:\/\/mlkpd8g42nae.i.optimole.com\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest.png","type":"image\/png"}],"author":"HelpSysAdmin","twitter_card":"summary_large_image","twitter_creator":"@brhelpsysad","twitter_site":"@brhelpsysad","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/helpsysadmin.com.br\/blog\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\/#article","isPartOf":{"@id":"https:\/\/helpsysadmin.com.br\/blog\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\/"},"author":{"name":"HelpSysAdmin","@id":"https:\/\/helpsysadmin.com.br\/blog\/#\/schema\/person\/bdbe3d7d71a0c6a3cb474c18da574efb"},"headline":"Como testar a velocidade da internet do servidor linux com speedtest-cli","datePublished":"2025-05-20T02:59:00+00:00","dateModified":"2026-01-04T20:49:02+00:00","mainEntityOfPage":{"@id":"https:\/\/helpsysadmin.com.br\/blog\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\/"},"wordCount":224,"publisher":{"@id":"https:\/\/helpsysadmin.com.br\/blog\/#organization"},"image":{"@id":"https:\/\/helpsysadmin.com.br\/blog\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\/#primaryimage"},"thumbnailUrl":"https:\/\/mlkpd8g42nae.i.optimole.com\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest.png","keywords":["almalinux","servidor linux","speedtest-cli","ubuntu"],"articleSection":["Gerenciamento de Servidor","Linux","Server Management"],"inLanguage":"pt-BR"},{"@type":"WebPage","@id":"https:\/\/helpsysadmin.com.br\/blog\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\/","url":"https:\/\/helpsysadmin.com.br\/blog\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\/","name":"Como testar a velocidade da internet do servidor linux com speedtest-cli -","isPartOf":{"@id":"https:\/\/helpsysadmin.com.br\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/helpsysadmin.com.br\/blog\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\/#primaryimage"},"image":{"@id":"https:\/\/helpsysadmin.com.br\/blog\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\/#primaryimage"},"thumbnailUrl":"https:\/\/mlkpd8g42nae.i.optimole.com\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest.png","datePublished":"2025-05-20T02:59:00+00:00","dateModified":"2026-01-04T20:49:02+00:00","description":"Saiba Como testar a velocidade da internet em servidores linux com speedtest-cli incluindo gerador de resultado","breadcrumb":{"@id":"https:\/\/helpsysadmin.com.br\/blog\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/helpsysadmin.com.br\/blog\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/helpsysadmin.com.br\/blog\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\/#primaryimage","url":"https:\/\/mlkpd8g42nae.i.optimole.com\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest.png","contentUrl":"https:\/\/mlkpd8g42nae.i.optimole.com\/w:auto\/h:auto\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/speedtest.png","width":750,"height":400,"caption":"Teste Download e Upload Linux"},{"@type":"BreadcrumbList","@id":"https:\/\/helpsysadmin.com.br\/blog\/testar-velocidade-da-internet-do-servidor-linux-com-speedtest-cli\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/helpsysadmin.com.br\/blog\/"},{"@type":"ListItem","position":2,"name":"Como testar a velocidade da internet do servidor linux com speedtest-cli"}]},{"@type":"WebSite","@id":"https:\/\/helpsysadmin.com.br\/blog\/#website","url":"https:\/\/helpsysadmin.com.br\/blog\/","name":"Blog HelpSysAdmin","description":"Webserver linux blog","publisher":{"@id":"https:\/\/helpsysadmin.com.br\/blog\/#organization"},"alternateName":"HelpSysAdmin Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/helpsysadmin.com.br\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Organization","@id":"https:\/\/helpsysadmin.com.br\/blog\/#organization","name":"HelpSysAdmin Gerenciamento de Servidores","alternateName":"HelpSysAdmin","url":"https:\/\/helpsysadmin.com.br\/blog\/","logo":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/helpsysadmin.com.br\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/mlkpd8g42nae.i.optimole.com\/w:512\/h:512\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/favicon.png","contentUrl":"https:\/\/mlkpd8g42nae.i.optimole.com\/w:512\/h:512\/q:mauto\/f:best\/https:\/\/helpsysadmin.com.br\/blog\/wp-content\/uploads\/2020\/12\/favicon.png","width":512,"height":512,"caption":"HelpSysAdmin Gerenciamento de Servidores"},"image":{"@id":"https:\/\/helpsysadmin.com.br\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/brhelpsysad","https:\/\/mastodon.social\/@helpsysadmin"],"description":"Oferecemos o gerenciamento de servidores dedicados, vps ou cloud. Apresentamos a melhor experi\u00eancia em atendimento e servi\u00e7o. Nosso time cuidar\u00e1 do seu servidor com backups, an\u00e1lises constantes, ajustes de seguran\u00e7a, realiza\u00e7\u00e3o de manuten\u00e7\u00e3o preventiva e corretiva, otimiza\u00e7\u00e3o de performance al\u00e9m de monitoramento 24\u00d77 com suporte Pr\u00f3 Ativo.","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1","maxValue":"10"}},{"@type":"Person","@id":"https:\/\/helpsysadmin.com.br\/blog\/#\/schema\/person\/bdbe3d7d71a0c6a3cb474c18da574efb","name":"HelpSysAdmin","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/secure.gravatar.com\/avatar\/efc0007e6a313a844b72de257e05c6083b07b6ecc6983a4f71e06293ff2e22fd?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/efc0007e6a313a844b72de257e05c6083b07b6ecc6983a4f71e06293ff2e22fd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/efc0007e6a313a844b72de257e05c6083b07b6ecc6983a4f71e06293ff2e22fd?s=96&d=mm&r=g","caption":"HelpSysAdmin"},"sameAs":["https:\/\/helpsysadmin.com.br\/blog\/"]}]}},"lang":"pt","translations":{"pt":107},"pll_sync_post":{},"_links":{"self":[{"href":"https:\/\/helpsysadmin.com.br\/blog\/wp-json\/wp\/v2\/posts\/107","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/helpsysadmin.com.br\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/helpsysadmin.com.br\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/helpsysadmin.com.br\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/helpsysadmin.com.br\/blog\/wp-json\/wp\/v2\/comments?post=107"}],"version-history":[{"count":5,"href":"https:\/\/helpsysadmin.com.br\/blog\/wp-json\/wp\/v2\/posts\/107\/revisions"}],"predecessor-version":[{"id":2499,"href":"https:\/\/helpsysadmin.com.br\/blog\/wp-json\/wp\/v2\/posts\/107\/revisions\/2499"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/helpsysadmin.com.br\/blog\/wp-json\/wp\/v2\/media\/108"}],"wp:attachment":[{"href":"https:\/\/helpsysadmin.com.br\/blog\/wp-json\/wp\/v2\/media?parent=107"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/helpsysadmin.com.br\/blog\/wp-json\/wp\/v2\/categories?post=107"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/helpsysadmin.com.br\/blog\/wp-json\/wp\/v2\/tags?post=107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}