aboutsummaryrefslogtreecommitdiff
path: root/spark-common/src/main/java/me/lucko/spark/common/command/modules/HealthModule.java
AgeCommit message (Expand)Author
2022-04-19Fix /proc/net output parsing and number formatting (#195)Luck
2022-04-18Include network interface statistics in '/spark health' commandLuck
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-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
2020-11-07Update from text to adventureLuck
2020-05-26Add 95th percentile MSPT and replace average MSPT with median MSPT (#55)Andrew Steinborn
2020-02-04Monitor average tick durations & report them in /spark tpsLuck
2019-08-09Codestyle changesLuck
2019-08-03Some more reorganisingLuck
2019-06-18Send separate messages instead of using newline (#17)Luck
2019-06-02Add support for heap dump compression (#16)Luck
2019-05-13Combine tps and cpu commands into oneLuck
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