<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments for Brohan</title>
	<atom:link href="http://brohan.ca/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://brohan.ca</link>
	<description>i'm on a blog</description>
	<pubDate>Sun, 05 Sep 2010 23:20:51 +0000</pubDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on math 211 + gnuplot by Joel Oughton</title>
		<link>http://brohan.ca/?p=10&#038;cpage=1#comment-432</link>
		<dc:creator>Joel Oughton</dc:creator>
		<pubDate>Thu, 26 Nov 2009 02:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://brohan.ca/?p=10#comment-432</guid>
		<description>Hi there,

I am working on a graphing project in New Zealand for internet data.
I like the graph you have made here and need to make a similar yet more basic version.

I think we need a 2d graph that will graph a server against time and latency. So 3 variables. 
    * time
    * server
    * response time (latency)

It will be similar to the graph here: http://gnuplot.sourceforge.net/demo_4.3/heatmaps.html
Except there will be a lot more data points and the x-axis will be time, y-axis the server name and the color will be based on the latency.

I am currently using gnuplot to try achieve this but am having problems.

Any chance you could have a look at my data and suggest a way of doing it?

The data is in this format:
ns3b.int.dns.net.nz 1254355290000 4
ns3b.int.dns.net.nz 1254355890000 5
ns3b.int.dns.net.nz 1254356190000 1
ns3b.int.dns.net.nz 1254356490000 1

ns4a.int.dns.net.nz 1254355230000 1
ns4a.int.dns.net.nz 1254355530000 6
ns4a.int.dns.net.nz 1254355830000 1
ns4a.int.dns.net.nz 1254356130000 25

Where the 2nd column is the unix time in milliseconds.
There is A LOT of data this is just a snippet.

Any help would be much appreciated!

Cheers.</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I am working on a graphing project in New Zealand for internet data.<br />
I like the graph you have made here and need to make a similar yet more basic version.</p>
<p>I think we need a 2d graph that will graph a server against time and latency. So 3 variables.<br />
    * time<br />
    * server<br />
    * response time (latency)</p>
<p>It will be similar to the graph here: <a href="http://gnuplot.sourceforge.net/demo_4.3/heatmaps.html" rel="nofollow">http://gnuplot.sourceforge.net/demo_4.3/heatmaps.html</a><br />
Except there will be a lot more data points and the x-axis will be time, y-axis the server name and the color will be based on the latency.</p>
<p>I am currently using gnuplot to try achieve this but am having problems.</p>
<p>Any chance you could have a look at my data and suggest a way of doing it?</p>
<p>The data is in this format:<br />
ns3b.int.dns.net.nz 1254355290000 4<br />
ns3b.int.dns.net.nz 1254355890000 5<br />
ns3b.int.dns.net.nz 1254356190000 1<br />
ns3b.int.dns.net.nz 1254356490000 1</p>
<p>ns4a.int.dns.net.nz 1254355230000 1<br />
ns4a.int.dns.net.nz 1254355530000 6<br />
ns4a.int.dns.net.nz 1254355830000 1<br />
ns4a.int.dns.net.nz 1254356130000 25</p>
<p>Where the 2nd column is the unix time in milliseconds.<br />
There is A LOT of data this is just a snippet.</p>
<p>Any help would be much appreciated!</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
