Do you run long MySQL queries? Do you want to know what your Amazon RDS database is really doing? With this one easy command, monitor processes on MySQL Amazon RDS (or any MySQL database) just like the “top” command for linux: mysqladmin –host=your.unique.address.rds.amazonaws.com –user=root –password=yourPassword -i 1 processlist –verbose –host – The host […]
Amazon Web Services
Amazon S3 Log Analysis Made Simple With Excel
It wasn’t straightforward finding an easy way to analyze my Amazon S3 logs. I unsuccessfully tried several instructions and services before arriving at the simple solution below. I looked into paid services like S3Log, S3STAT, and Qloudstat. I tried the free version of Qloudstat, until my logs quickly exceeded the “free” limit, […]