pandora

A load generator in Go language

  • 所有者: yandex/pandora
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

概览

名称与所有者yandex/pandora
主编程语言Go
编程语言Go (语言数: 3)
平台
许可证Other
发布数38
最新版本名称v0.5.23 (发布于 )
第一版名称v0.1.1 (发布于 )
创建于2015-11-11 13:05:04
推送于2024-04-22 15:59:45
最后一次提交2024-04-19 19:00:39
星数388
关注者数18
派生数64
提交数548
已启用问题?
问题数71
打开的问题数20
拉请求数90
打开的拉请求数5
关闭的拉请求数22
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部