A minimalistic speed test library.
Project description
obur is a minimalistic http speedtest library. It can test the speed between two ends. You can use it via command line or inside your python program.
Installation
pip install obur
Usage
Command Line
obur <target_url>
Python Program
from obur import measure measure(url, duration=60, chunk_size=1024)
You can override duration and chunk_size parameters via command line.
obur <target_url> --duration 60 --chunk 1024
Important Note
For a healthy and accurate speed test result, the target url should be a stream url. You can use puke on the server side for providing a dummy stream url.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
obur-0.1.4.tar.gz
(3.4 kB
view details)
File details
Details for the file obur-0.1.4.tar.gz
.
File metadata
- Download URL: obur-0.1.4.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | afdad897f3047646a394d5466db57765c92071f28e549d80a3d97dffa16e15b5 |
|
MD5 | b8201c4117b8d73094f7924ca3f46487 |
|
BLAKE2b-256 | 83eb3df09e1823023189287ad8b652af5a6b8801f0d4f8a30e238014966099b4 |