Skip to content

Requirements

LinShunkang edited this page Jul 27, 2018 · 1 revision

Here are the most basic requirements for MyPerf4J:

  • Statistics of RPS, Avg, Min, Max, StdDev, TP90, TP95, TP99, and TP999 of the method can be counted.
  • Configurable
    • Can specify statistics for certain classes, some methods
    • Can specify not to count certain classes, some methods
  • Does not take up too much memory
  • Does not affect the normal response of the program
  • The processing of performance metrics can be customized, for example, log collection, reporting to log collection services, etc.
Clone this wiki locally