Name | akamai-speedtest JSON |
Version |
0.1.1
JSON |
| download |
home_page | None |
Summary | The Akamai servers based CLI tool for netspeed test |
upload_time | 2024-09-16 03:25:03 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.7 |
license | MIT License Copyright (c) 2024 YUcxovo. All rights reserved. Copyright (c) 2024 Akamai Technologies, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
speedtest
cli
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Akamai Server Based Speed Test CLI
Command line interface for network speed test, based on [Akamai](https://www.linode.com/) Servers.
Akamai's [online netspeed test website](https://www.linode.com/speed-test/)
## Requirements
Python version >= 3.7
## Installation
### pip
`pip install akamai-speedtest`
### Github
`pip install git+https://github.com/YUcxovo/Akamai-Speedtest.git`
## Features
- IP test
- Ping test (ping, jitter, packet loss)
- Download speed, single stream and multi-stream
- Upload speed, single stream and multi-stream
- Current network situation monitor (send and receive)
## Usage
### Basic Usage
Simply typing `speedtest` in terminal, the most suitable server will be automatically chosen. Then ip test, ping test, multi-stream download and upload test will start in turn.
### Use with Commands
- `speedtest [Options]`
- `speedtest ip`
- `speedtest ping [Optional: url] [Options]`
- `speedtest download [Options]`
- `speedtest upload [Options]`
- `speedtest monitor [Options]`
### Custom Settings
A `.json` file including:
- server
- prev_server
- ping_test_times
- ping_wait_time
- download_multitest
- upload_multitest
- multi_download_max_time
- multi_upload_max_time
- single_download_max_time
- single_upload_max_time
- auto_time_reduce
- download_gracetime
- upload_gracetime
- download_max_stream
- upload_max_stream
- download_multistream_delay
- upload_multistream_delay
- download_update_interval
- upload_update_interval
- multi_download_package_size
- multi_upload_package_size
- single_download_package_size
- single_upload_package_size
- download_chunk_size
- upload_chunk_size
- overhead_compensation_factor
Use the custom settings by default by setting environment variable `AKM_SPEEDTEST_SETTINGS` as the path of settings file.
## Attributions
This application uses services from:
- [ipify API](https://www.ipify.org/) for ip test
- Akamai Technologies, Inc. for download and upload test
Raw data
{
"_id": null,
"home_page": null,
"name": "akamai-speedtest",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "speedtest, cli",
"author": null,
"author_email": "YUcxovo <junglcuxo@sjtu.edu.cn>",
"download_url": "https://files.pythonhosted.org/packages/2e/ac/061788153562d89bd7285673df77a17ab3e60b7a5990ab1c2e714cd9a62b/akamai_speedtest-0.1.1.tar.gz",
"platform": null,
"description": "# Akamai Server Based Speed Test CLI\n\nCommand line interface for network speed test, based on [Akamai](https://www.linode.com/) Servers.\n\nAkamai's [online netspeed test website](https://www.linode.com/speed-test/)\n\n## Requirements\n\nPython version >= 3.7\n\n## Installation\n\n### pip\n`pip install akamai-speedtest`\n\n### Github\n`pip install git+https://github.com/YUcxovo/Akamai-Speedtest.git`\n\n## Features\n\n- IP test\n- Ping test (ping, jitter, packet loss)\n- Download speed, single stream and multi-stream\n- Upload speed, single stream and multi-stream\n- Current network situation monitor (send and receive)\n\n## Usage\n\n### Basic Usage\nSimply typing `speedtest` in terminal, the most suitable server will be automatically chosen. Then ip test, ping test, multi-stream download and upload test will start in turn.\n\n### Use with Commands\n\n- `speedtest [Options]`\n- `speedtest ip`\n- `speedtest ping [Optional: url] [Options]` \n- `speedtest download [Options]`\n- `speedtest upload [Options]`\n- `speedtest monitor [Options]`\n \n### Custom Settings\n\nA `.json` file including:\n- server\n- prev_server\n- ping_test_times\n- ping_wait_time\n- download_multitest\n- upload_multitest\n- multi_download_max_time\n- multi_upload_max_time\n- single_download_max_time\n- single_upload_max_time\n- auto_time_reduce\n- download_gracetime\n- upload_gracetime\n- download_max_stream\n- upload_max_stream\n- download_multistream_delay\n- upload_multistream_delay\n- download_update_interval\n- upload_update_interval\n- multi_download_package_size\n- multi_upload_package_size\n- single_download_package_size\n- single_upload_package_size\n- download_chunk_size\n- upload_chunk_size\n- overhead_compensation_factor\n\nUse the custom settings by default by setting environment variable `AKM_SPEEDTEST_SETTINGS` as the path of settings file.\n\n## Attributions\n\nThis application uses services from:\n- [ipify API](https://www.ipify.org/) for ip test\n- Akamai Technologies, Inc. for download and upload test\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2024 YUcxovo. All rights reserved. Copyright (c) 2024 Akamai Technologies, Inc. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "The Akamai servers based CLI tool for netspeed test",
"version": "0.1.1",
"project_urls": null,
"split_keywords": [
"speedtest",
" cli"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "bd1ba887430bb3ab27cede07fba5b5a9eaf66cad40af9fd82d484bf818d02f1f",
"md5": "afbd7c95aab0db0f440c8111c6b719db",
"sha256": "705411eae41217c96b14da33174a06ee64f863207ad5ed0d70f220ed0745a761"
},
"downloads": -1,
"filename": "akamai_speedtest-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "afbd7c95aab0db0f440c8111c6b719db",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 11059,
"upload_time": "2024-09-16T03:25:02",
"upload_time_iso_8601": "2024-09-16T03:25:02.163334Z",
"url": "https://files.pythonhosted.org/packages/bd/1b/a887430bb3ab27cede07fba5b5a9eaf66cad40af9fd82d484bf818d02f1f/akamai_speedtest-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2eac061788153562d89bd7285673df77a17ab3e60b7a5990ab1c2e714cd9a62b",
"md5": "fc1392f42f99c285bb6ada6e355db034",
"sha256": "675e88748b4b2db07e377d9b8d8172ec3a9be150de4e1bc5478ee1cbc1bbdff7"
},
"downloads": -1,
"filename": "akamai_speedtest-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "fc1392f42f99c285bb6ada6e355db034",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 9769,
"upload_time": "2024-09-16T03:25:03",
"upload_time_iso_8601": "2024-09-16T03:25:03.549058Z",
"url": "https://files.pythonhosted.org/packages/2e/ac/061788153562d89bd7285673df77a17ab3e60b7a5990ab1c2e714cd9a62b/akamai_speedtest-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-16 03:25:03",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "akamai-speedtest"
}