Archive for May, 2008

Off Topic: Hurrah! Some real data to play with


May 16th, 2008

I’ve written about my woes finding some good test data sets for PowerTime before…some good news. There is a place you can get hold of climate data for free over at European Climate Assessment & Dataset project. Whilst the temperature data is averaged, the precipitation data is not…so that’s what I’m going to use for [...]

Popularity: 2% [?]

Network Instruments in the blogoshere


May 15th, 2008

Brian Boyko over at Network Performance Daily mentioned in passing that Network Instruments now have a blog.
Well worth a read… oh, and Network Performance Daily is well worth a read too!
Popularity: 4% [?]

Popularity: 4% [?]

PowerTime PowerShell walk through


May 13th, 2008

I thought I’d provide a small taster of what you can expect to find in the PowerShell support for PowerTime.
PowerShell includes the ability to treat various resources as if they are akin to a file system. We figured that this would be an interesting way to deal with a time series database.
New-PSDrive -Name ptdb -Root [...]

Popularity: 6% [?]

I love the smell of green unit tests in the morning


May 9th, 2008

Well, technically it’s afternoon but the reference to Whoops Apocalypse wouldn’t have worked otherwise.

The tests for PowerTime have been green before, but the tests and therefore the functionality, have now progressed a lot further. There’s still plenty of way to go…but at least we’re getting closer. Things have progressed far enough to allow Dean [...]

Popularity: 9% [?]

Hub projects in open source network management


May 8th, 2008

Almost as a doodle I thought I’d create a graph depicting the dependencies between a selection of open source network management projects.
Once I’d done it, it occurred to me how much just about everything depends on just a couple of projects or project variants of, RRDTool & Net-SNMP.

The main conclusion I draw from the [...]

Popularity: 12% [?]

Whither Met Office openness update


May 6th, 2008

A couple of months ago or so I lamented the fact that the raw temperature data from the UK met office is not publicly available.
I’ve just received some further feedback from the Met Office.
I was partially wrong, there is a lot more information available than I thought. Here’s a quote with a list of resources:

There [...]

Popularity: 12% [?]

Creating open source software using Microsoft’s .NET framework


May 2nd, 2008

Whilst developing PowerTime (not there yet!), I’ve kept in mind the requirement that I need to ensure that the software can be built using only freely available tools.
Of course we will eventually provide an installer, but I like the idea that people can build the software on their own machine if they want to.
One way [...]

Popularity: 16% [?]