Skip to content
haitaoyao edited this page Sep 18, 2011 · 3 revisions

Welcome to the perf-runner wiki!

Introduction

What's this

This is a tool for running performance test in distributed environments.

What it can do

It can start the performance test, collect the performance data, analyze it from a single console for a distributed system

How can I use it

Just package your test case code in a folder and write a shell script named start.sh, then put the folder under deploy folder. Run bin/start.sh -n $your_folder_name. It's done

Clone this wiki locally