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
/
sampler
Age
Commit message (
Expand
)
Author
2022-01-20
Expose some server configuration values in the viewer
Luck
2021-12-30
Use wallclock sampling instead of itimer
Luck
2021-12-29
Fallback to itimer profiler mode inside containers
Luck
2021-12-28
Use try catch for system stat collection
Luck
2021-12-28
Include platform and system statistics in profiler viewer payload
Luck
2021-11-14
Print more useful information when async-profiler fails to load
Luck
2021-11-01
async-profiler on macos
Luck
2021-10-03
Some tidying up
Luck
2021-09-26
Support --timeout flag for async-profiler sampler mode
Luck
2021-07-30
Catch UnsatisfiedLinkError when loading async-profiler native lib
Luck
2021-07-18
Add flag to save profile/heapsummary to files instead of uploading to bytebin
Luck
2021-05-30
Extract class sources (plugin/mod names) and include in data payload
Luck
2021-05-06
Improve some proto message/field names
Luck
2021-03-27
Execute commands async
Luck
2021-03-23
Refactor and tidy up, more consistent code style
Luck
2021-03-20
Switch to protobuf lite
Luck
2021-03-16
Update async-profiler to 2.0
Luck
2021-03-10
async-profiler support (#102)
lucko
2020-06-23
Add n-cpus and heap usage to platform info
Luck
2020-06-23
Include platform info in sampler and heap summary data (#58)
MD
2020-04-24
Improve --ignore-sleeping flag, add --ignore-native flag
Luck
2020-04-20
Revert "Set default sampling interval to 3ms"
Luck
2020-04-20
Set default sampling interval to 3ms
Luck
2020-04-01
Allow comments to be specified on sampler output
Luck
2020-03-24
Some misc refactoring
Luck
2020-03-06
Treat different methods (not just methods with the same name) as different st...
Luck
2020-02-04
Monitor average tick durations & report them in /spark tps
Luck
2020-01-11
Add AbstractTickCounter
Luck
2020-01-02
Order with most time taken first
Luck
2020-01-02
Add --order-by-time option
Luck
2019-12-03
Some cleanup & refactoring
Luck
2019-08-03
Fix bug with Regex ThreadDumper not requesting ThreadInfo instances including...
Luck
2019-08-03
Regex ThreadDumper should be case insensitive
Luck
2019-06-16
Add option to ignore "sleeping" threads when sampling
Luck
2019-06-16
Use protobuf to encode data instead of JSON
Luck
2019-06-15
Return total time as a double
Luck
2019-05-13
Include sender metadata too
Luck
2019-05-13
Write metadata to sampler output
Luck
2019-04-27
Sampler performance improvements
Luck
2019-04-16
Lots of refactoring, add tps command
Luck