@jerry kinda surprised you dont have a giant linux terminal with:
- htop
- nload
- iftop
- atop
- ioping
and prolly asciiquarium and cmatrix for good measure :D
@Viss @jerry https://nicolargo.github.io/glances/
tho it can be a little heavy
brew install glances
@pixelnull @jerry @Viss Piping to bash is convenient, but not a great option if you're wanting to do it on a prod box.
https://www.idontplaydarts.com/2016/04/detecting-curl-pipe-bash-server-side/
curl hax.lol
you can also do it with apache rewrite rules by detecting the user-agent.
@jerry so it looks like other folks have figured out how to migrate from sidekiq to rabbitmq https://stanko.io/rabbitmq-is-more-than-a-sidekiq-replacement-b730d8176fb
(we run rabbitmq. its way more burly. we dumped redis to go to this)