oink
oink copied to clipboard
Log parser to identify actions which significantly increase VM heap size
Hey I have included oink in gemfile and also added the middleware declaration in config/initializers/oink.rb. But I am getting this error ```ruby fire@fire-hp:~/Desktop/rails/finly/finly-server$ bundle exec oink --threshold=75 /log/* bundler: failed...
This PR allows users to log extra environment information to the oink.log, if environment keys are specified. If an optional `env_vars` array is passed to the middleware, the logs will...
Sorry for opening an issue to ask a general question. How does Oink deal with threaded webservers? For example if i'm running puma with 5 threads and each start serving...
Hi, I am using 'hodel_3000_compliant_logger' gem in Rails 3.2 app to format logs and when I am using oink to get memory usage, it looks like this: ``` -- SUMMARY...
I'm replacing ActiveRecord with Sequel while still using rails. This gem breaks stuff. I would like to use it, though. One suggestion could be not load the activerecord instrumentation `unless...
Just setting up Oink today. Looks very useful. It would be great if the command line tool handled Heroku's log prefix, and if the Readme included the setup instructions. This...
Hello, I have the oink gem installed and can read through the oink log within my rails application. I would like to run the oink commands in the terminal that...