Skip to main content

PHP Web-hosting benchmark

Project description

hosting-benchmark

A full web-hosting benchmark suite

Installation

Install using pip:

pip install hosting-benchmark

Usage

The benchmark consists of two components:

  • A server, which is a set of PHP scripts that run the benchmark
  • A client, which is a cli (command line interface) tool used to run the benchmark and collect/present the data.

In order to run the benchmark, you need to install the server app. This is fairly straightforward:

  • Create a MySQL database on your web hosting, note down the credentials
  • Run hosting-benchmark archive to prepare a ZIP archive with the server. You will be asked to provide your database credentials
  • Upload and extract the zip package to your web hosting http root directory
  • Run the benchmark using:
hosting-benchmark --hostname=https://example.com/ --count=10 --sleep=5 all

To learn what the --count and --sleep flags do, please invoke hosting-benchmark --help.

Development

Precommit Hooks

This project supports pre-commit. To use it please install it in the pip install pre-commit and then run pre-commit install and you are ready to go. black will be executed before commit and files will be formatted correctly.

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

hosting-benchmark-0.0.6.tar.gz (26.0 kB view hashes)

Uploaded Source

Built Distribution

hosting_benchmark-0.0.6-py3-none-any.whl (31.1 kB view hashes)

Uploaded Python 3

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