aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/java/me/lucko/spark/common/command/modules
AgeCommit message (Expand)Author
2023-03-07Don't use multi-release jar for websocket codeLuck
2023-01-28Stream live data to the viewer using WebSockets (#294)lucko
2023-01-08Allocation profiler (#290)lucko
2022-11-27Temporary solution to async-profiler JVM crashing issues (#271, #273, #274)Luck
2022-11-26Include player/entity/chunk counts in window statisticsLuck
2022-11-13Add upload subcommand as per documentationLuck
2022-11-13Background profilerLuck
2022-11-13Limit profile length to 1 hourLuck
2022-10-27Tidy up command feedback messagesLuck
2022-10-07Split profiler output into windows (#253)lucko
2022-09-19Provide extra metadata about sources in sampler dataLuck
2022-07-17Remove some unnecessary dependenciesLuck
2022-06-26Update adventure versionLuck
2022-06-26Include info about number of ticks in a profileLuck
2022-04-19Fix /proc/net output parsing and number formatting (#195)Luck
2022-04-18Include network interface statistics in '/spark health' commandLuck
2022-02-06Catch any exception when uploading data (#171)Luck
2022-01-20Add ping statistics and commandLuck
2021-12-28Include platform and system statistics in profiler viewer payloadLuck
2021-12-21Combine long messages into one componentLuck
2021-11-14Improve Velocity ClassSourceLookupLuck
2021-11-10Fix java compile configurationLuck
2021-11-01async-profiler on macosLuck
2021-10-03Some tidying upLuck
2021-09-26Support --timeout flag for async-profiler sampler modeLuck
2021-08-01Some basic config optionsLuck
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-04-07Add a basic API for retrieving spark statisticsLuck
2021-03-27Execute commands asyncLuck
2021-03-23Refactor and tidy up, more consistent code styleLuck
2021-03-21Refactor rolling average slightlyLuck
2021-03-11Fix command broadcast permission checks, other misc tidyingLuck
2021-03-10async-profiler support (#102)lucko
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