I'm a co-founder of https://stormforger.com (a performance testing SaaS for agile and DevOps teams) and a agile coach. I live in Cologne/Germany. Back there I regularly run meetups (WebMontag, DevHouseFriday, AWS User Group Cologne). I love agile development, lean product development, the cloud™ and languages from Javascript to Ruby, I'm interested in Elixir and Erlang as well.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Find the WebCast Series: | |
// http://aws.amazon.com/de/webcast-wolkig-und-heiter | |
// | |
// Find the Video here: | |
// https://www.youtube.com/watch?v=06Pdo0ljHKo | |
// | |
// | |
// Create a StormForger Account here: | |
// https://stormforger.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// //////////////////////////////////////// | |
// 1. Settings | |
// //////////////////////////////////////// | |
// Target | |
definition.setTarget("http://awsfeatureroll.elasticbeanstalk.com"); | |
// Arrival Phases | |
definition.setArrivalPhases([ | |
{ duration: 1 * 60, rate: 5}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// //////////////////////////////////////// | |
// 1. Settings | |
// //////////////////////////////////////// | |
// Target | |
definition.setTarget("http://awsfeatureroll.elasticbeanstalk.com"); | |
// Arrival Phases | |
definition.setArrivalPhases([ | |
{ duration: 1 * 60, rate: 5}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// System under Test – the target system you'll generate traffic against | |
definition.setTarget("testapp.loadtest.party"); | |
// your Load Generator Cluster | |
definition.setTestOptions({ | |
cluster: { sizing: "preflight", }, | |
}); | |
// user base of 10.000 unique users | |
// doing a user journey |
OlderNewer