aboutsummaryrefslogtreecommitdiff
path: root/spark-common
AgeCommit message (Expand)Author
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 o...Andrew Steinborn
2021-01-09Comment out custom protoc locationLuck
2021-01-09Re-add module for Forge 1.12.2Luck
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 Method...Luck
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
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-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 st...Luck
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
2020-02-03Refactor heap dump compressionLuck
2020-01-11Add AbstractTickCounterLuck
2020-01-11Implement PaperTickCounter using server tick event instead of schedulerLuck
2020-01-02Order with most time taken firstLuck
2020-01-02Add --order-by-time optionLuck
2019-12-03Some cleanup & refactoringLuck
2019-09-03Cpu monitoring thread should be a daemon threadLuck
2019-08-09Codestyle changesLuck
2019-08-03Fix bug with Regex ThreadDumper not requesting ThreadInfo instances including...Luck
2019-08-03Regex ThreadDumper should be case insensitiveLuck
2019-08-03Some more reorganisingLuck
2019-08-03more cleanup work, fix buildLuck
2019-07-22cleanupLuck
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-16Better catch block for malformed heap dump summary linesLuck