summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-08-27 16:56:31 -0500
committerClark Williams <williams@redhat.com>2009-08-27 16:56:31 -0500
commitbe13601aaa86e63e8d9af241308b3fd63f63b181 (patch)
tree4f5681170e31064b0c2d9cb82bee5fd2446ad4e8 /TODO
parentd5b7dbcf0ca1542a8033d3441af2e01967c71b4a (diff)
downloadrteval-be13601aaa86e63e8d9af241308b3fd63f63b181.tar.gz
rteval-be13601aaa86e63e8d9af241308b3fd63f63b181.tar.xz
rteval-be13601aaa86e63e8d9af241308b3fd63f63b181.zip
Added a TODO file for keeping track of things we need to do for rteval
and added first cut at a man page.
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..9ae9a2d
--- /dev/null
+++ b/TODO
@@ -0,0 +1,15 @@
+1. Write a man page.
+
+2. Figure out some sort of config file to adjust load and measurement parameters, then
+add an option to tell rteval to use a particular config file.
+
+3. Figure out how to add more loads. Seems that we could do it two ways:
+
+ - create a wrapper python module just like is done for kcompile and hackbench
+ then add the new module to a config file so rteval loads it on startup
+
+ - figure out some generic load wrapper so that arbitrary commands may be
+ used as loads.
+
+ Heck, maybe we could do both.
+