SeaToad

By Author: inthedrops
SeaToad is a library to aid in concurrency and load testing of .NET code. Intended for use by developers or automation testers.

For example, it makes a good second hand if you're trying to reproduce a concurrency issue. You can very quickly generate load representing one or more portions of the suspect code, while manually performing other tasks.

Or perhaps you're worried about the performance of a particular stored procedure with load from an external source. SeaToad can run the stored procedure and the external load for you to locate performance and concurrency bottlenecks.

Feature

  • Compatible with unit testing frameworks such as NUnit and MSBuild
  • Configurable thread ramp up time
  • Quickly build scenarios because actual instances of your classes are used. Often it’s as simple as implementing the interfaces on an existing class
  • High precision via use of Stopwatch instead of DateTime for measuring performance (DateTime is limited to ~10ms)
  • Because work items are instances of classes, each work task can be unique and contain unique properties
  • Work instances are evenly distributed among all available threads (ensuring that each is executed as often as the others)
  • Supports as many concurrent threads as the system can handle
  • Separate “Setup” and “Teardown” methods isolate performance metrics where you want it

The Grinder

The Grinder is a load testing framework that makes it easy to run a distributed test using many load injector machines. Test scripts are written in Jython, and can call out to arbitrary Java code, providing support for testing a large range of network protocols. The Grinder comes with a mature plug.........

Similar: 14%

Zebra_Session

Zebra_Session is a PHP class that acts as a wrapper for PHP's default session handling functions but instead of storing session data in flat files it stores them in a MySQL database, thus providing both better security and better performance. The library is also a solution for applications that are.........

Similar: 12%

TestMax

TestMax is integrated Software Testing framework which can be used to test distributed system by developing rapid test cases using XML configuration in front and backend that talks to each other within the test framework. This tool can be used for Database, webservice, API, Junit, TestNg and Fronten.........

Similar: 10%

kokpit-db

Kokpit-db is an integrated monitoring, comparison and performance analysis software for Oracle databases. It can compare and monitor versions 8i, 9i, 10g and 11g. Supports standby databases and ASM instances. GUI and command line interfaces available...

Similar: 10%

ObjectBuilder2

ObjectBuilder is a C++ code generation CASE tool (CASE, code generation, refactoring, documentation generation). It lets you create, manipulate and navigate classes, class relations, class members and class methods at a high level of abstraction. ObjectBuilder dramatically simplify work with C++ pr.........

Similar: 8%

The Windows Intel Fastest Mouse Clicker

This is a very simple application that does just one task but does it perfectly. The program emulates Windows mouse clicks once a triggered key is pressed by end-user. The application performs this job extremely quickly with theoretical speed limit reached. I have rewritten this program inspired by .........

Similar: 8%

JavaMutex

Freely redistributable open source 100% pure Java for mutual exclusion. Read-write and read-only reentrant lock, condition variable, atomic wraps for Boolean, Integer, Long, and Reference. Cell pool with optional locking, object exchanger, Intersect....

Similar: 7%

Wave Framework

Wave is a PHP micro-framework that is built loosely following model-view-control architecture and factory method design pattern. It is made for web services, websites and info-systems and is built to support a native API architecture, caching, user control and smart resource management. Wave is a co.........

Similar: 7%

JPPF

JPPF makes it easy to parallelize computationally intensive tasks and execute them on a Grid....

Similar: 7%

Ryouko

This project has been moved to https://github.com/foxhead128/ryouko...

Similar: 4%