27 projects tagged "Benchmark"
This program was written to help test the Open Projects dancer-ircd. It simulates client activity by selecting random servers to connect to and random actions out of a list. It can handle hundreds of simultaneous connections, and can replay a log file of what it has previously done in order to help isolate the actions which cause the daemon to have problems, using methods such as binary chops. Please note that although at this point code is only written to test ircds, it is hoped that this will be extended in the future to other types of daemons.
Spumoni provides an open framework for monitoring applications using SNMP. Specifically, it enables any program that can be queried via local commands to be health-checked by OpenNMS, Tivoli, OpenView, MRTG, RRDTool, and many others. This allows admins to employ enterprise-level monitoring capabilities for even non-SNMP-enabled applications.
PHP Profiler Class performs code profiling and aids performance optimisation by locating the areas of code that consume most processing time. The reports it produces provide information on the number of calls to a code section, as well as the percentage and total of time spent on a section. Timing of multiple nested code sections is possible. It requires function calls to be manually inserted in the code being profiled.
XML Processing Benchmark for Java measures and compares the performance of XML Processing programs. It considers operations such as parsing, transformation, validation, encryption and decryption, custom access and manipulation, or any combination of these applied to one or more XML files or byte streams. It consists of code to carry out certain XML processing tasks, code and script to run the processing tasks and report performance measurements, and a framework to plug code and scripts in for processing. It also allows for XStat Processing, which collects certain statistics about an XML file.
A command line tool to output your database schema and data in diff-able form.