Add a persistent screen showing basic node metrics

The screen is implemented using ANSI Escape sequences.

Closes #1331
This commit is contained in:
Jack Grigg
2016-09-04 04:39:45 +12:00
parent f39d176ebf
commit a6df7ab567
7 changed files with 204 additions and 3 deletions

View File

@@ -120,6 +120,7 @@ BITCOIN_CORE_H = \
main.h \
memusage.h \
merkleblock.h \
metrics.h \
miner.h \
mruset.h \
net.h \
@@ -205,6 +206,7 @@ libbitcoin_server_a_SOURCES = \
leveldbwrapper.cpp \
main.cpp \
merkleblock.cpp \
metrics.cpp \
miner.cpp \
net.cpp \
noui.cpp \