aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/java/me/lucko/spark/common/monitor
AgeCommit message (Expand)Author
2023-03-19Allow platforms to provide their own TPS/MSPT calculationsLuck
2023-03-19Tidy up thread factories and async sampler regex thread filterLuck
2022-08-07Refactor Windows wmic utilityLuck
2022-08-07Improve operating system info (#238)Paint_Ninja
2022-08-07Support getting the CPU model name on Windows (#237)Paint_Ninja
2022-04-20Fix network monitor interface ignore regex (#195)Luck
2022-04-19Fix /proc/net output parsing and number formatting (#195)Luck
2022-04-18Include network interface statistics in '/spark health' commandLuck
2022-04-14Try to read total physical memory from /proc on linuxLuck
2022-03-16Show 'available' physical memory instead of 'free'Luck
2022-02-06Improve build toolingLuck
2022-01-30Fix NPE in DiskUsage util (#166)Luck
2022-01-20Add ping statistics and commandLuck
2021-12-30Include the name of the CPU model in stats for Linux systemsLuck
2021-12-28Include platform and system statistics in profiler viewer payloadLuck
2021-04-07Add a basic API for retrieving spark statisticsLuck
2021-03-23Refactor and tidy up, more consistent code styleLuck
2020-11-07Update from text to adventureLuck
2020-06-23Add n-cpus and heap usage to platform infoLuck
2020-05-26Add 95th percentile MSPT and replace average MSPT with median MSPT (#55)Andrew Steinborn
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-03-24Don't include negative cpu usage readings (null result) in averagesLuck
2020-03-24Some misc refactoringLuck
2020-03-05Some minor cleanupLuck
2020-02-04Monitor average tick durations & report them in /spark tpsLuck
2020-01-11Implement PaperTickCounter using server tick event instead of schedulerLuck
2019-12-03Some cleanup & refactoringLuck
2019-09-03Cpu monitoring thread should be a daemon threadLuck
2019-08-09Codestyle changesLuck
2019-08-03Some more reorganisingLuck
2019-05-24Send tick monitoring messages asyncLuck
2019-05-13Fix broken messageLuck
2019-05-13Adjust tick monitoring counting techniqueLuck
2019-05-13Change the way CPU monitoring is performedLuck
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-17Add CPU and disk usage to health commandLuck
2019-04-17Add /spark health command to report tps / memory usage statsLuck
2019-04-16Lots of refactoring, add tps commandLuck