You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/03/30 07:34:44 UTC

[GitHub] [servicecomb-java-chassis] heyile commented on issue #1678: [SCB-1839] SDK metrics move remote to the last column

heyile commented on issue #1678: [SCB-1839] SDK metrics move remote to the last column
URL: https://github.com/apache/servicecomb-java-chassis/pull/1678#issuecomment-605833156
 
 
   result as bellow:
   
   server:
   
   ```
   
   vertx:
     instances:
       name       eventLoopContext-created
       registry   0
       transport  0
     transport:
       server.endpoints:
         connectCount disconnectCount rejectByLimit connections send(Bps) receive(Bps) listen
         0            0               0             2           0         0            0.0.0.0:8080
         0            0               0             2           0         0            (summary)
   threadPool:
     coreSize maxThreads poolSize currentBusy rejected queueSize taskCount taskFinished name
     25       100        1        0           0        0         0.0       0.0          cse.executor.groupThreadPool-group1
     25       100        11       0           0        0         0.0       0.0          cse.executor.groupThreadPool-group0
   
   ```
   
   client:
   
   ```
   vertx:
     instances:
       name       eventLoopContext-created
       registry   0
       transport  0
     transport:
       client.endpoints:
         connectCount disconnectCount queue         connections send(Bps) receive(Bps) remote
         2            0               0             2           46        88           10.67.44.69:8080
         2            0               0             2           46        88           (summary)
   threadPool:
     coreSize maxThreads poolSize currentBusy rejected queueSize taskCount taskFinished name
     25       100        0        0           0        0         0.0       0.0          cse.executor.groupThreadPool-group1
     25       100        0        0           0        0         0.0       0.0          cse.executor.groupThreadPool-group0
   
   ```

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


With regards,
Apache Git Services