underwoodb-sd-ibm commented on issue #20: "wsk activation list" should show more information about activations URL: https://github.com/apache/incubator-openwhisk/issues/20#issuecomment-318476324 Here are our two competing ideas for list output, given feedback: Output 1: ``` $ wsk activation list activations activation id name type start end duration status 8be7b9b23749477dbd9d0a21ddadec34 thisisareallyreallyreallyreallyREALLYreallylong... action 2017/07/27 12:45:40 07/27 12:45:40 34h 17m 36s success 8ac78624eb654b1cb9442ec62686a9f6 hello action 2017/07/27 12:08:48 07/27 12:08:48 34h 17m 36s success d0083e7c387b4dbcbd66bf303a4771f8 hello action 2017/07/27 12:08:48 07/27 12:08:48 34h 17m 36s success 9c8636e15bcc4c129f226e422737610f hello action 2017/07/27 12:08:48 07/27 12:08:48 34h 17m 36s success 6d17d52fd40f4ba38f3d0125bf7c9cd1 zhelloRule rule 2017/07/27 12:08:48 --/-- --:--:-- -- success 2faeafa6ec7c495a984124f43ffedbb4 ahelloRule rule 2017/07/27 12:08:48 --/-- --:--:-- -- success b7d8b40eb473467c88dbc1710d5fdc7a helloRule rule 2017/07/27 12:08:48 --/-- --:--:-- -- success ed5fc08691974db0b5e1ee155c216ba6 helloTrigger trigger 2017/07/27 12:08:48 --/-- --:--:-- -- success c0e392579fc4404596e2cc18fc9f3c73 hello action 2017/07/27 12:08:17 07/27 12:08:17 34h 17m 36s success ``` Output 2: ``` $ wsk activation list activations activation id name type start end duration status 8be7b9b23749477dbd9d0a21ddadec34 thisisareallyreallyreallyreallyREALLYreallylong... action 2017/07/27 12:45:40 07/27 12:45:40 34:17:36.789 success 8ac78624eb654b1cb9442ec62686a9f6 hello action 2017/07/27 12:08:48 07/27 12:08:48 34:17:36.789 success d0083e7c387b4dbcbd66bf303a4771f8 hello action 2017/07/27 12:08:48 07/27 12:08:48 34:17:36.789 success 9c8636e15bcc4c129f226e422737610f hello action 2017/07/27 12:08:48 07/27 12:08:48 34:17:36.789 success 6d17d52fd40f4ba38f3d0125bf7c9cd1 zhelloRule rule 2017/07/27 12:08:48 --/-- --:--:-- --:--:--.--- success 2faeafa6ec7c495a984124f43ffedbb4 ahelloRule rule 2017/07/27 12:08:48 --/-- --:--:-- --:--:--.--- success b7d8b40eb473467c88dbc1710d5fdc7a helloRule rule 2017/07/27 12:08:48 --/-- --:--:-- --:--:--.--- success ed5fc08691974db0b5e1ee155c216ba6 helloTrigger trigger 2017/07/27 12:08:48 --/-- --:--:-- --:--:--.--- success c0e392579fc4404596e2cc18fc9f3c73 hello action 2017/07/27 12:08:17 07/27 12:08:17 34:17:36.789 success ``` The only difference is how we list the duration. Also, here is a link showing the specific function for and display of each duration: https://play.golang.org/p/--95pS7LYG Any feedback about which direction to go would be appreciated. Thanks! ---------------------------------------------------------------- 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: [email protected]
With regards, Apache Git Services
