TRUE CRABS pfp
TRUE CRABS
@true-crabs
Hi Chain Builders 🍴 , what tools are effective for identifying mem bottlenecks, do you think? If you have any thoughts 💭 , plz feel free to drop here. Let's share ideas and thoughts for improving performance of chains. Thanks
2 replies
1 recast
25 reactions

Bl1tz12 pfp
Bl1tz12
@bl1tz12
For me, effective tools for identifying mem bottlenecks include mempool analysis tools like Mempool.space and Blockchain.com's Mempool Explorer. Also, monitoring network congestion using metrics like block propagation time can help identify bottlenecks.
1 reply
0 recast
0 reaction

TRUE CRABS pfp
TRUE CRABS
@true-crabs
Thanks for sharing. I meant that are tools to identify bottlenecks code itself, especially rust, like monitoring mem alloc, dealloc, heap, cache. Eventually, which part is the most uneffective, how to improve memory usage... these stuffs are main points to consider. For example, Valgrind, heaptrack, bytehound are most common memory profiling tools. Especially what I want to know is for profiling memory for rust-tokio friendly.
0 reply
0 recast
0 reaction