strace is the system call tracer for Linux. It currently uses the arcane ptrace() (process trace) debugging interface, which operates in a violent manner: pausing the target process for each...
I was spending time on graphing the Apache Server status values in graphite ( Cpu load and busy worker etc ) . While doing all this performance testing I was...
For performance reasons HAProxy doesn't log directly to files. So we need to handle that with syslog server. But Haproxy also requires a syslog to listen on UDP port (...
CheckMK is graphing the numbers on the "-/+ bufferes/cache" line. This is a common misconception of the Linux "free" command. Linux manages memory by using any unused RAM for...
etsy/logster. Logster is a utility for reading log files and generating metrics to configurable outputs. Graphite, Ganglia, Amazon CloudWatch, Nagios, StatsD and stdout are currently supported. It is ideal...
After enabling the docker as a hyper wiser support on my test one node open-stack implementation. I added another host in my nova compute farm, done slimier steps as...