Skip to content

tylerztl/fabric-orderer-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orderer Traffic Engine

This Orderer Traffic Engine (OTE) tool tests the operation of a hyperledger fabric ordering service.

Architecture

ote

Prerequisites

  • Go 1.10+ installation or later
  • GOPATH environment variable is set correctly
  • Govendor version 1.0.9 or later
  • Protoc Plugin
  • Protocol Buffers

Getting started

1. Download fabric images

./scripts/download_images.sh

2. Start the fabric network

make networkUp

3. Create channel

make cli

4. Start the ote server

4.1 binary start

make start

4.2 docker start note:modify conf/app.yaml file "local" field to "false"

make benchmark

5. Running the test suite

cd test

ghz

Simple gRPC benchmarking and load testing tool inspired by hey and grpcurl.

cd ghz
./ghz --config=./config.json 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published