类 WebApiPerfSampleAnalysis

    • 构造器详细资料

      • WebApiPerfSampleAnalysis

        public WebApiPerfSampleAnalysis()
      • WebApiPerfSampleAnalysis

        public WebApiPerfSampleAnalysis​(String httpMethod,
                                        String httpPath,
                                        long count,
                                        double averageResTime,
                                        double maxResTime,
                                        double minResTime,
                                        double errRate)
    • 方法详细资料

      • getHttpMethod

        public String getHttpMethod()
      • getHttpPath

        public String getHttpPath()
      • getCount

        public long getCount()
      • getAverageResTime

        public double getAverageResTime()
        返回:
        response time by millisecond
      • getAverageResTimeBySecond

        public double getAverageResTimeBySecond()
        返回:
        response time by second
      • getMaxResTime

        public double getMaxResTime()
        返回:
        response time by millisecond
      • getMaxResTimeBySecond

        public double getMaxResTimeBySecond()
        返回:
        response time by second
      • getMinResTime

        public double getMinResTime()
        返回:
        response time by millisecond
      • getMinResTimeBySecond

        public double getMinResTimeBySecond()
        返回:
        response time by second
      • getErrRate

        public double getErrRate()
      • getErrRateWithPercentage

        public String getErrRateWithPercentage()