aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/java/me/lucko/spark/common/command
AgeCommit message (Expand)Author
2021-02-04fix typo in SamplerModule.java (#97)Simon Gardling
2020-11-07Oops it seems pagination still existsLuck
2020-11-07Update from text to adventureLuck
2020-06-23Include platform info in sampler and heap summary data (#58)MD
2020-05-26Add 95th percentile MSPT and replace average MSPT with median MSPT (#55)Andrew Steinborn
2020-04-24Improve --ignore-sleeping flag, add --ignore-native flagLuck
2020-04-22Don't include ms unit in GC average frequencyLuck
2020-04-20Revert "Set default sampling interval to 3ms"Luck
2020-04-20Set default sampling interval to 3msLuck
2020-04-11Report average collection frequency in '/spark gc'Luck
2020-04-09Add '/spark gc' and '/spark gcmonitor' commands to help track GC activityLuck
2020-04-05Allow exact tick duration to be used as threshold in tickmonitoring command (...Luck
2020-04-02/spark sampler --> /spark profiler, with aliasLuck
2020-04-01Allow comments to be specified on sampler outputLuck
2020-03-06Treat different methods (not just methods with the same name) as different st...Luck
2020-02-04Monitor average tick durations & report them in /spark tpsLuck
2020-02-03Refactor heap dump compressionLuck
2020-01-02Add --order-by-time optionLuck
2019-12-03Some cleanup & refactoringLuck
2019-08-09Codestyle changesLuck
2019-08-03Some more reorganisingLuck
2019-08-03more cleanup work, fix buildLuck
2019-07-20Implement pagination in /spark activityLuck
2019-06-18Send separate messages instead of using newline (#17)Luck
2019-06-16Add option to ignore "sleeping" threads when samplingLuck
2019-06-16Use protobuf to encode data instead of JSONLuck
2019-06-02Add support for heap dump compression (#16)Luck
2019-05-24Send tick monitoring messages asyncLuck
2019-05-13Combine tps and cpu commands into oneLuck
2019-05-13Change the way CPU monitoring is performedLuck
2019-05-13Include sender metadata tooLuck
2019-05-13Activity log improvementsLuck
2019-05-13Ensure things are cleaned up nicely when the plugin disablesLuck
2019-05-04Update to text 3.0.0Luck
2019-05-04Start implementing activity log featureLuck
2019-04-27Use text components instead of legacy formatting codes throughout the projectLuck
2019-04-27Combine all sampler commands under the same aliasLuck
2019-04-17Add CPU and disk usage to health commandLuck
2019-04-17Fix permission checkingLuck
2019-04-17Add /spark health command to report tps / memory usage statsLuck
2019-04-16Lots of refactoring, add tps commandLuck
2019-02-21Allow sampling at fractions of a millisecond intervalsLuck
2019-02-04Add combine-all thread grouping argumentLuck
2019-01-13Add support for creating .phd heap dumps with OpenJ9 JVMsLuck
2018-12-31Tab complete for --regex flagLuck
2018-12-31Allow thread names to be specified using regexLuck
2018-12-31Add tab completion for newly added argumentsLuck
2018-12-31Add '/spark heapdump' commandLuck
2018-12-19Count current tick using an int instead of LongAdderLuck
2018-11-04some misc refactoringLuck