Age | Commit message (Expand) | Author |
2019-05-24 | Send tick monitoring messages async | Luck |
2019-05-15 | Add try..catch around the parsing of each heap dump summary entry | Luck |
2019-05-13 | Fix broken message | Luck |
2019-05-13 | Combine tps and cpu commands into one | Luck |
2019-05-13 | Adjust tick monitoring counting technique | Luck |
2019-05-13 | Change the way CPU monitoring is performed | Luck |
2019-05-13 | Include sender metadata too | Luck |
2019-05-13 | Write metadata to sampler output | Luck |
2019-05-13 | Activity log improvements | Luck |
2019-05-13 | Ensure things are cleaned up nicely when the plugin disables | Luck |
2019-05-04 | Update to text 3.0.0 | Luck |
2019-05-04 | Start implementing activity log feature | Luck |
2019-04-27 | Use text components instead of legacy formatting codes throughout the project | Luck |
2019-04-27 | Combine all sampler commands under the same alias | Luck |
2019-04-27 | Sampler performance improvements | Luck |
2019-04-17 | Add CPU and disk usage to health command | Luck |
2019-04-17 | Fix permission checking | Luck |
2019-04-17 | Add /spark health command to report tps / memory usage stats | Luck |
2019-04-16 | Lots of refactoring, add tps command | Luck |
2019-02-21 | Insert data async to prevent blocking the main sampler task | Luck |
2019-02-21 | Allow sampling at fractions of a millisecond intervals | Luck |
2019-02-04 | Add combine-all thread grouping argument | Luck |
2019-01-21 | Refactor ThreadDumper#dumpThreads return value | Luck |
2019-01-13 | Add support for creating .phd heap dumps with OpenJ9 JVMs | Luck |
2019-01-01 | Improve ThreadGrouper by pool regex | Luck |
2018-12-31 | Some minor optimizations to ThreadDumper implementations | Luck |
2018-12-31 | Tab complete for --regex flag | Luck |
2018-12-31 | Allow thread names to be specified using regex | Luck |
2018-12-31 | Add tab completion for newly added arguments | Luck |
2018-12-31 | Add '/spark heapdump' command | Luck |
2018-12-19 | Count current tick using an int instead of LongAdder | Luck |
2018-12-19 | Update okhttp version | Luck |
2018-11-04 | some misc refactoring | Luck |
2018-11-03 | Improve the type descriptor conversion in heap dump outputs | Luck |
2018-11-02 | Any negative line number is invalid | Luck |
2018-11-02 | Add --include-line-numbers flag (#6) | Luck |
2018-11-02 | Add --without-gc flag (#7) | Luck |
2018-11-02 | Use the fragment identifier instead of query parameters | Luck |
2018-10-17 | Fix argument processing | Luck |
2018-10-15 | Implement tab completion, update readme | Luck |
2018-10-15 | Start work on commands refactoring | Luck |
2018-10-08 | reorganise some packages | Luck |
2018-10-08 | Increment version number | Luck |
2018-09-30 | Implement basic heap dump functionality | Luck |
2018-09-02 | Add support for velocity | Luck |
2018-06-29 | Implement GC notifications as part of the monitoring command | Luck |
2018-06-10 | Add license headers, update readme with new commands | Luck |
2018-06-10 | don't include line numbers | Luck |
2018-06-09 | include line numbers | Luck |
2018-06-09 | Use ScheduledExecutorService instead of Timer | Luck |