[GitHub] peng-yongsheng commented on issue #109: server/getCPUTrend

2018-02-28 Thread GitBox
peng-yongsheng commented on issue #109: server/getCPUTrend
URL: 
https://github.com/apache/incubator-skywalking-ui/issues/109#issuecomment-369497990
 
 
    INPUT
   ```
   {
 getCPUTrend(serverId: 2, duration: {start: "2017-06-01 1002", end: 
"2017-06-01 1005", step: MINUTE}) {
   cost
 }
   }
   ```
   
    OUTPUT
   ```
   {
 "data": {
   "getCPUTrend": {
 "cost": [
   2000,
   2000,
   2000,
   2000
 ]
   }
 }
   }
   ```


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


[GitHub] peng-yongsheng commented on issue #109: server/getCPUTrend

2018-02-09 Thread GitBox
peng-yongsheng commented on issue #109: server/getCPUTrend
URL: 
https://github.com/apache/incubator-skywalking-ui/issues/109#issuecomment-364368428
 
 
   Execute ?JVMMetricServiceHandlerTestCase.java? to mock JVM metric data.


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