I'm not sure which was the right forum to post this to, but as VBS is the only scripting language im any good at i thought this would be ok, unless someone can point me somewhere else?
I am looking at a way of graphing an output from a router to a graph of some description, i guess some sort of scatter graph.
I am hoping to log points (IP addresses) at places on a graph and then relate them together
the logfile is generated in the following format
16:11:43:256 123.123.123.1:3389 > 34.25.23.232:1447
16:11:43:266 123.123.123.1:3389 > 34.25.23.232:1431
16:11:43:281 192.172.226.123:80 > 34.25.23.232:3380
16:11:43:281 123.123.123.1:3380 > 192.172.226.123:80
16:11:43:336 234.23.21.1:3389 > 34.25.23.232:1431
16:11:43:337 123.123.123.1:1431 > 34.25.23.232:3389
i was looking in to getting a single point for 34.25.23.232 then getting branches off of it to 123.123.123.1 and 234.23.21.1 and so on
a bit like the charts you see on Caida, but only basic really.
I am unfortunately (ha) very M$ and VBS focussed, and am not good at Perl or Java, which i believe it can be done on.
Im just looking at a basic way to generate an Excel Graph or PNG or JPG based on a small set of this information.
I have looked at Graphviz and found it doesn't seem to except this format of logfile, i dont know how or if you can change how it interprets a logfile.
I have got it so that it pipes it in to an Excel spreadsheet, but it just produces gibberish from the style of the columns and rows, as i haven't yet figured out a way for it to work of one of each IP and join them
Im not so much asking for someone to do this for us, thats not what we're here for, but pointers would be cool. i'd really like pointers to an easily scriptable solution
Cheers
Gurner
I am looking at a way of graphing an output from a router to a graph of some description, i guess some sort of scatter graph.
I am hoping to log points (IP addresses) at places on a graph and then relate them together
the logfile is generated in the following format
16:11:43:256 123.123.123.1:3389 > 34.25.23.232:1447
16:11:43:266 123.123.123.1:3389 > 34.25.23.232:1431
16:11:43:281 192.172.226.123:80 > 34.25.23.232:3380
16:11:43:281 123.123.123.1:3380 > 192.172.226.123:80
16:11:43:336 234.23.21.1:3389 > 34.25.23.232:1431
16:11:43:337 123.123.123.1:1431 > 34.25.23.232:3389
i was looking in to getting a single point for 34.25.23.232 then getting branches off of it to 123.123.123.1 and 234.23.21.1 and so on
a bit like the charts you see on Caida, but only basic really.
I am unfortunately (ha) very M$ and VBS focussed, and am not good at Perl or Java, which i believe it can be done on.
Im just looking at a basic way to generate an Excel Graph or PNG or JPG based on a small set of this information.
I have looked at Graphviz and found it doesn't seem to except this format of logfile, i dont know how or if you can change how it interprets a logfile.
I have got it so that it pipes it in to an Excel spreadsheet, but it just produces gibberish from the style of the columns and rows, as i haven't yet figured out a way for it to work of one of each IP and join them
Im not so much asking for someone to do this for us, thats not what we're here for, but pointers would be cool. i'd really like pointers to an easily scriptable solution
Cheers
Gurner