This is my total crap script(s) to figure out the space used on disk and number of rows for tables in kitsune.
Do:
edit
get_schema.shreplacing paths with paths for your systemrun
get_schema.sh.it'll generate a
schema.sqlfile and then use that to generate atable_rows.txtfile.then it'll do an
ls -lhaon the directory with the .idb files in it and then tweak that. it'll eventually end up in a file calledtable_space.txt.run
python merge.pywhich will spit out the merged data.