Anton Kaliaev
c94c1ff89a
[ansible-tendermint] add missing handler to readme
8 years ago
Anton Kaliaev
294292f586
[ansible-tendermint] specify what this role does
8 years ago
Anton Kaliaev
4911c66b6d
Merge pull request #25 from tendermint/23-tendermint-seeds
[ansible-tendermint] tendermint_validators variable (Refs #23 )
8 years ago
Anton Kaliaev
667e92e635
[ansible-tendermint] tendermint_validators variable (Refs #23 )
8 years ago
Anton Kaliaev
aa0fa0e6d8
Merge pull request #26 from tendermint/24-more-config-variables
[ansible-tendermint] more configuration options (Refs #24 )
8 years ago
Anton Kaliaev
19e332840b
[ansible-tendermint] more configuration options (Refs #24 )
8 years ago
Anton Kaliaev
649a485275
[ansible-tendermint] systemd template
8 years ago
Anton Kaliaev
4c4bce9469
[mintnet-kubernetes] use `tr -d` as per Frey suggestion
8 years ago
Anton Kaliaev
121926d898
[ansible-tendermint] quick fix for #22
8 years ago
Anton Kaliaev
5e5968801c
[ansible-tendermint] make seeds explicit
8 years ago
Anton Kaliaev
4750dbba77
[ansible-tendermint] rename playbook for clarity
8 years ago
Anton Kaliaev
5e56b2ea0e
[ansible-tendermint] add TOC
8 years ago
Anton Kaliaev
f33edeb23a
[ansible-tendermint] add image
8 years ago
Anton Kaliaev
a8d530dfda
change title
8 years ago
Anton Kaliaev
b552974a09
Merge pull request #20 from tendermint/mintnet-ansible
Ansible playbook for Tendermint
8 years ago
Anton Kaliaev
b708e91bce
mintnet-ansible
update readme, add license
rename mintnet-ansible to ansible-tendermint
fix name
text format for log file
include start into main
update readme
8 years ago
Anton Kaliaev
eee17f2a5c
[mintnet-kubernetes] make sure not to read and write the same file in the same pipeline
8 years ago
Anton Kaliaev
05e6a730eb
[mintnet-kubernetes] add rancher as an option for DO [ci skip]
8 years ago
Anton Kaliaev
9442a069a3
[tm-monitor] use BaseService.Reset method
8 years ago
Anton Kaliaev
ed9dda0c17
[mintnet-kubernetes] increase tm memory limit
8 years ago
Anton Kaliaev
115b1505f7
[tm-monitor] proposed solution for idea #1
8 years ago
Anton Kaliaev
5a9d14f025
[tm-monitor] expand ideas section
8 years ago
Anton Kaliaev
d00b637959
[tm-bench] remove .pre prefix from version
8 years ago
Anton Kaliaev
de94e9b4ea
[tm-bench] add missing flag in README
8 years ago
Anton Kaliaev
7522dea243
Merge pull request #15 from tendermint/bugfix/9-ws-performance
[tm-bench] go-rpc -> plain gorilla/websocket
8 years ago
Anton Kaliaev
08166b05f5
[tm-bench] use plain ws connection instead of go-rpc (Refs #9 , Fixes #14 )
Also:
- use go-kit/log
Reasoning:
I found that we just don't need this layer of abstraction here. Plus
go-rpc is buggy and lacking proper closing of ws connections.
8 years ago
Anton Kaliaev
14b0589d6b
[tm-bench] nice formatting for error
8 years ago
Anton Kaliaev
31ee29d2f0
[tm-bench] add Dockerfile
8 years ago
Anton Kaliaev
3044f66ba9
[tm-monitor] now EventMeter can be restarted multiple times (Refs #6 )
with one caveat: go-common and go-rpc need to be updated as well
8 years ago
Anton Kaliaev
c053c15231
[tm-monitor] only restart EventMeter
8 years ago
Anton Kaliaev
6e00ce9bbd
[tm-monitor] fix blocking issue
as you can see the mistake is that we listen for quit instead of closing
it.
8 years ago
Anton Kaliaev
dee06a92d9
[tm-monitor] rewrite eventmeter to use go-kit/log
8 years ago
Anton Kaliaev
06e5b8c2df
[mintnet-kubernetes] join commands in the QuickStart examples
8 years ago
Anton Kaliaev
a83c27a282
copy mintnet-kubernetes from https://github.com/tendermint/mintnet-kubernetes
8 years ago
Anton Kaliaev
1c8496406a
[tm-monitor] fix build-docker
8 years ago
Anton Kaliaev
81dbd7afc5
[tm-monitor] set current version to 0.2.1
8 years ago
Anton Kaliaev
7d95b5232f
Merge pull request #12 from tendermint/bugfix/11-nodes-not-sorted
preserve nodes ordering (Fixes #11 )
8 years ago
Anton Kaliaev
4ae36d4e76
[tm-monitor] preserve nodes ordering ( Fixes #11 )
8 years ago
Anton Kaliaev
c8e0eca7e5
Merge pull request #8 from tendermint/tm-bench
tm-bench
8 years ago
Anton Kaliaev
101418cf75
update readme
8 years ago
Anton Kaliaev
a6130910bf
use math/rand, no need in crypto
8 years ago
Anton Kaliaev
68b07b9c97
connections flag
8 years ago
Anton Kaliaev
674d1d3e1b
update readme
8 years ago
Anton Kaliaev
f36d60552f
remove listenAddr flag
8 years ago
Anton Kaliaev
7ee9bb4ea2
more accurate statistics
8 years ago
Anton Kaliaev
8af2fe79e1
[tm-bench] show basic stats
```
===
Avg block time: 1225.504 ms
Avg tx throughput: 905 per sec
Avg block latency: 6.121 ms
===
```
8 years ago
Anton Kaliaev
da08d589b5
[tm-bench] initial commit
8 years ago
Anton Kaliaev
fb28fd4c13
Merge pull request #7 from tendermint/feature/extract-lib
[tm-monitor] extract lib to monitor/ dir
8 years ago
Anton Kaliaev
31a54b0840
[tm-monitor] extract lib to monitor/ dir
because tm-bench needs these structures
8 years ago
Anton Kaliaev
ce69eaa75e
[tm-monitor] mark next version as pre until release
8 years ago