summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-06-19 20:02:33 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-06-19 20:02:33 +0200
commitd03bea624e17a47e0fe0aeb7f344b238d4a07401 (patch)
treee7fc4fa53dbac124d578810c8dccebc8fb9b7f99
parent234ef93af8707c992b18ac793ac83c013826e236 (diff)
add minimal README files
-rw-r--r--fastos/README4
-rw-r--r--logserver/README1
-rw-r--r--simplemetrics/README1
-rw-r--r--statistics/README2
4 files changed, 8 insertions, 0 deletions
diff --git a/fastos/README b/fastos/README
new file mode 100644
index 00000000000..ed9afabffb8
--- /dev/null
+++ b/fastos/README
@@ -0,0 +1,4 @@
+Old OS abstraction layer
+
+obsolete, to be replaced with implementations using
+standard C++14 threads and newer unix networking APIs
diff --git a/logserver/README b/logserver/README
new file mode 100644
index 00000000000..24608e4479e
--- /dev/null
+++ b/logserver/README
@@ -0,0 +1 @@
+Server that receives vespa-format log lines and archives them.
diff --git a/simplemetrics/README b/simplemetrics/README
new file mode 100644
index 00000000000..1ea13ac6221
--- /dev/null
+++ b/simplemetrics/README
@@ -0,0 +1 @@
+A simple implementation of metrics for Java
diff --git a/statistics/README b/statistics/README
new file mode 100644
index 00000000000..0b90b092125
--- /dev/null
+++ b/statistics/README
@@ -0,0 +1,2 @@
+Old metrics gathering and aggregation.
+To be replaced with simplemetrics where possible.