我安装了oink gem来监控rails应用程序的内存使用情况.为了查看oink报告,我需要在终端中运行此命令:
oink --threshold=75 /log/*
当我在我的机器上运行它时,它会显示开发环境的报告.问题是我更感兴趣的是看到我的生产环境的报告.我的应用程序托管在heroku上,有没有办法为heroku的生产环境运行oink的终端命令?
谢谢
memory ruby-on-rails heroku
heroku ×1
memory ×1
ruby-on-rails ×1