You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by "QWQyyy (via GitHub)" <gi...@apache.org> on 2023/05/02 14:14:48 UTC

[GitHub] [openwhisk] QWQyyy opened a new issue, #5404: How to count async Action invoke per second? Or count the total amount of asynchronous Action invoke?

QWQyyy opened a new issue, #5404:
URL: https://github.com/apache/openwhisk/issues/5404

   I want to count OpenWhisk's asynchronous execution TPS, and we only use `wsk -i action invoke xxxx` to invoke aysnc action, but I do not konw how to count invoke times for Calculate the Number of Action invoke per second.
   Thanks!


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [openwhisk] QWQyyy commented on issue #5404: How to count async Action invoke per second? Or count the total amount of asynchronous Action invoke?

Posted by "QWQyyy (via GitHub)" <gi...@apache.org>.
QWQyyy commented on issue #5404:
URL: https://github.com/apache/openwhisk/issues/5404#issuecomment-1539314173

   > @QWQyyy I believe OW does not provide any useful tools or features for this. What you need to do is to count the number of actual execution per second on the invoker side but I think it's not straightforward.
   > 
   > Couldn't you use the synchronous call?
   
   Despite this, But I still have some ideas, such as using Prometheus to monitor indicators. The second way is to configure couchDB directly. We can query function call records in couchDB if it works well. Thanks.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [openwhisk] style95 commented on issue #5404: How to count async Action invoke per second? Or count the total amount of asynchronous Action invoke?

Posted by "style95 (via GitHub)" <gi...@apache.org>.
style95 commented on issue #5404:
URL: https://github.com/apache/openwhisk/issues/5404#issuecomment-1539088130

   @QWQyyy 
   I believe OW does not provide any useful tools or features for this.
   What you need to do is to count the number of actual execution per second on the invoker side but I think it's not straightforward.
   
   Couldn't you use the synchronous call?


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [openwhisk] QWQyyy commented on issue #5404: How to count async Action invoke per second? Or count the total amount of asynchronous Action invoke?

Posted by "QWQyyy (via GitHub)" <gi...@apache.org>.
QWQyyy commented on issue #5404:
URL: https://github.com/apache/openwhisk/issues/5404#issuecomment-1539315392

   > @QWQyyy I believe OW does not provide any useful tools or features for this. What you need to do is to count the number of actual execution per second on the invoker side but I think it's not straightforward.
   > 
   > Couldn't you use the synchronous call?
   @style95 I think synchronous call too slow, My team goal is 100,000-level TPS.
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [openwhisk] QWQyyy commented on issue #5404: How to count async Action invoke per second? Or count the total amount of asynchronous Action invoke?

Posted by "QWQyyy (via GitHub)" <gi...@apache.org>.
QWQyyy commented on issue #5404:
URL: https://github.com/apache/openwhisk/issues/5404#issuecomment-1536245195

   Who can help me?


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org