load

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Workflow Engines » wfmopen 2.1.1 » load 
load

This package provides a set of test cases intended to give information about WfMOpen's load behaviour. Please note the package is under construction. Thus, the current state of the package is a preliminary one.

The tests are implemented as client applications based on jUnit and jUnitPerf. Each test client performs one or more activities each one covered by a jUnit test case and will be executed within jUnitPerf frame. This allows to perform an action a number of times as defined by a repeating factor as concurrently initiated by several users with a pre-defined constant delay (that may be zero).

In addition to the investigations related to this three variances (number of users, repeating factor, delay) there's an additional variance in the structure of the process definitions, which is under investigation, too.

The package contains

  • a set of files containing single jUnit test cases
  • a set of files containing load test cases using jUnitPerf
  • a file AllLoadTests.java that performs all the load tests (if the are correctly defined within the file)

The test cases currently available are:
Variance Filename XPDL Data Description
number of activities and transitions LoadU1R5D0AvTvseq.java A5nmmT4seq.xml A10nmmT9seq.xml A20nmmT19seq.xml

This test examines the load behaviour depending on the number of activities contained in a process. The activities will not start automatically. Hence, there should not be any interference with running processes.

  • 1 user starts creating a process with 5 activities repeating 5 times
  • 1 user starts creating a process with 10 activities repeating 5 times
  • 1 user starts creating a process with 20 activities repeating 5 times
process structure LoadU1R5D0A10T9var.java A20nmmT19seq.xml A20nmmT19par.xml

This test examines the load behaviour depending on the construction of a process. The activities will not start automatically. Hence, there should not be any interference with running processes.

  • 1 user starts creating a process with parallel successors activities concurrently repeating 20 times
  • 1 user starts creating a process with serial successors activities concurrently repeating 20 times
repeating factor LoadU10RvD0A5T4seq.java A5nmmT4seq.xml

This test examines the load behaviour depending on the number of times a process is started sequentially. The activities will not start automatically. Hence, there should not be any interference with running processes.

  • 10 users start concurrently - each creating a process repeating 5 times
  • 10 users start concurrently - each creating a process repeating 10 times
  • 10 users start concurrently - each creating a process repeating 20 times
number of concurrent users LoadUvR20D0A5T4seq.java A5nmmT4seq.xml

This test examines the load behaviour depending on the number of users concurrently starting a process. The activities will not start automatically. Hence, there should not be any interference with running processes.

  • 5 users start concurrently - each creating a process repeating 20 times
  • 10 users start concurrently - each creating a process repeating 20 times
  • 20 users start concurrently - each creating a process repeating 20 times
delay LoadU20R20DvA5T4seq.java A5naaT4seq.xml

This test examines the load behaviour depending on the number of users concurrently starting a process. Processes with automatically starting end ending activities are used. Hence, there's an influence cuased by additional load of running processes.

  • 20 users start concurrently - each creating a process repeating 20 times
  • 20 users start with a delay of one second - each creating a process repeating 20 times
  • 20 users start with a delay of two seconds - each creating a process repeating 20 times

In the first case there's a load starting at once. The processes are doing somewhat. Hence, compared with test as shown above, there's an additional load on the system.

In the two latter cases the load is started with a delay. Thus, the system evolves step by step, first inflating followed by a constant load factor, then deflating.

These tests may be executed by using the build.xml file with the default target run in order to execute a single test, e.g.

        ant -Dtest=<value>

where <value> is the classname (without the package name, which will be assumed as systemtest.load.) that contains the required test suite to be executed.

Using the target run-all all the tests may be successively executed following the sequence as defined in AllLoadTests.java.

@since 1.0
Java Source File NameTypeComment
CreateTest.javaClass This class provides ...
author:
   Michael N.
GenericTest.javaClass This class can be used in two ways:
It may define a test suite based on process defintion of process P0 in XPDL file "DefaultForGenericTest.xml" (simple JUnit test) OR
It can be used in a generic way by defining a particulary XPDL file containing the process P0 process defintion (e.
InteractiveInvoker.javaClass Enables interactive invocation of GenericTests by using JUnitPerf´s features.
InvokeProcess.javaClass This class provides ...
author:
   Michael N.
LoadRuns.javaClass This class provides ...
author:
   Michael N.
LoadTests.javaClass
ProcessRelevantDataTests.javaClass This class provides ...
ProcHandling.javaClass This class provides ...
author:
   Michael N.
TypicalProcess.javaClass This class creates, initializes and starts the process P0 of package TypicalProcess in file TypicalProcess.xml.
TypicalProcessManager.javaClass This class supports the generation and initialization of typical processes.
TypicalProcessTests.javaClass This class generates base load for the workflow engine.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.