文件名称:my-internet-speed::bellhop_bell:监控您的ISP提供的速度
文件大小:60KB
文件格式:ZIP
更新时间:2024-02-25 07:13:14
monitoring isp hacktoberfest internet-speed MonitoringPython
我的网速 我写了这个应用程序,以便可以定期监视我的互联网速度,并且: 收集数据以生成有关我的ISP提供的服务质量的报告 当速度低于预期时,自动鸣叫我的ISP –当然是可选的 将速度测试结果存储在PostgreSQL中 检查Web API中的所有速度测试结果 监控所有速度测试任务 在家里,它可以在我的Raspberry Pi上运行,但并非所有服务都兼容-检查以获取有关如何运行这些服务的建议。 正在安装 要求 在通过以太网电缆(而不是通过无线网络)连接到互联网的计算机上运行此应用程序非常重要-这是提高速度测试准确性的方法。 (可选)如果您希望Twitter功能正常工作(仅在速度低于配置的阈值时才
【文件预览】:
my-internet-speed-main
----.travis.yml(865B)
----my_internet_speed()
--------models.py(709B)
--------__init__.py(499B)
--------settings.py(1KB)
--------backends()
----dashboard()
--------Dockerfile(467B)
--------tests()
--------src()
--------elm-package.json(629B)
--------public()
----pytest.ini(106B)
----Pipfile(401B)
----.github()
--------FUNDING.yml(18B)
----Dockerfile(924B)
----tests()
--------conftest.py(1KB)
--------test_tasks.py(753B)
--------__init__.py(0B)
--------test_speed_test_net.py(2KB)
--------test_brasil_banda_larga.py(4KB)
--------test_backend_abc.py(3KB)
----LICENSE(34KB)
----Pipfile.lock(32KB)
----.env.sample(827B)
----setup.cfg(35B)
----docker-compose.yml(828B)
----.gitignore(119B)
----.codeclimate.yml(226B)
----README.md(7KB)