aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/java/me/lucko/spark/common/sampler
AgeCommit message (Expand)Author
2022-01-20Expose some server configuration values in the viewerLuck
2021-12-30Use wallclock sampling instead of itimerLuck
2021-12-29Fallback to itimer profiler mode inside containersLuck
2021-12-28Use try catch for system stat collectionLuck
2021-12-28Include platform and system statistics in profiler viewer payloadLuck
2021-11-14Print more useful information when async-profiler fails to loadLuck
2021-11-01async-profiler on macosLuck
2021-10-03Some tidying upLuck
2021-09-26Support --timeout flag for async-profiler sampler modeLuck
2021-07-30Catch UnsatisfiedLinkError when loading async-profiler native libLuck
2021-07-18Add flag to save profile/heapsummary to files instead of uploading to bytebinLuck
2021-05-30Extract class sources (plugin/mod names) and include in data payloadLuck
2021-05-06Improve some proto message/field namesLuck
2021-03-27Execute commands asyncLuck
2021-03-23Refactor and tidy up, more consistent code styleLuck
2021-03-20Switch to protobuf liteLuck
2021-03-16Update async-profiler to 2.0Luck
2021-03-10async-profiler support (#102)lucko
2020-06-23Add n-cpus and heap usage to platform infoLuck
2020-06-23Include platform info in sampler and heap summary data (#58)MD
2020-04-24Improve --ignore-sleeping flag, add --ignore-native flagLuck
2020-04-20Revert "Set default sampling interval to 3ms"Luck
2020-04-20Set default sampling interval to 3msLuck
2020-04-01Allow comments to be specified on sampler outputLuck
2020-03-24Some misc refactoringLuck
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-01-11Add AbstractTickCounterLuck
2020-01-02Order with most time taken firstLuck
2020-01-02Add --order-by-time optionLuck
2019-12-03Some cleanup & refactoringLuck
2019-08-03Fix bug with Regex ThreadDumper not requesting ThreadInfo instances including...Luck
2019-08-03Regex ThreadDumper should be case insensitiveLuck
2019-06-16Add option to ignore "sleeping" threads when samplingLuck
2019-06-16Use protobuf to encode data instead of JSONLuck
2019-06-15Return total time as a doubleLuck
2019-05-13Include sender metadata tooLuck
2019-05-13Write metadata to sampler outputLuck
2019-04-27Sampler performance improvementsLuck
2019-04-16Lots of refactoring, add tps commandLuck