Skip to content

Commit

Permalink
RATEs are really COUNTERs
Browse files Browse the repository at this point in the history
  • Loading branch information
copperlight committed Apr 9, 2015
1 parent d72cdc3 commit 67d9949
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions servo-apache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ The CPULoad metric provided by the server-status page has been blacklisted.
| Scoreboard | ApacheStatusPoller | StartingUp | GAUGE | S |
| Scoreboard | ApacheStatusPoller | UnknownState | GAUGE | unknown symbol in the scoreboard |
| Scoreboard | ApacheStatusPoller | WaitingForConnection | GAUGE | _ |
| Total_Accesses | ApacheStatusPoller | -- | RATE | total number of accesses |
| Total_kBytes | ApacheStatusPoller | -- | RATE | total byte count served |
| Uptime | ApacheStatusPoller | -- | RATE | time the server has been running for |
| Total_Accesses | ApacheStatusPoller | -- | COUNTER | total number of accesses |
| Total_kBytes | ApacheStatusPoller | -- | COUNTER | total byte count served |
| Uptime | ApacheStatusPoller | -- | COUNTER | time the server has been running for |
8 changes: 4 additions & 4 deletions servo-tomcat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ The following Tomcat metrics are collected by Servo from JMX. The Tomcat servic

| Name | Class | Type |
|------|-------|------|
| tomcat.bytesSent | GlobalRequestProcessor | RATE |
| tomcat.errorCount | GlobalRequestProcessor | RATE |
| tomcat.bytesSent | GlobalRequestProcessor | COUNTER |
| tomcat.errorCount | GlobalRequestProcessor | COUNTER |
| tomcat.maxTime | GlobalRequestProcessor | GAUGE |
| tomcat.processingTime | GlobalRequestProcessor | RATE |
| tomcat.requestCount | GlobalRequestProcessor | RATE |
| tomcat.processingTime | GlobalRequestProcessor | COUNTER |
| tomcat.requestCount | GlobalRequestProcessor | COUNTER |

### Thread Pool

Expand Down

0 comments on commit 67d9949

Please sign in to comment.