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
發布數36
最新版本名稱v0.5.21 (發布於 )
第一版名稱v0.1.1 (發布於 )
創建於2015-11-11 13:05:04
推送於2024-03-18 09:33:14
最后一次提交2024-01-29 13:32:58
星數382
關注者數18
派生數63
提交數544
已啟用問題?
問題數71
打開的問題數20
拉請求數88
打開的拉請求數4
關閉的拉請求數21
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部