pandora

A load generator in Go language

  • Owner: yandex/pandora
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Pandora

Join the chat at https://gitter.im/yandex/pandora
Build Status
Coverage Status
Read the Docs

Pandora is a high-performance load generator in Go language. It has built-in HTTP(S) and HTTP/2 support and you can write your own load scenarios in Go, compiling them just before your test.

How to start

Binary releases

Download available.

Building from sources

We use go 1.11 modules.
If you build pandora inside $GOPATH, please make sure you have env variable GO111MODULE set to on.

git clone https://github.com/yandex/pandora.git
cd pandora
make deps
go install

Or let Yandex.Tank make it easy for you.

Extension points

You can write plugins with the next extension points:

You can also cross-compile for other arch/os:

GOOS=linux GOARCH=amd64 go build

Running your tests

Run the binary with your config (see config examples at examples):

# $GOBIN should be added to $PATH
pandora myconfig.yaml

Or use Pandora with Yandex.Tank and
Overload.

Overview

Name With Owneryandex/pandora
Primary LanguageGo
Program languageGo (Language Count: 3)
Platform
License:Other
Release Count38
Last Release Namev0.5.23 (Posted on )
First Release Namev0.1.1 (Posted on )
Created At2015-11-11 13:05:04
Pushed At2024-04-22 15:59:45
Last Commit At2024-04-19 19:00:39
Stargazers Count388
Watchers Count18
Fork Count64
Commits Count548
Has Issues Enabled
Issues Count71
Issue Open Count20
Pull Requests Count90
Pull Requests Open Count5
Pull Requests Close Count22
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top