Creating collectd data source in JavaScript
Exec Plugin In the variety of collectd plugins there’s one ‘to rule them all’. If due to some course of events all collectd plugins except for …
Blog about DevOps, distributed applications and microservices
Exec Plugin In the variety of collectd plugins there’s one ‘to rule them all’. If due to some course of events all collectd plugins except for …
What is Graphite Graphite is an app that does three things: It receives monitoring data from other agents, saves it efficiently into the database, and displays data as graphs …
I mentioned in previous post that collectd uses rrdtool for saving its data by default. It results .rrd file for each metric, which later can be rendered using very …
Distributed apps introduce a challenge that we usually could avoid in monolithic ones: how do we say that app is performing well? I’m not talking about it …
It finally happened. With release of Windows Server 2016 you can run Docker containers with Windows inside. There’s no Virtual Machine hiding somewhere in order for that …