aboutsummaryrefslogtreecommitdiff
path: root/spark-common
AgeCommit message (Collapse)Author
2021-06-01Add class source lookups for Fabric and ForgeLuck
2021-05-30Extract class sources (plugin/mod names) and include in data payloadLuck
2021-05-23Fix platform enable condition being invertedLuck
2021-05-23Fix bug where platform would enable twice on Fabric/Forge (#116)Luck
2021-05-19Update gradle wrapperLuck
2021-05-16Velocity 2.0.0Luck
2021-05-06Improve some proto message/field namesLuck
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-20Switch to protobuf liteLuck
Quite a significant reduction in jar size, yay
2021-03-16Update async-profiler to 2.0Luck
2021-03-11Fix command broadcast permission checks, other misc tidyingLuck
2021-03-10Remove hash from viewer URLLuck
2021-03-10async-profiler support (#102)lucko
2021-03-05Add permissions for each individual subcommandLuck
2021-02-04fix typo in SamplerModule.java (#97)Simon Gardling
2021-01-17Fix a bug upon early server startup in which percentiles would throw an out ↵Andrew Steinborn
of bounds exception (#92)
2021-01-09Comment out custom protoc locationLuck
2021-01-09Re-add module for Forge 1.12.2Luck
#26
2020-11-07Oops it seems pagination still existsLuck
2020-11-07Update from text to adventureLuck
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-06-23Update some dependenciesLuck
2020-05-26Add 95th percentile MSPT and replace average MSPT with median MSPT (#55)Andrew Steinborn
2020-05-19Catch Throwable instead of Exception when trying to compute classes in ↵Luck
MethodDisambiguator
2020-04-24Don't print command exceptions to consoleLuck
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
lol changed my mind This reverts commit d927d105a8525c53dfc6213f9ca42f03b7fc46ac.
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
Example output: https://i.imgur.com/JihIDvk.png
2020-04-05Allow exact tick duration to be used as threshold in tickmonitoring command ↵Luck
(#43)
2020-04-02Change expiry time for URL activity log entriesLuck
2020-04-02/spark sampler --> /spark profiler, with aliasLuck
2020-04-01Relocate text lib, build a separate jar for velocityLuck
2020-04-01Update viewer URLLuck
2020-04-01Allow comments to be specified on sampler outputLuck
2020-03-26Fix heapsummary type parsingLuck
2020-03-24Don't include negative cpu usage readings (null result) in averagesLuck
2020-03-24Some misc refactoringLuck
2020-03-06Use ASMs type descriptor utility instead of our ownLuck
2020-03-06Treat different methods (not just methods with the same name) as different ↵Luck
stack nodes & include method descriptions in proto data
2020-03-05Some minor cleanupLuck
2020-02-06Improve ThreadFinder array handlingLuck
2020-02-06Ignore expired log entries on loadLuck
2020-02-04Monitor average tick durations & report them in /spark tpsLuck