You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/11 17:00:58 UTC

[GitHub] underwoodb-sd-ibm opened a new pull request #2604: (WIP) Give more information in Activation lists

underwoodb-sd-ibm opened a new pull request #2604: (WIP) Give more information in Activation lists
URL: https://github.com/apache/incubator-openwhisk/pull/2604
 
 
   This update is intended to add more descriptive and informative information to the output of `wsk activation list`. Currently, the output is:
   
   ```
   $ wsk activation list
   activations
   
   9dd311dac5fb446ab18af3039e919d34                hello
   09a09105c6ff4a819659e94a4d587d25                hello
   1ee5202308e4474d80f2e42cd7c39835                hello
   56fa426c50e248f6a2c49130ae230a99                zhelloRule
   f17373e4ee824f5b8b8067f5cd5956be                ahelloRule
   d71dcf45ae9047d594a8281e3206c3cd                helloRule
   07e0dcb02817425697cd9a5632205dc0                helloTriggerhello
   ```
   
   The new output would be something like:
   
   ```
   $ wsk activation list
   activations
   activation id                     name          type     start date  start time  end time  duration (ms)  status
   9dd311dac5fb446ab18af3039e919d34  hello         action   2017-08-11    15:30:09  15:30:09             10  success
   09a09105c6ff4a819659e94a4d587d25  hello         action   2017-08-11    15:30:09  15:30:09             81  success
   1ee5202308e4474d80f2e42cd7c39835  hello         action   2017-08-11    15:30:09  15:30:09             71  success
   56fa426c50e248f6a2c49130ae230a99  zhelloRule    rule     2017-08-11    15:30:09  --:--:--              -  success
   f17373e4ee824f5b8b8067f5cd5956be  ahelloRule    rule     2017-08-11    15:30:09  --:--:--              -  success
   d71dcf45ae9047d594a8281e3206c3cd  helloRule     rule     2017-08-11    15:30:09  --:--:--              -  success
   07e0dcb02817425697cd9a5632205dc0  helloTrigger  trigger  2017-08-11    15:30:09  --:--:--              -  success
   6e40decb0e714ec3b7309c4f11b499c5  hello         action   2017-08-11    15:20:11  15:20:11             55  success
   ```
   As discussed in the original issue, this update includes defining not just the name of the entity that was activated, but the type, start/end time including start date, the duration, and the status.
   
   Closes #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:
users@infra.apache.org


With regards,
Apache Git Services