multichain disk space usage monitoring

+2 votes
Hi. I would like to know how you guys monitor disk space usage by multichain. What specific files should I monitor? Thanks.
asked Sep 29, 2022 by Emiliano

1 Answer

0 votes

You just need to monitor the size of the blockchain directory. Assuming you're on Linux, you can run this command from the account in which multichaind is running:

du -sh ~/.multichain/[chain-name]

answered Sep 29, 2022 by MultiChain
...