Thanks for attending todays webinar by Simon (@0x12b) and Gary (@gspncr). If you have questions you can use the k6 community or the New Relic Explorers Hub and tag us.
Here are some of the assets we presented or mean to distribute:
Thanks for attending todays webinar by Simon (@0x12b) and Gary (@gspncr). If you have questions you can use the k6 community or the New Relic Explorers Hub and tag us.
Here are some of the assets we presented or mean to distribute:
| from socket import * | |
| sockets = {} | |
| s = socket() | |
| s.bind(('', 1234)) | |
| s.listen() | |
| ns, na = s.accept() | |
| sockets[na] = ns | 
| =begin | |
| Need to install gems heroku, newrelic_rpm | |
| $ gem install heroku newrelic_rpm | |
| Set your apps setting | |
| app_name : heroku's app_name of auto scaling | |
| license_key : NewRelic api key. You can get heroku's NewRelic admin console. "App setting" and "Agent configuration" | |
| execute with cron every minutes | |
| $ ruby ./adjust_dynos_with_newrelic.rb |