
I previously explained how to get one-minute resolution in Munin. The process to get sub-minute resolution in Munin is more tricky. The......
Continue Reading
Share
I’ve recently been conducting some performance testing of a PaaS solution. In an effot to capture specific details resulting from these performance......
Continue Reading
Share

Munin is a monitoring tool which captures and graphs system data, such as CPU utilization, load and I/O. Munin is designed so......
Continue Reading
Share
I’ve been reviewing Docker recently. As part of that review, I decided to build a LEMP stack in Docker. I use Vagrant......
Continue Reading
Share
My objective in this post is to explore the use of Ansible to configure a multi-server LEMP stack. This builds on the......
Continue Reading
Share
I may have just fallen in love with the tool Vagrant. Vagrant makes it possible to quickly create a virtual environment for......
Continue Reading
Share

I’ve recently done some load testing using Locust.io. The setup was more complicated than other tools and I didn’t feel like it......
Continue Reading
Share
Today I needed to install subversion on a Linux host on which I don’t have root access. With root access the install......
Continue Reading
Share
MongoDB is a database. However, unlike conventional relational databases that are based on well defined schema and use SQL as the primary......
Continue Reading