Releases: LinShunKang/MyPerf4J
Releases · LinShunKang/MyPerf4J
New Release
- Support
LogRollingTimeUnit
property - Support
LogReserveCount
property - Support
ClassLevelMapping
property - Enhance
ExcludeMethods
- Remove
TP99999
New Release
- Support Mybatis, Dubbo, SOFA and Motan
- Method Metrics Add
Type
:General
andDynamicProxy
New Release
- Support Dynamic Proxy Inject
New Release
- Support
*
as wild-card character forIncludePackages
andExcludePackages
New Release
- Resolve ASM jar package version conflicts
- IncludePackages and ExcludePackages support to use '[]' as class/package set
New Release
- Support JVM BufferPool Metrics
- Reduce MyPerf4J-ASM.jar size
- Upgrade asm to 7.0
v2.0.2
Fix LoggerMethodMetricsProcessor.afterProcess NPE
New Release
- Support JVM Metrics
- JVM Thread Metrics
- JVM Memory Metrics
- JVM GC Metrics
- JVM Class Metrics
- Performance optimize
- Support log module
- Support show method params type
- Fix ClassNotFound Exception due to class loading issues
- Fix all packages to be filtered when
ExcludePackages
was empty
New Release
- Support real-time monitoring and statistics!
MillTimeSlice
can be set to 1 seconds.- Added
BackupRecordersCount
configuration for applications with a smallMillTimeSlice
and a large number of statistical methods.
- Lock free! Remove
locker
inAbstractRecorderMaintainer
. - Bug fix:
- Not inject abstract methods and native methods.
New Release
- Optimize recoding performance.
- Remove
byProfiler
profiling type, only supportbyPackage
, and you can configure methodmostTimeThreshold
andoutThresholdCount
in configuration file.