That is going to run a test locally, not against some production system you have. You would want to make your own load test system if you needed to test your own system. You haven't shown any output -- there must be at least something.
On Mon, Jan 14, 2013 at 10:29 AM, Iñigo Llamosas <[email protected]> wrote: > Hi everybody, > > I am trying to run mia examples, and I am facing a problem I am stuck at: > > At some points in the book (ex. page 76), it encourages to use > LoadEvaluator class to calculate the average recommendation time. I am > running some examples (ex. ch05.LibimsetiLoadRunner) that make use of this > class and I cannot see any info in the command line output. I really need > this info If I am to take this to a Prod. environment. > > This is the command, if it is of any use: > > java -classpath > /usr/local/mahout-book-master/target/mia-0.1-jar-with-dependencies.jar > mia.recommender.ch05.LibimsetiLoadRunner -server -d64 -Xmx2048m > -XX:+UseParallelGC -XX:+UseParallelOldGC > > What am I missing? > > Thank you in advance, > > Iñigo
