Skip to content

Commit

Permalink
Copy to modify,p_qps->通过的QPS b_qps->拒绝的QPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlmls committed Jan 8, 2019
1 parent 7ddb326 commit c56af94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ app.controller('MetricCtl', ['$scope', '$stateParams', 'MetricService', '$interv
min: 0,
max: maxQps,
fine: true,
alias: 'p_qps'
alias: 'p_qps(通过 QPS)'
// max: 10
});
chart.scale('blockQps', {
min: 0,
max: maxQps,
fine: true,
alias: 'b_qps',
alias: 'b_qps(拒绝 QPS)',
});
chart.scale('rt', {
min: 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
<thead>
<tr style="font-size: 13px;text-align:center;font-weight: bold;">
<td style="word-wrap:break-word;word-break:break-all;">时间</td>
<td style="word-wrap:break-word;word-break:break-all;" title="passQps: 通过的qps">p_qps</td>
<td style="word-wrap:break-word;word-break:break-all;" title="blockQps: 拦截的qps">b_qps</td>
<td style="word-wrap:break-word;word-break:break-all;" title="responseTime: 响应时间(毫秒)">rt(ms)</td>
<td style="word-wrap:break-word;word-break:break-all;" title="passQps: 通过的qps">通过QPS</td>
<td style="word-wrap:break-word;word-break:break-all;" title="blockQps: 拦截的qps">拒绝QPS</td>
<td style="word-wrap:break-word;word-break:break-all;" title="responseTime: 响应时间(毫秒)">响应时间(ms)</td>
</tr>
</thead>
<!-- thead -->
Expand Down

0 comments on commit c56af94

Please sign in to comment.