You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/08 05:08:07 UTC

[GitHub] rabbah commented on issue #2846: surface more of the inner data around system overhead and init time

rabbah commented on issue #2846: surface more of the inner data around system overhead and init time
URL: https://github.com/apache/incubator-openwhisk/issues/2846#issuecomment-350173666
 
 
   Proposed patch in https://github.com/apache/incubator-openwhisk/pull/3053.
   
   ```bash
   >  wsk activation get 7c7e6edf54df4c6cbe6edf54df5c6c75 annotations
   ok: got activation 7c7e6edf54df4c6cbe6edf54df5c6c75, displaying field annotations
   [
       {
           "key": "path",
           "value": "guest/echo"
       },
       {
           "key": "queue",
           "value": 66
       },
       {
           "key": "kind",
           "value": "nodejs:6"
       },
       {
           "key": "init",
           "value": 50
       },
       {
           "key": "limits",
           "value": {
               "logs": 10,
               "memory": 256,
               "timeout": 60000
           }
       }
   ]
   ```
   The `queue` and `init` time are added for activations that are not part of a sequence since the transid start time for a sequence does not correspond with a specific component of the activation but the entire sequence. It will require some work to generate a new transaction id for a sequence component - however, because the trace of activations is recorded in the parent sequence, a client can determine the queue time for sequences that way.
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services