Archive

Posts Tagged ‘software’

Disk usage reports – JDiskReport

February 16th, 2010

In case you have wondered how to find out which files to delete to free up disk space, wonder no more. JDiskReport can easily visualize the disk usage of a directory tree with pie charts and other diagrams. Very useful for having a quick look at what is eating up the space, and since it supports Java Web Start, you don’t really need to install it if you have Java properly configured.

Read more…

software

Distributed issue tracking – the next big thing

October 18th, 2008

For a few years distributed revision control systems have been picking up speed especially in free software projects, but increasingly so in companies and organisations as well. While the problem of “disconnected” working on code was solved by the distributed revision control model, what remained was the fact that issue tracking still couldn’t be done in a truly distributed manner.

Read more…

rant ,

Real-time network monitoring utilities

August 13th, 2008

For after-the-fact monitoring of network usage there are various graphing frameworks such as Cacti, Munin and Serverstats. Sometimes, however, you need to use a real-time network monitoring utilities to see what is going on right now. This post shows some examples of what iftop, iptraf and vnstat can do.

Read more…

software ,

Munin – a powerful graphing framework

August 4th, 2008

Munin is a highly flexible and powerful solution used to create graphs of virtually everything imaginable throughout your network, while still maintaining a rattling ease of installation and configuration.

Direct paste from the Debian package description. Not much more needs to be said. I’m replacing Serverstats, which I’ve used for over a year, with Munin. Compared to all the trouble I went through to configure Serverstats and write custom plugins for it, Munin seems almost all to easy. A single aptitude install command and it was already running with no need to twiddle with configuration. Very nice.

I only needed to make a small tweak to /etc/munin/plugin-conf.d/munin-node to have it collect smart/temperature data for all my disks:

[hddtemp_smartctl]
user root
env.drives hda sda sdb sdc

Neat example graphs for a live server are also available. Munin seems to be a very good replacement for those who don’t want to twiddle with Cacti.

software

Piwik – an open source alternative to Google Analytics

May 19th, 2008

I recently blogged about trying out Google Analytics. The service is nice, but I’d much prefer to keep my hands on the data than let Google store it. In fact, they aren’t giving you the data, only some reports they believe you want to see. So an open source alternative to Google Analytics would be much wanted, as that would let you keep the data yourself.

Read more…

software , , ,