24 projects tagged "performance"
Opsview Core is a network monitoring software application. It solves the challenges of monitoring modern IT and network systems. It is a drop-in replacement for Nagios Core, with full support for its plugins and 100% compatibility. It is easy to install and configure and is ideal for monitoring applications networks, and Windows, Linux, and Unix servers. VMWare, KVM, Xen, and Microsoft Hyper-V are supported, and Amazon EC2 and other cloud services can be monitored. It works with Opsview Mobile to allow you to monitor your systems on the go.
Ujorm is an easy-to-use ORM framework based on key-value objects. The framework was designed for rapid Java development with great performance and a small footprint. The key features are type safe queries, relation mapping by Java code, no entity states, and a memory overloading protection cache.
The goal of JavaMelody is to monitor Java or Java EE application servers in QA and production environments. It is a tool to measure and calculate statistics on the real operation of an application depending on the usage of the application by users. JavaMelody is easy to integrate in most applications. JavaMelody is mainly based on charts and statistics of requests, such as memory, CPU, HTTP, EJB, Spring, Guice, JSP, JSF, Struts, or SQL requests.
ContiPerf is a lightweight testing utility to easily leverage JUnit 4 test cases as performance tests, e.g. for continuous performance testing. It is inspired by JUnit 4's easy test configuration with annotations, and by JUnitPerf's idea of wrapping Unit tests for performance testing, but is more powerful and easier to use. It uses Java annotations for defining test execution characteristics and performance requirements. You can mark a test to run a certain number of times, or to be repeatedly executed for a certain amount of time. Performance requirements can be maximum, average, medium, or any percentile execution time. You can run tests in two different modes, using them as simple unit tests or performance tests. Easy integration with Eclipse and Maven. Export of an execution summary to a CSV file. A small library without external dependencies (only JUnit).
sec-wall is a feature-packed security proxy that supports SSL/TLS, WS-Security, HTTP Auth Basic/Digest, extensible authentication schemes based on custom HTTP headers and XPath expressions, powerful URL matching/rewriting, and an optional header enrichment. It's a security wall with which you can conveniently fence otherwise defenseless backend servers.
Panoptes is a scalable, extensible network and host monitoring tool. It includes a dynamic Web management interface based on the Dojo toolkit. It monitors SNMP, TCP port availability, ICMP, HTTP response and content, and SSL certificates internally. It supports monitoring anything else via shell scripts. It also includes a packet capture tool for discovery of hosts, port, and OS.
libnodelay is an LD_PRELOAD library for disabling Nagle's algorithm. Disabling Nagle's algorithm can result in a performance improvement for latency-sensitive applications that use TCP. Using the library may be easier than digging through a mess of code and confusing or obscure configuration options.
libLunchbox facilitates the development and deployment of multi-threaded applications. It provides OS Abstraction, using utility classes abstracting common operating system features (such as threads, locks, memory maps, shared library loading, and condition variables), high-performance primitives (including thread-safe utilities tuned for performance, such as atomic variables, spin locks, and lock-free containers), and utility classes (including helper primitives which are not in the standard library, such as logging, pools, and random number generation).
BlackRay is a relational database system designed to offer performance features commonly associated with search engines. It offers SQL support and sophisticated operational and management features. Load-balancing and operational stability by means of N+1 redundance are included. BlackRay is called a "Data Engine" since it combines traditional, relational database features and SQL with the power and flexibility of search engines. It is a true hybrid, offering transaction support, data-versioned snapshots, and sophisticated function-based indices. Wildcards, phonetic, and fuzzy logic searches are supported, as well. BlackRay supports a subset of the SQL92 standard and provides JDBC/ODBC/native driver options via the PostgreSQL protocol, in addition to an API based query option. The project is released under the GPLv2, with some drivers available under BSD-style licenses. Commercial support contracts are available as well.