-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (51 loc) · 4.79 KB
/
index.html
File metadata and controls
71 lines (51 loc) · 4.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Wessbas by Wessbas</title>
</head>
<body>
<header>
<div class="inner">
<h1>Wessbas</h1>
<h2>Homepage of the WESSBAS Project</h2>
<a href="https://github.com/Wessbas" class="button"><small>Follow me on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h1>
<a id="wessbas-extraction-of-probabilistic-workload-specifications-for-load-testing-and-performance-prediction" class="anchor" href="#wessbas-extraction-of-probabilistic-workload-specifications-for-load-testing-and-performance-prediction" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>WESSBAS: Extraction of Probabilistic Workload Specifications for Load Testing and Performance Prediction</h1>
<h2>
<a id="a-model-driven-approach-for-session-based-application-systems" class="anchor" href="#a-model-driven-approach-for-session-based-application-systems" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>A Model-Driven Approach for Session-Based Application Systems</h2>
<p>WESSBAS presents an approach that aims to automate the extraction and transformation of workload specifications for load testing and model-based performance prediction of session-based application systems. The approach (WESSBAS) comprises three main components. First, a system and tool agnostic domain-specific language (DSL) allows the layered modeling of workload specifications of session-based systems. Second, instances of this DSL are automatically extracted from recorded session logs of production systems. Third, these instances are transformed into executable workload specifications of load generation tools and model-based performance evaluation tools. We present transformations to the common load testing tool Apache JMeter and to the Palladio Component Model.</p>
<h3>
<a id="publications" class="anchor" href="#publications" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Publications</h3>
<p><b>Main reference:</b> C. Vögele, A. van Hoorn, E. Schulz, W. Hasselbring, and H. Krcmar. WESSBAS: extraction of probabilistic workload specifications for load testing and performance prediction — a model-driven approach for session-based application systems. In Software & Systems Modeling 2016. <a href="http://dx.doi.org/10.1007/s10270-016-0566-5">http://dx.doi.org/10.1007/s10270-016-0566-5 (Open Access)</a> </p>
<p>C. Vögele, A. van Hoorn, and H. Krcmar. Automatic extraction of session-based workload specifications for architecture-level performance models. In Proceedings of the 4th International Workshop on Large-Scale Testing (LT), pages 5-8. ACM, 2015.</p>
<p>A. van Hoorn, C. Vögele, E. Schulz, W. Hasselbring, and H. Krcmar. Automatic extraction of probabilistic workload specifications for load testing session-based application systems. In Proceedings of the 8th International Conference on Performance Evaluation Methodologies and Tools (VALUETOOLS), pages 139-146. ACM, 2014.</p>
<p>A. van Hoorn, M. Rohr, and W. Hasselbring. Generating probabilistic and intensity-varying workload for webbased software systems. In Proceedings of the SPEC International Performance Evaluation Workshop 2008, volume 5119 of LNCS, pages 124-143. Springer, 2008.</p>
<h3>
<a id="kontakt" class="anchor" href="#kontakt" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Kontakt</h3>
<p><a href="http://www.fortiss.org/ueber-uns/mitarbeiter/christian-voegele/">Christian Vögele</a> (<a href="mailto:voegele@fortiss.org">voegele@fortiss.org</a>)
fortiss GmbH</p>
<p><a href="http://www.iste.uni-stuttgart.de/rss/people/vanhoorn/">André van Hoorn</a>
University of Stuttgart, Institute of Software Technology, Reliable Software Systems</p>
</section>
<aside id="sidebar">
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div>
</div>
</body>
</html>