-
Notifications
You must be signed in to change notification settings - Fork 67
Interpreting Console Out
Eric Voskuil edited this page Mar 19, 2017
·
39 revisions
The following is logged to the console for blocks that are accepted to the strong chain. For early blocks the console skips lines in order to not slow down the synchronization. However all entries are written to the debug log.
00:46:51.054455 INFO [blockchain] Block [457889] 1473 txs 5480 ins 0 wms 186 vms 34 vµs 1 rµs 3 cµs 18 pµs 11 aµs 1 sµs 22 dµs 1.000000
01:04:27.130809 INFO [blockchain] Block [457890] 2263 txs 4383 ins 0 wms 183 vms 42 vµs 2 rµs 5 cµs 20 pµs 14 aµs 1 sµs 28 dµs 0.999558
01:14:52.545164 INFO [blockchain] Block [457891] 2507 txs 4700 ins 0 wms 208 vms 44 vµs 1 rµs 6 cµs 19 pµs 17 aµs 2 sµs 30 dµs 1.000000
01:22:33.294732 INFO [blockchain] Block [457892] 1997 txs 5194 ins 0 wms 202 vms 39 vµs 2 rµs 5 cµs 19 pµs 12 aµs 1 sµs 25 dµs 1.000000
01:31:05.938816 INFO [blockchain] Block [457893] 1766 txs 4999 ins 0 wms 185 vms 37 vµs 2 rµs 4 cµs 18 pµs 12 aµs 1 sµs 25 dµs 0.999433
This information can be converted to a table and averaged as follows.
| block | txs | ins | wms | vms | vµs | rµs | cµs | pµs | aµs | sµs | dµs | efficiency |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 457889 | 1473 | 5480 | 0 | 186 | 34 | 1 | 3 | 18 | 11 | 1 | 22 | 1.0000000 |
| 457890 | 2263 | 4383 | 0 | 183 | 42 | 2 | 5 | 20 | 14 | 1 | 28 | 0.9995580 |
| 457891 | 2507 | 4700 | 0 | 208 | 44 | 1 | 6 | 19 | 17 | 2 | 30 | 1.0000000 |
| 457892 | 1997 | 5194 | 0 | 202 | 39 | 2 | 5 | 19 | 12 | 1 | 25 | 1.0000000 |
| 457893 | 1766 | 4999 | 0 | 185 | 37 | 2 | 4 | 18 | 12 | 1 | 25 | 0.9994330 |
| average: | 2001 | 4951 | 0 | 193 | 39 | 2 | 5 | 19 | 13 | 1 | 26 | 0.9997982 |
Users | Developers | License | Copyright © 2011-2024 libbitcoin developers
- Home
- Build Server
- Download Server
- Frequently Asked Questions
- General Information
- Client Server Interface
- Configuration Settings
- Tutorials