Talk:Link transit: Difference between revisions
did you ever run this on the logs?
(including Wikipedia Village pump discussions regarding logs, between William Pietri (troll), Raul 654, Jeronim, and Tim Starling (sysop)) |
(did you ever run this on the logs?) |
||
Line 30: | Line 30: | ||
:It looks like C to me and it looks like that the Main() takes standard httpd.log as input. I'll run this on our logs sometime when I have the time. Kinda busy now. --[[User:Juxo|Juxo]] 13:02, 3 Sep 2004 (EEST) | :It looks like C to me and it looks like that the Main() takes standard httpd.log as input. I'll run this on our logs sometime when I have the time. Kinda busy now. --[[User:Juxo|Juxo]] 13:02, 3 Sep 2004 (EEST) | ||
:::Juxo, did you ever run this on the logs? If so then please put the output at [[Consumerium:attention]]. The word attention is used for compatibility with [[attention.xml]] which should include this type of information eventually for all [[web service]]s that support it. | |||
::It's C++. It outputs two sections separated by a double linefeed. The first is an indexed list of URLs. The second has three values on each line: index from, index to and the transit count. The idea is that you would read all this into a relational database with an index on all three columns, then perform whatever analysis you need to perform. -- [[User:Tim Starling|Tim Starling]] 07:13, 4 Sep 2004 (EEST) | ::It's C++. It outputs two sections separated by a double linefeed. The first is an indexed list of URLs. The second has three values on each line: index from, index to and the transit count. The idea is that you would read all this into a relational database with an index on all three columns, then perform whatever analysis you need to perform. -- [[User:Tim Starling|Tim Starling]] 07:13, 4 Sep 2004 (EEST) |