Mutlichain Stream Transaction Performance on Multiple Nodes

+3 votes
I am in the process of evaluating Multichain opensource/free version, one of the performance criteria is the storage requirement on resource-limited edge device such as Raspberry single-board-computer (SBC).
I would like to evaluate the storage performance such as storage/transaction versus number of nodes or any recommendation?
Do you have any simulation software recommendation?
Thank you
asked Aug 21, 2023 by Moke Kwai Cheong

1 Answer

+1 vote
We can't recommend pre-existing software for this, but it should be easy to do in a simple scripting language using the regular JSON-RPC API.
answered Aug 21, 2023 by MultiChain
Yes, I am using JSON-RPC API for the performance simulation on storage/transaction versus number of nodes. However I am using timing-taking and storage sizing manually, is there any logfile that I can refer to for the performance especially the time taken?
You can see information in the debug.log file and also have more information added there. See the debug runtime parameter:

https://www.multichain.com/developers/runtime-parameters/
...