| org.objectweb.speedo.stress.StressHelper org.objectweb.speedo.stress.LinkedIntUserIdHelper org.objectweb.speedo.stress.TestGetObject
TestGetObject | public class TestGetObject extends LinkedIntUserIdHelper (Code) | | Stresses the read access function of Speedo.
author: M. Guillemin/S.Rodiere |
Inner Class :public class GetCtx extends LIUICtx | |
logStatistic | protected void logStatistic(TaskManager tm, long exectime, Object _ctx)(Code) | | |
perform | protected void perform(Task task, int threadId, int txId, Object ctx, PerformResult res)(Code) | | |
testGetObjectTh1000Tx100Re100Rp100 | public void testGetObjectTh1000Tx100Re100Rp100()(Code) | | Tests 1000 transactions where each of them read 100 object with
100
read using 1 thread.
|
testGetObjectTh100Tx100Re100Rp100 | public void testGetObjectTh100Tx100Re100Rp100()(Code) | | Tests 10000 transactions where each of them read 100 object with
100
read using 100 thread.
|
testGetObjectTh10Tx1000Re10Rp100 | public void testGetObjectTh10Tx1000Re10Rp100()(Code) | | Tests 1000 transactions where each of them read 100 object with 100
read
using 10 thread.
|
testGetObjectTh10Tx100Re100Rp100 | public void testGetObjectTh10Tx100Re100Rp100()(Code) | | Tests 10000 transactions where each of them read 100 object with 100
read
using 10 thread.
|
testGetObjectTh10Tx100Re1Rp10 | public void testGetObjectTh10Tx100Re1Rp10()(Code) | | Tests 100 transactions where each of them read 1 object with 10 read
using 10 thread.
|
testGetObjectTh1Tx1000Re10Rp100 | public void testGetObjectTh1Tx1000Re10Rp100()(Code) | | Tests 1000 transactions where each of them read 100 object with 100
read
using 1 thread.
|
testGetObjectTh1Tx100Re100Rp100 | public void testGetObjectTh1Tx100Re100Rp100()(Code) | | Tests 10000 transactions where each of them read 100 object with 100
read
using 1 thread.
|
testGetObjectTh1Tx100Re100Rp10000 | public void testGetObjectTh1Tx100Re100Rp10000()(Code) | | Tests 10000 transactions where each of them read 100 object with
10000
read using 1 thread.
|
testGetObjectTh1Tx100Re1Rp1 | public void testGetObjectTh1Tx100Re1Rp1()(Code) | | Tests 100 transactions where each of them read 1 object with 1 read
using 1 thread.
|
testGetObjectTh1Tx100Re1Rp10 | public void testGetObjectTh1Tx100Re1Rp10()(Code) | | Tests 100 transactions where each of them read 1 object with 10 read
using 1 thread.
|
testGetObjectTh2Tx1000Re10Rp100 | public void testGetObjectTh2Tx1000Re10Rp100()(Code) | | Tests 1000 transactions where each of them read 100 object with 100
read
using 2 thread.
|
testGetObjectTh2Tx100Re100Rp100 | public void testGetObjectTh2Tx100Re100Rp100()(Code) | | Tests 10000 transactions where each of them read 100 object with 100
read
using 2 thread.
|
testGetObjectTh2Tx100Re1Rp1 | public void testGetObjectTh2Tx100Re1Rp1()(Code) | | Tests 100 transactions where each of them read 1 object with 1 read
using 2 thread.
|
testGetObjectTh2Tx100Re1Rp10 | public void testGetObjectTh2Tx100Re1Rp10()(Code) | | Tests 100 transactions where each of them read 1 object with 10 read
using 2 thread.
|
testGetObjectTh3Tx100Re100Rp100 | public void testGetObjectTh3Tx100Re100Rp100()(Code) | | Tests 10000 transactions where each of them read 100 object with
100
read using 3 thread.
|
testGetObjectTh3Tx100Re100Rp10000 | public void testGetObjectTh3Tx100Re100Rp10000()(Code) | | Tests 10000 transactions where each of them read 100 object with
10000
read using 3 thread.
|
testInteractive | public void testInteractive()(Code) | | Tests the read of a lot of persistent objects, with interactive setting
of test parameteres (see file userconf/project.properties).
|
Methods inherited from org.objectweb.speedo.stress.StressHelper | protected void beginTx(PersistenceManager pm, Task task, int threadId, int txId)(Code)(Java Doc) protected void cleanup()(Code)(Java Doc) protected void closePM(PersistenceManager pm, int threadId, int txId, Task task, PerformResult res)(Code)(Java Doc) protected void commitTx(PersistenceManager pm, Task task, int threadId, int txId)(Code)(Java Doc) protected void displayMemory()(Code)(Java Doc) abstract protected String[] getClassNamesToInit()(Code)(Java Doc) protected String getLogPrefix()(Code)(Java Doc) protected PersistenceManager getPM(Task task, int threadId, int txId)(Code)(Java Doc) public Properties getPMFProperties()(Code)(Java Doc) protected int getStartId(int testid)(Code)(Java Doc) protected void initDataStructure(boolean clean) throws Exception(Code)(Java Doc) protected void logStatistic(TaskManager tm, long exectime, Object ctx)(Code)(Java Doc) protected TaskManager newTaskManager(int nbTx, int nbThread, int timeout, Object ctx)(Code)(Java Doc) protected TaskManager newTaskManager(int nbTx, int nbThread, int timeout, Object ctx)(Code)(Java Doc) protected void perform(int nbThread, int nbTx, int threadTimeout, Object ctx)(Code)(Java Doc) protected void perform(int nbThread, int nbTx, int timeout, Object ctx)(Code)(Java Doc) abstract protected void perform(Task task, int threadId, int txId, Object ctx, PerformResult res)(Code)(Java Doc) protected void prepareTask(Task task, Object ctx)(Code)(Java Doc) protected void prepareTest(TaskManager tm, Object ctx)(Code)(Java Doc) protected void rollbackOnException(PersistenceManager pm, Exception e, PerformResult res, Task task, int threadId, int txId)(Code)(Java Doc) public void setUp() throws Exception(Code)(Java Doc) protected void stopOnError(PersistenceManager pm, Throwable t, PerformResult res, Task task, int threadId, int txId)(Code)(Java Doc) public void tearDown()(Code)(Java Doc)
|
|
|