View Single Post
Author Message
Papero
Veteran Member
Join Date: Aug 2016
Location: Italy
Old 01-17-2020 , 11:42   Parser for Sourcemod Handle Dumps
Reply With Quote #1

This is a web app, that will parse a sourcemod handle dump, that can be generated with (sm_dump_handles file.txt).
You just need to paste in the content of the file (or upload it), in the textarea of the webpage, and the dump will be parsed giving informations such as: the total memory used by a plugin, how many handles a plugin is using and which is the most used handle type. You can hover the cursor on the handle type to show more detailed information such as the list of all the handles types, how many of them exist and how much memory are they using.
All the table columns can be sorted in ascending or descending order.
After a dump is parsed it is saved in a indexed db, and the web app will keep track of all the previous dumps.




The web app is available here: https://hexer10.github.io/Sourcemod-HandleDumpParser/
Source code: https://github.com/Hexer10/Sourcemod-HandleDumpParser

It is built with Dart and Bootstrap.
__________________
My Plugins
SPCode


Steam: hexer504
Telegram: Hexah
Discord: Hexah#6903

If you like my work you can donate here!

Last edited by Papero; 05-29-2020 at 15:06.
Papero is offline