Skip to main content

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.2.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page