From c9d4e17e9378957f134f04478463b42b40d6a2f8 Mon Sep 17 00:00:00 2001 From: ajlopez Date: Mon, 31 Oct 2016 17:59:55 -0300 Subject: [PATCH] RSK-1562 Single values --- Metrics.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Metrics.md b/Metrics.md index ee506a9a..c5ca5bf3 100644 --- a/Metrics.md +++ b/Metrics.md @@ -69,23 +69,45 @@ Gas limit per block in history. ### Best Block +The number of the best mined block added to the main chain. + ### Uncles +Number of uncles in current block vs count of uncles in last 50 blocks. + ### Last Block +Time elapsed from last mined block. + ### Average Block Time +Sum of block times divided by number of blocks in history. + ### Average Network Hashrate +Difficulty of best block divided by average of block time (time since previous block) + ### Difficulty +Last block difficulty. + ### Active Nodes +Number of active nodes vs number of total nodes. + ### Gas Price +Gas price in node with best block. + ### Gas Limit +Gas limit in best block. + ### Page Latency +Latency obtaining data. + ### Uptime +Percentage of nodes uptime. +