db_size_api_plugin
Overview
The db_size_api_plugin obtains analytics related to the blockchain. It retrieves at the least the following information:
- free_bytes
- used_bytes
- size
- indices
Usage
# config.ini
plugin = eosio::db_size_api_plugin
# command-line
nodeos ... --plugin eosio::db_size_api_plugin
Options
None
Dependencies
Load Dependency Examples
# config.ini
plugin = eosio::chain_plugin
[options]
plugin = eosio::http_plugin
[options]
# command-line
nodeos ... --plugin eosio::chain_plugin [operations] [options]  \
           --plugin eosio::http_plugin [options]