Projects tagged ‘load’


[58 total ]

15 Users

Tsung is an open-source multi-protocol distributed load testing tool. It is protocol-independent and can currently be used to stress test HTTP, SOAP PostgreSQL, and Jabber servers.
Created over 3 years ago.

9 Users
 

WebLOAD is an open source tool for load testing, stress testing and performance testing that is sponsored by RadView. It can load-test any Internet application, including applications that use Web 2.0 ... [More] & AJAX. This project is based on twelve years of code development invested in the previously proprietary WebLOAD, the award winning commercial performance testing solution for internet applications from Radview Software . WebLOAD is a great starting point for this project, with a community of more than 1,600 customers and a track record established on the merits of its robust functionality, efficient architecture, extensibility, support, quality and its ease of use. Join the WebLOAD community at webload.org [Less]
Created over 3 years ago.

6 Users
   

Enomalism is an open source web-based virtual infrastructure platform. Designed to answer the complexity of managing globally disperse virtual server environments. Enomalism helps to automate the ... [More] transition to a virtualized environment by reducing an IT organizations overall workload. The easy to use dashboard can help with issues including deployment planning, load balancing, automatic VM migration, configuration management, and capacity diagnosis. Enomalism virtual infrastructure is a dynamic mapping of physical resources to business needs. While a virtual machine represents the physical resources of a single computer, a virtual infrastructure represents the physical resources of the entire IT environment (Data Center). [Less]
Created about 1 year ago.

2 Users

OpenSTA is a distributed software testing architecture designed around CORBA, it was originally developed to be commercial software by CYRANO. The current toolset has the capability of performing ... [More] scripted HTTP and HTTPS heavy load tests with performance measurements from Win32 platforms. [Less]
Created over 3 years ago.

2 Users
   

Pylot is a free open source tool for testing performance and scalability of web services. It runs HTTP load tests, which are useful for capacity planning, benchmarking, analysis, and system tuning. ... [More] Pylot generates concurrent load (HTTP Requests), verifies server responses, and produces reports with metrics. Tests suites are executed and monitored from a GUI. [Less]
Created over 2 years ago.

1 Users
   

An open-source tool written in C-language, simulating application load and application behavior of thousands and tens of thousand HTTP/HTTPS and FTP/FTPS clients, each with its own source IP-address.
Created over 2 years ago.

1 Users

benerator is a framework for creating realistic and valid high-volume test data, used for testing (unit/integration/load) and showcase setup. Metadata constraints are imported from systems and/or ... [More] configuration files. Data can be imported from and exported to files and systems, anonymized or generated from scratch. Domain packages provide reusable generators for creating domain-specific data as names and addresses internationalizable in language and region. It is strongly customizable with plugins and configuration options. [Less]
Created about 1 year ago.

1 Users
 

pgeodns is a simple DNS server that can distribute load for a hostname to the nearest mirrors (as defined by geography; on the country / continent level). It is used for search.cpan.org, the NTP ... [More] Pool (http://www.pool.ntp.org/), ftp.perl.org and for http://svn.apache.org/ [Less]
Created over 2 years ago.

1 Users
 

Halberd discovers HTTP load balancers. It is useful for web application security auditing and for load balancer configuration testing.
Created over 2 years ago.

0 Users

$.plugin is a jQuery Plugin that allows you to better manage the different plugins you use in your website or web application. This is especially useful if you use a number of plugins each with its ... [More] own .js and .css files. It is even more useful if not all plugins are needed for each page. Performance ImprovementsUsers will only download scripts and styles that are required (accoding to selectors you specify) Page Caching - Scripts and styles are only downloaded once Session Caching - Scripts and styles are stored in browser's sessionStorage to reduce http requests (Firefox 3 only, for now) $.plugin itself is just 10KB uncompressed, 4KB minified, and 3KB compressed Sample CodeDefine your plugins$.plugin('tabs',{ files: ['../styles/style.css', '../scripts/jq.tabs.pack.js'], selectors: ['.nav-tabs'], callback : function(){ $(".nav-tabs").tabs(); } }); $.plugin('anotherPlugin', ... );Import them where necessary$(document).bind('ready',function(){ $.plugin('tabs').get(); // to get files associated with 'tabs' plugin // or $.plugin('tabs',function(){ alert('Tabs loaded!') }) // or $.plugin() to get all files associated with all plugins });Latest Version: 0810.02 (October 2, 2008) [Less]
Created 12 months ago.