here is a video demo。
You are able to install tape
via ways blow:
-
download binary:fromrelease pagedownload binary。
-
local complie:
make tape
- Docker image:
docker pull ghcr.io/hyperledger-twgc/tape
make docker
according to this edit config file.
./tape --config=config.yaml --number=40000
docker run -v $PWD:/tmp ghcr.io/hyperledger-twgc/tape tape commitOnly -c $CONFIG_FILE -n 40000
docker run -v $PWD:/tmp ghcr.io/hyperledger-twgc/tape tape endorsementOnly -c $CONFIG_FILE -n 40000
./tape --config=config.yaml --number=40000 --prometheus
and the Prometheus will listen :8080/metrics
, the metrics names as transaction_latency_duration
and read_latency_duration
for now, they are float based time duration.
environment TAPE_LOGLEVEL
for log level
export TAPE_LOGLEVEL=debug
default is warn
:
- panic
- fatal
- error
- warn
- warning
- info
- debug
- trace