Skip to content

Releases: LinShunKang/MyPerf4J

New Release

12 Jun 14:27
Compare
Choose a tag to compare
  • Support LogRollingTimeUnit property
  • Support LogReserveCount property
  • Support ClassLevelMapping property
  • Enhance ExcludeMethods
  • Remove TP99999

New Release

03 Mar 10:26
Compare
Choose a tag to compare
  • Support Mybatis, Dubbo, SOFA and Motan
  • Method Metrics Add Type: General and DynamicProxy

New Release

11 Feb 12:54
Compare
Choose a tag to compare
  • Support Dynamic Proxy Inject

New Release

13 Jan 04:48
Compare
Choose a tag to compare
  • Support * as wild-card character for IncludePackages and ExcludePackages

New Release

06 Jan 04:58
Compare
Choose a tag to compare
  • Resolve ASM jar package version conflicts
  • IncludePackages and ExcludePackages support to use '[]' as class/package set

New Release

04 Nov 09:47
Compare
Choose a tag to compare
  • Support JVM BufferPool Metrics
  • Reduce MyPerf4J-ASM.jar size
  • Upgrade asm to 7.0

v2.0.2

29 Oct 15:26
Compare
Choose a tag to compare

Fix LoggerMethodMetricsProcessor.afterProcess NPE

New Release

12 Sep 04:08
Compare
Choose a tag to compare
  • 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

08 Jul 10:37
Compare
Choose a tag to compare
New Release Pre-release
Pre-release
  • Support real-time monitoring and statistics!
    • MillTimeSlice can be set to 1 seconds.
    • Added BackupRecordersCount configuration for applications with a small MillTimeSlice and a large number of statistical methods.
  • Lock free! Remove locker in AbstractRecorderMaintainer.
  • Bug fix:
    • Not inject abstract methods and native methods.

New Release

09 Jun 16:11
Compare
Choose a tag to compare
New Release Pre-release
Pre-release
  • Optimize recoding performance.
  • Remove byProfiler profiling type, only support byPackage, and you can configure method mostTimeThreshold and outThresholdCount in configuration file.