Documents tagged with "user-guide"
Your Query returned 20 results
-
- Guide
- This page provides the collection of nGrinder guides.
[Installation Guide] / [Upgrade Guide]
[Quick Start]
[User Guide]
[Admin Guide]
[Recorder Guide]
http://www.cubrid.org/wiki_ngrinder/entry/guide
-
- How to use resources
- Jython and generic GroovySome users want to use txt or xml files to externalize the resources from scripts. For example, if you have a bunch of user ids and need to test some system with those ids, keeping all ids in the script is not realistic. Instead, you can use re...
http://www.cubrid.org/wiki_ngrinder/entry/how-to-use-resources
-
- 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 create/stop/delete a test in this page. The ball color changes depending on the test status and it will refresh every 5 seconds. By hovering on it, you can see each test status.
Test configuration
Test configuration is a critical aspect of a test. This...
http://www.cubrid.org/wiki_ngrinder/entry/test-configuration
-
- Controller Clustering Guide
- Change list:
This feature is available from 3.1
We enhanced nGrinder to support clustering from 3.1. If you don’t know about nGrinder cluster, please refer to [Cluster Architecture]. Following shows how to set up nGrinder cluster mode. Assuming you have been famili...
http://www.cubrid.org/wiki_ngrinder/entry/controller-clustering-guide
-
- User Permission
- Role
There are 4 roles available in nGrinder.
Role Name
Description
Administrator
The users in this role can see others test and scripts and can switch to any users. Also administrator can approve the agents and modify system configurations.
Super User
The users in this role can ...
http://www.cubrid.org/wiki_ngrinder/entry/user-permission
-
- How to adjust logger level
- Whenever a script calls the HTTP GET/POST method, each HTTP call is recorded at the log files in the agent's side. A log files are created per process and threads belonging to a process use a single log file. Logs can be huge(Giga byte size) depending on how many time...
http://www.cubrid.org/wiki_ngrinder/entry/how-to-adjust-logger-level
-
- Virtual User
- Virtual Users in nGrinder is mapped into threads. If there are 1000 threads which runs a script, which means there are 1000 virtual users. nGrinder has a little different approach from other performance test tools. Instead of mimicking the user real behavior, we focus on ...
http://www.cubrid.org/wiki_ngrinder/entry/virtual-user
-
- Install Groovy IDE
- When you create Groovy Maven project, you can use IDE to write and debug test cases. Groovy maven project use maven’s pom.xml to structure src folders and specify dependencies. Therefore if your IDE supports Groovy and Maven project, you can use it. For who don’t have ...
http://www.cubrid.org/wiki_ngrinder/entry/install-groovy-ide
-
- Script Security
- nGrinder executes user- defined scripts. Scripts can access the local file system and send any network requests to non predefined targets. For this reason, it’s very dangerous to allow unknown public users to have access to nGrinder. Some hacker may write a script that sen...
http://www.cubrid.org/wiki_ngrinder/entry/script-security