You need to sign in to do that
Don't have an account?
Getting dimensions of a work dyno
Hi, I am thinking to host my application in Heroku using work dynos. My application would call a number of API calls, that might cross the API call limit per user in Heroku. Moreover the communicated request and response data may also cross the cache limit. As I can develop both heroku app and the API, I need to know system information of a dyno, at the level of API calls. In other words, I need to know when an API is called, how long does it take to return, how much memory is used during sending a request and getting a response. How can I know all these informations? What are the commands? And is there any limitation to know these in demo version?