Open ZenGround0 opened 1 year ago
@arajasek @snissn, we are curious - were you two be able to work on this base on the information provided in the issue + this tutorial? If not, what's missing would be helpful?
@jennijuju I haven't run the command yet, but the instructions definitely seem sufficient. I'll follow up if I run into something unexpected.
User Story
10884 but for gas visualization
I am a user who develops filecoin and client software for it. I want to understand how filecoin state computation is spending its time. I want to see: 1) a breakdown of how much gas is used in which actors and which methods, 2) if the gas is related to manipulating state or executing WASM instructions. I especially want to see this for cron execution. I can then use this to visualize changes in network dynamics and evaluate how new changes impact (i.e: fvm gas pricelist) the network.
Acceptance Criteria
I can run a small set of commands given a range of tipsets / filecoin epochs to get me a (1) json summary of gas used by different actors and methods (2) visualization of gas used by different actors and methods:
Technical Breakdown