###Some don't work yet.
Get the top request methods
varnishtop -i RxRequest
Top urls that missed the cache.
varnishtop -i TxURL
import boto3 | |
client = boto3.client('route53') | |
def add_cname_record(source, target): | |
try: | |
response = client.change_resource_record_sets( | |
HostedZoneId='<hosted zone id>', | |
ChangeBatch= { | |
'Comment': 'add %s -> %s' % (source, target), |
###Some don't work yet.
Get the top request methods
varnishtop -i RxRequest
Top urls that missed the cache.
varnishtop -i TxURL
Instructions for getting an ELK stack set up quick on Mac. Paths are opinionated. You'll have to infer and change. Sorry mate. 🍰
Install Homebrew if not already. You probably have. If not, you should.
brew install elasticsearch nginx