Git Product home page Git Product logo

kitura-bench's Introduction

Usage: ./drive.sh run_name [cpu list] [clients list] [duration] [app] [url] [instances] cpu list = comma-separated list of CPUs to affinitize the application to (eg: 0,1,2,3) clients list = number of simultaneous clients to simulate. This can be a comma-separated list, for example to simulate ramp-up. Separate statistics will be reported for each load period duration = time (seconds) for each load period app = full path name to the executable under test url = URL to drive load against (or for JMeter, the driver script to use) instances = number of concurrent instances of app to start (default 1)

Workload driver

By default, 'wrk' is used to drive load. You can set the environment variable DRIVER to either 'wrk' or 'jmeter'. Ensure that the command is available in your PATH.

Profiling

Various profiling options are provided for Linux (you must install these tools as appropriate on your system, all are readily available through the package manager).

To enable, set environment variable PROFILER to one of the following:

valgrind - produces a report of memory leaks using massif

oprofile - profiles the application only, using 'oprofile' The report is generated in two formats: plain text (flat and callgraph), and an XML format.

oprofile-sys - profiles the whole system (requires sudo) To get Kernel debug symbols on Ubuntu, see: http://superuser.com/questions/62575/where-is-vmlinux-on-my-ubuntu-installation/309589#309589

perf - profiles the application only, using 'perf' Two reports are generated: a flat profile, and the call graph.

kitura-bench's People

Contributors

djones6 avatar ianpartridge avatar mtake avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.