-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html.haml
More file actions
136 lines (134 loc) · 7.19 KB
/
index.html.haml
File metadata and controls
136 lines (134 loc) · 7.19 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
---
layout: default
---
%script{:type => "text/javascript", :src => "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"}
%script{:type => "text/javascript", :src => "#{site.base_url}/javascripts/flipclock.min.js"}
%script{:type => "text/javascript", :src => "#{site.base_url}/javascripts/countdown.js"}
.row
.col-lg-12
%p.pull-right
%a.btn.btn-primary#download-text{:href => "download"}
%i.fa.fa-download
Download version
%span{:style => "float: left; margin: 0 15px 10px 0;"}
%a.header{:href => "#{site.base_url}"}
%img{:src => "#{site.base_url}/images/logo-revert.svg"}/
%h1
%a.header{:href => "#{site.base_url}"} PerfCake
%p.lead A Lightweight Performance Testing Framework
.page-header
%h1 This is PerfCake!
%p
PerfCake is a lightweight performance testing tool and a load generator with the aim to be minimalistic, easy to use, provide stable results, have minimum influence on the measured system, be platform independent, use component design, allow high throughput.
%p
Just give it a try and soon you'll be
%strong lovin' it!
%a{:name => "about"}
.row
.col-lg-6
%h2 About
%p
PerfCake has a component design which means that you can build up your own tests from some basic building blocks. This allows a high flexibility in configuration and the components can be reused in different tests.
%p
PerfCake has a pluggable architecture with many supported interfaces/protocols out of the box (HTTP, REST, JMS, JDBC, SOAP, socket, file etc.). To cover some complex scenarios, PerfCake can use different procols to
send requests and to receive responses (e.g. send via JMS and receive via HTTP).
If you need support for another interface ask
%a{:href => "#{site.base_url}/community" } our community
or provide the implementation. It is really easy!
%p
Except for interfaces/protocols, PerfCake can be used for any type of performance testing including load testing, stress testing, endurance/soak testing, scalability testing or benchmarking. PerfCake is capable to automatically find
the sweet spot of a system under test in a relatively short time with minimal efforts. Compared to other tools, PerfCake is one of the most performant and reliable in the load generation.
%p
PerfCake supports various means of reporting the measured values including average throughput (possibly over a time window), memory consumption of the target JVM with linear regression analysis to see if there is a memory leak and others.
There are various output formats supported. Except for console or a log file, we support CSV that can be imported as a spreadsheet, and it is possible to generate live charts that can be viewed on the fly during a running test.
PerfCake can store results in the PerfRepo result repository for easy comparison to previous measurements.
%p
There are validators that can validate the response to see if the system under test operates correctly. With validators you can also use PerfCake to write an end-to-end test of your system.
%p
To run PerfCake, you just need to supply a so called
= succeed "." do
%em scenario
This is an XML-based recipe file that describes the building blocks of the performance test. The scenario can be included into you application lifecycle using Maven, or
it can be directly invoked from a test via
= succeed "," do
%a{:href => "#{site.base_url}/javadoc"} PerfCake fluent API
or as a standalone application from a command line.
%em We understand the need for an IDE plugin and this is one of our short term goals.
%p
We hope to make your performance testing a real
= succeed "." do
%a{:href => "http://www.youtube.com/watch?v=DXf3U2z4IJs", :target => "_blank"} piece of cake
%p
Where to go next? Continue with one of the links below
%i.fa.fa-hand-o-down
.col-lg-6
%h2 Goals
%p
We strive to keep PerfCake a bleeding edge technology for performance testing. This requires a continuous improvement and enhancement. Following are a few items from our priority list. If you want to work on any of theese, we would be
very happy to welcome you in
= succeed "." do
%a{:href => "#{site.base_url}/community" } our community
%ul
%li Improve reporting, for PerfCake to automatically provide the most useful information about system under test
%li Develop more senders and receivers
%li
We finally have someone working on
%a{:href => "https://github.com/PerfCake/PerfCake/issues/270", :target => "_blank"} IDE plugins that will be really cool
(planned support for IntelliJ Idea, Eclipse and NetBeans)
%li
%a{:href => "https://github.com/PerfCake/PerfCake/issues/44", :target => "_blank"} Automated clustering support is under development
%li
Write a
%a{:href => "https://leanpub.com/perfcake", :target => "_blank"} cook book with PerfCake recipes
including videos and sources
%li
Make sure PerfCake is
%a{:href => "https://github.com/PerfCake/PerfCake/issues/263", :target => "_blank"} microservices and IoT ready
%li Rework PerfRepo UI to make it easier to configure and use based on recent feedback
%li
Make sure PerfCake is the best tool on the market
%i.fa.fa-smile-o
%p
From a long term perspective, we would like to see PerfCake being used as a standard performance measurement tool. We believe to achieve this through its minimalistic component design, stable results, and easy usage.
%br/
%span{:id => "countdown"}
%script{:type => "text/javascript"}
var clock;
$(document).ready(countdown());
$(document).ready(download());
.row
.col-lg-4
%h2 Learn
%ul
%li
%i.fa.fa-clock-o
%a{:href => "#{site.base_url}/quickstart"} Quickstart Example
%li
%a{:href => "#{site.base_url}/guide/user"} Users'
and
%a{:href => "#{site.base_url}/guide/devel"} Developers'
guide
%li
%a{:href => "http://perfcake.blogspot.com", :alt => "Read the blog", :target => "_blank"} Read Success Stories on our Blog
.col-lg-4
%h2 Get Involved
%ul
%li
%a{:href => "#{site.base_url}/community"} Community
%li
%a{:href => "https://github.com/PerfCake/PerfCake/issues", :target => "_blank"} Issue Tracker
%li
%a{:href => "https://github.com/PerfCake/PerfCake", :target => "_blank"} Source Code
.col-lg-4
%h2 Stay Informed
%ul
%li
%a{:href => "https://twitter.com/search?q=PerfCakeTool", :alt => "Browse the PerfCakeTool on Twitter", :target => "_blank"} Watch us on Twitter
%li
%a{:href => "http://perfcake.blogspot.com", :alt => "Read the blog", :target => "_blank"} Read our Blog
%li
%i.fa.fa-leanpub
%a{:href => "https://leanpub.com/perfengineering", :alt => "Performance Engineering book", :target => "_blank"} Performance Engineering
%li
%i.fa.fa-leanpub
%a{:href => "https://leanpub.com/perfcake", :alt => "PerfCake: Performance Testing Scenarios book", :target => "_blank"} Performance Testing Scenarios