bitcoinperf icon indicating copy to clipboard operation
bitcoinperf copied to clipboard

High-level performance monitoring framework for Bitcoin Core

Results 17 bitcoinperf issues
Sort by recently updated
recently updated
newest added

Bumps [ipython](https://github.com/ipython/ipython) from 7.31.1 to 8.10.0. Commits 15ea1ed release 8.10.0 560ad10 DOC: Update what's new for 8.10 (#13939) 7557ade DOC: Update what's new for 8.10 385d693 Merge pull request from...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2018.10.15 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

Also it looks like the daemon stopped running and adding metrics back in August?

Right now the bitcoinperf.com server needs to be manually started with `docker-compose up -d ...`. Daemonize it with a systemd user unit so that it will start automatically.

Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.1 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

`fio` is used to gauge disk speed per host. If it isn't present or is misconfigured, we should still save/report what results we can instead of crashing.

See https://github.com/bitcoin/bitcoin/issues/21628

Python itself is available on windows: See e.g. https://github.com/chaincodelabs/bitcoinperf/commits/1911-ciWindows However, the compilation would have to be done in `wsl`, I guess.

For some benchmarks it would be nice to measure the consumed CPU time. E.g. * ibd/reindex, which could be dominated by disk/net access. * An "idle test", where bitcoind in...