Open Source RDBMS - Seamless, Scalable, Stable and Free

한국어 | Login |Register

Documents tagged with ""

Your Query returned 93 results

  • Installation Guide
    Prerequisite nGrinder is a combination of a web application(Controller) and a Java application(Agent). To install nGrinder controller, you need to first have Oracle JDK 1.6 and Tomcat 6.X or later. We don't support OpenJDK yet. We don't support IP6 To install nGrind...
    http://www.cubrid.org/wiki_ngrinder/entry/installation-guide
  • Coding Conventions
    Java Code written for an nGrinder 3.X project should follow the "Code Conventions for the Java Programming Language" http://www.oracle.com/technetwork/java/codeconv-138413.html There are not many differences from Eclipse default java style. Just use the Eclipse default type. Excepti...
    http://www.cubrid.org/wiki_ngrinder/entry/coding-convention
  • Dev Document
    This page contains nGrinder 3.0 related developer documents. [How to build nGrinder from the scratch using Maven] [How to build nGrinder Recorder using Maven] [Java Implementation for Google Analytics Measurement Protocol] [How to setup nGrinder Project in Eclipse] [...
    http://www.cubrid.org/wiki_ngrinder/entry/dev-document
  • nGrinder DevZone
    nGrinder (pronounced as en-g-ra-in-der) is a stress tests platform that enables you to create test scripts, execute tests, monitor target servers and generate results simultaneously. The open-source nGrinder offers easy ways to conduct stress tests by eliminating inconveniences an...
    http://www.cubrid.org/wiki_ngrinder/entry/ngrinder-devzone
  • General Administration Guide
    First Access Depending on how you have configured Tomcat, you may use a different URL to access the main page of nGrinder. If you didn’t change ${TOMCAT_HOME}/conf/server.xml and didn’t locate nGrinder controller war file as ROOT.war, nGrinder should have the follow...
    http://www.cubrid.org/wiki_ngrinder/entry/administration-guide
  • How to refer nGrinder Home
    nGrinder 3.X uses ${user.home}/.ngrinder as a data and configuration storage. You can easily attach that storage by autowiring Config class. @ContextConfiguration("classpath:applicationContext.xml") public class ConfigTest extends AbstractJUnit4SpringContextTests { @Autowired public Conf...
    http://www.cubrid.org/wiki_ngrinder/entry/how-to-refer-ngrinder-home
  • Quick Start
    Login A user can get the nGrinder URL and log in with an id provided by your nGrinder administrator. If it is the first access to nGrinder after installation, You can login with user (id) / user(password). The login page have serveral functions. Remember me: user will ...
    http://www.cubrid.org/wiki_ngrinder/entry/quick-start
  • User Guide
    This page provide the collection of user guides when you access nGrinder with user permission. [Quick Start] [Test Configuration] [Virtual User] [Process and Thread] [How to add custom monitor data] Scripting [Scripting Guide] [Script Security] [Script Management] User ...
    http://www.cubrid.org/wiki_ngrinder/entry/user-guide
  • Test Configuration
    Test List User can learn more fundamental information from test list page and can run tests such as stop and delete (when test status is running, it can only be stopped). The ball is marked as test status and it will refresh every 5 seconds. By hovering the mouse over it, y...
    http://www.cubrid.org/wiki_ngrinder/entry/test-configuration
  • General Architecture
    nGrinder is a application for running test scripts written in jython(python running on JVM) across a number of machines. It's internal engine is based on Grinder. nGrinder wraps Grinder's console and agent with a controller and agent, respectively, and extends several...
    http://www.cubrid.org/wiki_ngrinder/entry/general-architecture