Hyperledger Caliper is a blockchain benchmark tool for Hyperledger and some non-Hyperledger blockchain platforms.
Questions tagged [hyperledger-caliper]
65 questions
11
votes
2 answers
measuring Hyperledger Composer performance using Hyperledger Caliper
Is it possible to measure Hyperledger composer network performance which runs on Hyperledger fabric using Hyperledger Caliper framework?
If yes can you guide me how can I change the configuration to connect Caliper to running Hyperledger composer…

ethertest
- 317
- 4
- 13
3
votes
1 answer
pkcs11js@1.0.19 script failure installing Hyperledger Caliper CLI from NPM v0.2.0
I am trying to install Hyperledger Caliper CLI from npm.
However, can't bind the sut, fabric SDK with caliper. It shows the following -
2020.01.12-19:29:43.747 info [caliper] [bind] Calling npm with: install grpc@1.14.2 fabric-ca-client@1.4.4…

Asma Swapna
- 31
- 1
2
votes
0 answers
Dockerized Hyperledger Caliper Exited with code 0
I'm using Hyperledger Caliper 0.4.2 to benchmark a Hyperldger Fabric 2.1.0 network deployed on a Docker Swarm Cluster. The Fabric network is up and running and all the Chaincodes are installed and initiated properly. The Caliper benchmark is…

TharinduRanathunga
- 221
- 1
- 4
- 9
2
votes
2 answers
Channel:mychannel received discovery error:access denied
I'm new to Hyperledger and trying to use Hyperledger Caliper v0.3.2 as benchmark tool to test Fabric v1.3. I followed two official tutorials: https://hyperledger-fabric.readthedocs.io/en/release-1.3/build_network.html and…

zch
- 21
- 5
2
votes
1 answer
Hyperledger Caliper ERROR: Failed to submit transaction using arguments, with error: Error: No discovery results found
I am trying to set up the Hyperledger Caliper for the first time ever to test my Hyperledger Fabric network.
I was following this tutorial on youtube https://www.youtube.com/watch?v=ypF36RGaG1Q, and when I try to run the following command:
npx…

catsdev
- 83
- 1
- 1
- 5
2
votes
0 answers
How to test my own business network made on Hyperledger Composer using Hyperledger Caliper
I'm currently working on performance benchmarking using Hyperledger Caliper.
I have tried several samples but it seems that the structure of sample benchmarks are different from that of a business network made on Hyperledger Composer.
Looks like…

Ken
- 21
- 1
2
votes
1 answer
Setting up Hyperledger Caliper with Hyperledger Fabric 1.4 with kafka based ordering
I need help in setting up the hyper ledger caliper which is used as a benchmarking tool for hyperledger fabric network with kafka based ordering.
Please help me in this regard
Thank you

Lucky
- 359
- 1
- 8
2
votes
0 answers
Adapting hyperledger caliper with custom hyperledger fabric network "fabcar"
I was trying to test hyperledger fabric sample "fabcar" network with hyperledger caliper. I have edited caliper's "simple" benchmarks config.yaml and fabricConifg.json according to the official documentation. I'm getting the following error when…

ZBay
- 352
- 1
- 6
- 17
1
vote
0 answers
How to fix this error encountered in generating a benchmark in Hyperledger Caliper? node:events:491 throw er; // Unhandled 'error' event ^
enter image description here
I followed everything on this documentation https://hyperledger.github.io/caliper/v0.3.2/benchmark-generator/ but error "node:events:491 throw er;" is showing.
node:events:491
throw er; // Unhandled 'error' event
…

Lady
- 11
- 1
1
vote
1 answer
How to use hyperledger caliper with quorum blockchain ? i didn't undrestand how it works and i looked for a tutoriol but i didn't found, i use linux
I am trying to figure out how to use Caliper to do benchmark testing in quorum blockchain network and I am getting nowhere.
I try to follow this tutoriel…

Imen
- 23
- 3
1
vote
1 answer
HyperLedger Caliper Report Formatting issue
how can I increase the precision after the decimal point in Caliper report for max/min/avg latency? it gives me 0.1/0/0 repectively. I need it to be 0.1000/0.0000/0.0000. in order to get some values to plot.

hashim yar
- 11
- 1
1
vote
1 answer
When I try "npm install --only=prod @hyperledger/caliper-cli@0.4.2", I failed. Why?
I'm trying to install Caliper from NPM with version 7.19.1, following the document from https://hyperledger.github.io/caliper/v0.4.2/installing-caliper/#versioning-semantics
When I run the command
npm install --only=prod…

K. Zhu
- 358
- 1
- 3
- 12
1
vote
1 answer
Hyperledger Fabric/Hyperledger Caliper Benchmarking
Been learning a bit about both Hyperledger Fabric and Hyperledger Caliper recently.
Recently have been following the Hyperledger Caliper Fabric benchmarking tutorial here to learn a bit more about it.
It uses the Fabric Samples network as an example…

BSantos
- 13
- 5
1
vote
1 answer
Resource monitor using hyperledger fabric caliper - Error: socket hang up
Following Configuration is used to monitor the resource utilization of the docker container which is in a remote machine using a hyperledger caliper (0.4.2).
test:
name: sample fabric network
description: sample Network Benchmark
…

Gopal Ojha
- 37
- 7
1
vote
1 answer
Hyperledger Fabric Caliper is not using Certificate Authority (CA) server to submit transaction
In Hperledger caliper for benchmarking of fabric network, I have provided the connection profile with detail of CA. The transaction is successfully submitted to the network which is in the remote machine. I have checked the logs on peers, orderers,…

Gopal Ojha
- 37
- 7