Recent Posts

Stats for NginX Upstream

When using NginX as a load balancer, the question comes up of how to properly track traffic delivery stats for the servers in the Upstream section.

Setting up replication with lsync

For replicating data between servers, NFS isn’t always the right tool. If you need the same content in two directories across several servers, lsync works we...

HaProxy configuration examples

Following up on the first article, in this one I want to look at a few examples of configuring HaProxy for balancing traffic.

T-SQL Cheat Sheet - Part 1

In this post I put together a basic set of t-sql scripts that give you metadata about MSSQL. If you’ve ever tried getting some of this info through the GUI, ...

A short overview of what HaProxy can do

HaProxy is a wonderful and very flexible tool for balancing traffic. It has a whole pile of options and configuration variants, and it has its own quirks. It...

What LVM is and what it’s for

LVM - logical volume manager. It lets you combine several physical disks into one logical device and treat that as a single disk.