Submit #3063
closedkcollect export to dbm and view existing dbm file
90%
Description
adds the ability to export to DBM db file with -b option and option to display existing dumped files with -d (-o option is used in display)
Files
Updated by htse about 7 years ago
- File kcollect_load.patch added
As discussed in irc: the loading routine decoupled from display so that it can both display and plot from database
database "adding on" functionality tested and working.
Updated by htse about 7 years ago
- File kcollect_dbm_final.patch kcollect_dbm_final.patch added
well I'm a retard and I officially can't work git because I'm a git, there's that. :P
I remade the patch again, third time good time I hope but I also pushed it to a public remote gitlab repository if that's easier: https://gitlab.com/HowTheStoryEnds/kcollect.git
Updated by dillon about 7 years ago
- Status changed from New to In Progress
- Assignee set to dillon
ok, committed the updated patch with whitespace and formatting fixes, plus a manual page adjustment.
-Matt
Updated by htse about 7 years ago
Saves the kcollect_t[] first 2 header records to the dbm file with "HEADER 0" and "HEADER 1" keys
Updated by htse about 7 years ago
- File intermediary_patch.patch intermediary_patch.patch added
clean up patch, adds switch so we know we get data loaded from disk for GMT conversion. Not happy yet with the time conversion stuff, something is off there. try a dump and then a dump from that load to see what I mean. :/
so
./kcollect -b testdump
./kcollect -d testdump -b testdump2
Updated by htse about 7 years ago
- File final_path_i_think.patch final_path_i_think.patch added
I hope this is the final patch: bugfixed + -r option, which writes only the header records to an existing DB, based on the header records of the current in kernel ary.
Updated by swildner about 7 years ago
- Status changed from In Progress to Closed
Matt said all of this was pushed, so closing it.