peng-yongsheng opened a new pull request #840: "getTopNApplicationThroughput" 
service, change the attribute name from TPS to callsPerSec.
URL: https://github.com/apache/incubator-skywalking/pull/840
 
 
   1. Changed the attribute name from TPS to callsPerSec.
   2. Calculate the callsPerSec.
   
   #### INPUT
   ```
   {
     getTopNApplicationThroughput(duration: {start: "2017-06-01 1002", end: 
"2017-06-01 1005", step: MINUTE}, topN: 10) {
       applicationId, applicationCode, callsPerSec
     }
   }
   ```
   
   #### OUTPUT
   ```
   {
     "data": {
       "getTopNApplicationThroughput": [
         {
           "applicationId": -1,
           "applicationCode": "dubbox-consumer",
           "callsPerSec": 20
         },
         {
           "applicationId": 2,
           "applicationCode": "dubbox-provider",
           "callsPerSec": 20
         }
       ]
     }
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to