lkml.org 
[lkml]   [2012]   [Apr]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [RFC][PATCH 00/26] sched/numa
From
On Mon, Apr 2, 2012 at 8:12 PM, Pekka Enberg <penberg@kernel.org> wrote:
> I guess benchmarks that represent typical JVM server workloads are
> tomcat and tradesoap. You can run them easily with this small shell
> script:

The default configuration for tomcat is too small to be interesting.
Here's a fixed up version which uses larger data set and 2 threads per
CPU.

#!/bin/sh

JAR=dacapo-9.12-bach.jar

if [ ! -f $JAR ];
then
wget http://sourceforge.net/projects/dacapobench/files/9.12-bach/$JAR/download
fi

java -jar $JAR -k 2 -s large tomcat | grep PASSED

java -jar $JAR tradesoap | grep PASSED


\
 
 \ /
  Last update: 2012-04-02 19:27    [W:0.847 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site