简体   繁体   中英

Is there any way to get current Heroku Dyno memeory usage of Rails App?

I am running the large Rails App which consumes much memory on Heroku .

I would like to know the current Heroku Dyno memory usage regularly.

I have checked this script but not sure how I can use this script.

Anyone can help me?

https://devcenter.heroku.com/articles/log-runtime-metrics is your best bet for monitoring dyno memory usage. Then hook it up to a https://devcenter.heroku.com/articles/librato addon.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM