From df2a3bf2d5ff345dbd9148c4e207f19b9abc4d62 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey Date: Wed, 19 Nov 2014 23:13:35 +0000 Subject: [PATCH] Put README in markdown and add some more notes --- .../opensimulator-log-analyzer/{README.txt => README.md} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename analysis/opensimulator-log-analyzer/{README.txt => README.md} (65%) diff --git a/analysis/opensimulator-log-analyzer/README.txt b/analysis/opensimulator-log-analyzer/README.md similarity index 65% rename from analysis/opensimulator-log-analyzer/README.txt rename to analysis/opensimulator-log-analyzer/README.md index 399fc9c..c009d8f 100644 --- a/analysis/opensimulator-log-analyzer/README.txt +++ b/analysis/opensimulator-log-analyzer/README.md @@ -1,7 +1,10 @@ -README +# README # A very primitive tool to do some analysis on OpenSimulator logs. +It will likely only be correct for the very latest OpenSimulator code (and then sometimes only dev code) as +it relies on picking out changeable log lines. + At the moment, only prints out * Attempted logins. This is the only info we are guaranteed to have at INFO logging level. * Process memory stats.