目录
第2段—— $(document).ready(function()
第3段—— var responseTimePercentilesInfos
第4段—— function setEmptyGraph(elementId)
第5段—— 响应时间百分位数:function refreshResponseTimePercentiles()
第6段—— var responseTimeDistributionInfos
第7段—— 响应时间分布:function refreshResponseTimeDistribution()
第8段—— var syntheticResponseTimeDistributionInfos
第9段—— 响应时间分布:function refreshSyntheticResponseTimeDistribution()
第10段—— var activeThreadsOverTimeInfos
第11段—— 活动线程随时间变化:function refreshActiveThreadsOverTime(fixTimestamps)
第13段—— 时间与线程:function refreshTimeVsThreads()
第14段—— var bytesThroughputOverTimeInfos
第15段—— 字节吞吐量随时间变化:function refreshBytesThroughputOverTime(fixTimestamps)
第16段—— var responseTimesOverTimeInfos
第17段—— 随时间变化的响应时间:function refreshResponseTimeOverTime(fixTimestamps)
第19段—— 一段时间的延迟:function refreshLatenciesOverTime(fixTimestamps)
第20段—— var connectTimeOverTimeInfos
第21段—— 连接时间超时:function refreshConnectTimeOverTime(fixTimestamps)
第22段—— var responseTimePercentilesOverTimeInfos
第23段—— 响应时间百分比随时间变化:function refreshResponseTimePercentilesOverTime(fixTimestamps)
第23段—— var responseTimeVsRequestInfos
第24段—— 响应时间与请求:function refreshResponseTimeVsRequest()
第25段—— var latenciesVsRequestInfos
第26段—— 延迟与请求:function refreshLatenciesVsRequest()
第28段—— 每秒点击次数:function refreshHitsPerSecond(fixTimestamps)
第29段—— var codesPerSecondInfos
第30段—— 每秒代码数:function refreshCodesPerSecond(fixTimestamps)
第31段—— var transactionsPerSecondInfos
第32段—— 每秒处理事务数:function refreshTransactionsPerSecond(fixTimestamps)
第34段—— 每秒处理总事务数:function refreshTotalTPS(fixTimestamps)
第35段—— function collapse(elem, collapsed)
第37段—— function toggleAll(id, checked)
一、文件许可说明
第1段——文件许可说明
/*
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable l