index
:
github/spark.git
1.8.9
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spark-common
/
src
/
main
/
java
/
me
/
lucko
/
spark
/
common
/
monitor
Age
Commit message (
Expand
)
Author
2023-03-19
Allow platforms to provide their own TPS/MSPT calculations
Luck
2023-03-19
Tidy up thread factories and async sampler regex thread filter
Luck
2022-08-07
Refactor Windows wmic utility
Luck
2022-08-07
Improve operating system info (#238)
Paint_Ninja
2022-08-07
Support getting the CPU model name on Windows (#237)
Paint_Ninja
2022-04-20
Fix network monitor interface ignore regex (#195)
Luck
2022-04-19
Fix /proc/net output parsing and number formatting (#195)
Luck
2022-04-18
Include network interface statistics in '/spark health' command
Luck
2022-04-14
Try to read total physical memory from /proc on linux
Luck
2022-03-16
Show 'available' physical memory instead of 'free'
Luck
2022-02-06
Improve build tooling
Luck
2022-01-30
Fix NPE in DiskUsage util (#166)
Luck
2022-01-20
Add ping statistics and command
Luck
2021-12-30
Include the name of the CPU model in stats for Linux systems
Luck
2021-12-28
Include platform and system statistics in profiler viewer payload
Luck
2021-04-07
Add a basic API for retrieving spark statistics
Luck
2021-03-23
Refactor and tidy up, more consistent code style
Luck
2020-11-07
Update from text to adventure
Luck
2020-06-23
Add n-cpus and heap usage to platform info
Luck
2020-05-26
Add 95th percentile MSPT and replace average MSPT with median MSPT (#55)
Andrew Steinborn
2020-04-11
Report average collection frequency in '/spark gc'
Luck
2020-04-09
Add '/spark gc' and '/spark gcmonitor' commands to help track GC activity
Luck
2020-04-05
Allow exact tick duration to be used as threshold in tickmonitoring command (...
Luck
2020-03-24
Don't include negative cpu usage readings (null result) in averages
Luck
2020-03-24
Some misc refactoring
Luck
2020-03-05
Some minor cleanup
Luck
2020-02-04
Monitor average tick durations & report them in /spark tps
Luck
2020-01-11
Implement PaperTickCounter using server tick event instead of scheduler
Luck
2019-12-03
Some cleanup & refactoring
Luck
2019-09-03
Cpu monitoring thread should be a daemon thread
Luck
2019-08-09
Codestyle changes
Luck
2019-08-03
Some more reorganising
Luck
2019-05-24
Send tick monitoring messages async
Luck
2019-05-13
Fix broken message
Luck
2019-05-13
Adjust tick monitoring counting technique
Luck
2019-05-13
Change the way CPU monitoring is performed
Luck
2019-05-04
Update to text 3.0.0
Luck
2019-05-04
Start implementing activity log feature
Luck
2019-04-27
Use text components instead of legacy formatting codes throughout the project
Luck
2019-04-17
Add CPU and disk usage to health command
Luck
2019-04-17
Add /spark health command to report tps / memory usage stats
Luck
2019-04-16
Lots of refactoring, add tps command
Luck