function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Abhik SahaAbhik Saha 

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?