Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-21 | journal: by default do not decompress dat objects larger than 64K | Lennart Poettering | |
This introduces a new data threshold setting for sd_journal objects which controls the maximum size of objects to decompress. This is relieves the library from having to decompress full data objects even if a client program is only interested in the initial part of them. This speeds up "systemd-coredumpctl" drastically when invoked without parameters. | |||
2012-11-12 | enable localization for common *ctl commands | Dave Reisner | |
2012-11-09 | coredumpctl: add missing -F, --field option to help | Dave Reisner | |
2012-11-09 | systemd-coredumpctl: add 'gdb' to usage output | Dave Reisner | |
2012-10-30 | coredumpctl: add --field/-F option | Zbigniew Jędrzejewski-Szmek | |
Useful for completion generation. | |||
2012-10-30 | coredumpctl: add --no-legend option | Zbigniew Jędrzejewski-Szmek | |
Useful for completion generation. | |||
2012-10-30 | coredumpctl: fix program return code | Zbigniew Jędrzejewski-Szmek | |
2012-10-30 | coredumpctl: add guard to options table | Zbigniew Jędrzejewski-Szmek | |
It is not nice to segfault on unknown options :( | |||
2012-10-28 | journal: fix memleak, call set_free before return | Michal Sekletar | |
2012-10-27 | coredumpctl: add 'gdb' verb to start gdb right-away on a collected coredump | Lennart Poettering | |
2012-10-26 | coredumpctl: show timestamps in list | Lennart Poettering | |
2012-10-26 | coredumpctl: optimize journal entry parsing a bit by enumerating only once | Lennart Poettering | |
2012-10-26 | coredumpctl: initialize global vars | Lennart Poettering | |
2012-10-19 | journal: add tool to extract coredumps | Zbigniew Jędrzejewski-Szmek | |
'systemd-coredumpctl' will list available coredumps: PID UID GID sig exe 32452 500 500 11 /home/zbyszek/systemd/build/journalctl 32666 500 500 11 /usr/lib64/valgrind/memcheck-amd64-linux ... 'systemd-coredumpctl dump PID' will write the coredump to specified file or stdout. |