Simple Project List Software Map

149 projects in result set
最后更新: 2002-06-25 16:30

PHP Profiler Class

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.

(Machine Translation)
最后更新: 2006-05-06 23:24

C++ expression template matrix library

exmat is a generic C++ matrix library using
expression template and metaprogramming to
provide specialized code for various kind of
matrix operations.

(Machine Translation)
最后更新: 2001-01-30 06:12

http_load

http_load runs multiple HTTP fetches in parallel, to test the throughput of a Web server. However, unlike most such test clients, it runs in a single process, to avoid bogging the client machine down. It can also be configured to do HTTPS fetches.

(Machine Translation)
最后更新: 2005-11-13 14:41

Bootchart

Bootchart is a tool for performance analysis and visualization of the GNU/Linux boot process. Resource utilization data and process information are collected during the boot process, and can later be displayed in a PNG, SVG, or EPS encoded chart. Analyzing the chart will help in finding opportunities for optimization.

最后更新: 2011-08-21 14:02

Java Application Monitor API

The Java Application Monitor (JAMon) is a free,
simple, high performance, thread safe, Java API
that allows developers to easily monitor
production applications. JAMon can be used to
determine application performance bottlenecks,
user/application interactions, and application
scalability. JAMon gathers summary statistics such
as hits, execution times (total, average, minimum,
maximum, standard deviation), and simultaneous
application requests. JAMon statistics are
displayed in the sortable JAMon report.

(Machine Translation)
最后更新: 2009-01-12 19:01

tijmp

Tijmp is a small and fast memory profiler for Java 6 and later. It can be used to find out what objects exist on the Java heap. It can show why objects are not garbage collected.

最后更新: 2002-11-19 22:42

Hammerhead

Hammerhead is a stress testing tool for Web sites. It initiates connections from multiple IP aliases and simulates a user from each alias. It is fully configurable, and there are numerous other options for creating problems with a site. Extensive data collection is also available.

(Machine Translation)
最后更新: 2001-06-05 00:36

dbench

dbench is a filesystem benchmark that generates
load patterns similar to those of the commercial
Netbench benchmark, but without requiring a lab of
Windows load generators to run. It is now
considered a de-facto standard for generating load
on the Linux VFS.

(Machine Translation)
最后更新: 2004-11-02 17:10

Cactus

Cactus is a general, modular, parallel environment for solving systems of partial differential

equations. The code has been developed over many years by a large international collaboration of numerical relativity and computational science research groups and can be used to provide a portable platform for solving any system of partial differential equations.

最后更新: 2008-03-04 01:01

cdck

cdck is a simple program for verifying CD/DVD
quality. Even if all files on the disc are
readable, some sectors having bad timing and could
become unreadable in the future. The tool reads a
disc sector by sector, recording all reading
timings, and then tells you its verdict. It can
optionally write a timing table into a text file
usable by gnuplot, from which graphs can be drawn.

(Machine Translation)
最后更新: 2008-09-18 15:18

RUBiS

RUBiS is an auction site modeled after eBay.com used to benchmark e-commerce Web site technologies. It is currently used to evaluate design patterns, application servers, and communication layers scalability. Several implementations using PHP, Servlets, Enterprise JavaBeans (EB BMP, EB CMP, MDB, SB, EJB 2.0 CMP, Session Façade, etc.) are already available and new versions for JDO and .Net are currently developed.

(Machine Translation)
最后更新: 2008-04-30 23:24

cbench

cbench is a compiler benchmark utility that was
implemented to measure the effect of using
different compilers, compile time flags, and
runtime libraries on a set of synthetic micro-
benchmarks of C/C++ code. The set of small
benchmarks is easily extended.

(Machine Translation)
最后更新: 2004-02-14 03:25

XML Benchmark

XML Benchmark is a C/C++/Java XML parsers benchmarking toolset. Supported parsers include LibXML2, Xerces, Oracle XDK, Expat, RXP, QT, and Sun Crimson. Benchmarking fields include parsing (native, SAX, DOM), DOM manipulation, schema validation, XSL transformation, and XML signature and encryption.

最后更新: 2010-12-10 10:00

sdd

sdd is a replacement for a program called 'dd'. sdd is much faster than dd in cases where input block size (ibs) is not equal to the output block size (obs). Statistics are more easily understood than those from 'dd'. Timing available, -time option will print transfer speed Timing & Statistics available at any time with SIGQUIT (^\) Can seek on input and output Fast null input Fast null output. Support for the RMT (Remote Tape Server) protocol makes remote I/O fast and easy.

最后更新: 2007-11-13 23:12

hatatap

hatatap is an HTTP scripting tool with scripts in XML. The scripts are
transformed into Java/o:XML before they are either executed from the
commandline, integrated into Ant build files, or run interactively from
a Web application. hatatap supports cookies, Javascript, HTML DOM, Web
Services/SOAP, performance tests with concurrency, test reports, regular
expression matching, and stateful Web site navigation. It is written in
o:XML and uses HttpUnit.

(Machine Translation)