Free Download SLAMD 2.0.0
soft82.com
FREE NEWSLETTER
Free Newsletter

Join our low-volume monthly free newsletter that will deliver latest freeware and shareware news straight to your inbox!

Your e-mail
close

USER LOGIN

Username
Password

Soft82.com » Windows » Internet » Web Servers » SLAMD 2.0.0

5 Stars Award
Developer
Product Homepage
Date Added April 22, 2009, 09:14 GMT
License Free (Freeware)
Last Week / All Time Downloads 1 / 250
Filename / Size
slamd-2.0.0-20090227.zip / 22.5MB
OS Support Windows All

SLAMD Description

A Java-based application designed for stress testing and performance analysis of network-based

Initial development of SLAMD was performed at Sun Microsystems, with recent development sponsored primarily by UnboundID Corp..

SLAMD is available under the terms of the Sun Public License, which is an OSI-approved open source license. The main site for obtaining information about SLAMD is available at http://www.slamd.com/, and it is available as a java.net project at http://slamd2.dev.java.net/.

SLAMD was originally developed for the purpose of benchmarking and analyzing the performance of LDAP directory servers, and it is the most powerful and flexible tool available for this task. However, it is also well-suited for testing other kinds of network applications and has been used for things like Web servers and Web-based applications, relational databases, and mail servers. It can also be used for non-network based applications (and in fact, it is used for comparing things like CPU power and memory latency across a number of different kinds of systems), although its distributed nature makes it ideal for systems that can be accessed remotely.

SLAMD provides a Java-based API to make it possible to quickly develop custom workloads, and it also contains an embedded scripting engine that can make it easy to stress applications using protocols like LDAP, HTTP, SMTP, IMAP, and POP, or any database that can be accessed via JDBC. It also includes tools for recording and playing back TCP traffic, and a utility for intercepting LDAP communication and writing it as a script that may be executed in the SLAMD scripting engine.

Key Features

SLAMD provides a number of features that make it easy to conduct benchmarks, analyze performance, stress test applications, or perform any other tasks that require load generation. These features include:

Distributed Load Generation
SLAMD is a distributed application. There is a central server used to coordinate the load generation process, but the actual work is performed by client applications. The clients can be installed on any number of systems, and if more load is needed, then additional client systems can be added. In addition, a resource monitor client application can be run on the load generation client(s) and/or the server(s) under load to measure things like CPU utilization, disk I/O, network load, etc.

Cross-Platform Compatibility
SLAMD can be used on any system capable of running Java 5.0 or higher. The administrative interface is a Java Web application that can be used in any standard servlet container (it is available with an embedded Tomcat engine), and the clients are standalone Java applications. Shell scripts are provided for starting the server and clients on Linux an UNIX systems, and batch files for Windows systems.

Simple HTML-Based and Command-Line Administrative Interfaces
The primary interface for accessing SLAMD is a Web application that works with any browser capable of rendering HTML 4.01. It does not require any client-side processing (e.g., JavaScript, applets, etc.), and can even be run in completely text-based browsers like Lynx. In addition, tools are available that can be used to perform most tasks from the command line, including scheduling jobs, obtaining results, uploading configuration files, and adding new job classes.

Highly Customizable Load Generation
In order to be as widely-useful as possible, it is necessary to provide a means of generating load against a variety of network applications. SLAMD is provided with jobs for interacting with LDAP directories, Web servers and applications, messaging servers, and relational databases. If the jobs provided with SLAMD are not sufficient for your needs, then you can write your own using a Java-based API or the embedded scripting language. SLAMD is also provided with tools for capturing and replaying traffic (including special support for the LDAP protocol), so it is possible to generate load without writing any code at all.

Self-Optimizing Jobs
In most cases, the performance of a network application is higly-dependent upon the amount of client load that is hitting it. Therefore, in order to find the best possible performance for the server, it may be necessary to run the same test many times with varying levels of load. SLAMD can automate this process through the use of optimizing jobs. The same workload will be run repeatedly, increasing the number of threads per client with each additional iteration, stopping automatically when the server believes that it has identified the optimal amount of load. The logic used to decide which iteration has the best performance is defined by the optimization algorithm used, and SLAMD is provided with several of them and also includes an API that makes it possible for the end user to develop new ones.

Resource Monitoring
When performing benchmarking or performance analysis, it is often useful to have information about the overall state of the system(s) under load. It can also be beneficial to understand how the clients are performing, to ensure that they do not become a bottleneck and produce inaccurate results. To address this, SLAMD includes a number of resource monitors that can measure sytstem properties like CPU utilization, free memory and process size, disk I/O, and network load. This can also be used to obtain application-specific metrics (e.g., retrieving statistics from a directory server's monitor entries or measuring replication latency). There is also an API for developing custom resource monitors that can perform virtually any other kind of monitoring.

Powerful and Flexible Job Scheduler
In order to generate load against a network application, it is necessary to schedule a job that defines how that processing should be conducted. The job can be scheduled to start either immediately or at some point in the future, and dependencies can be defined so that one job will not be eligible to start until another job or set of jobs has completed. When a job is scheduled, a number of general properties can be specified, including how long it should run, the number of client systems to use and the number of threads on each client, and any user(s) that should be notified when the job has completed. There can also be a number of parameters specific to the type of job being executed.

In-Progress Reporting
By default, whenever a job is running, there is little to no communication between the SLAMD server and the clients used to process the job so that the clients will be able to focus their efforts purely on load generation. However, in some cases (particularly for jobs that may be scheduled to run for hours or days), it may be desirable to know information about the state of the job while it is still running. In such cases, the clients can be configured to periodically report their results back to the SLAMD server so that they can be viewed in the administrative interface. This is also available for resource monitor clients. In this way, if it appears that the job is not performing as well as expected, or if a problem has occurred, it can be detected early in the process rather than having to wait until the job has completed.

Easily Accessible Job Data
SLAMD stores all job data in an embedded Berkeley DB Java Edition database. This means that all results are available at any point in the future. Any previous job executed can be easily cloned to repeat the same test (with or without any modifications), and the results of that processing can be viewed either numerically or graphically. The results from multiple jobs can be compared, also numerically or graphically. Job data may also be exported to tab-delimited text files for use in other applications, or written out as a report in plain text, HTML, or PDF form (or any other form that is added using a Java-based API for developing custom report generators). Information in the configuration directory may be organized into folders so that the results may be found more easily, and other files (e.g., configuration files or external documents) can be uploaded into those folders to provide additional information about the tests conducted, the results, obtained, or the environment configuration.

Security and Access Control
By default, SLAMD is configured to be accessible by anyone for convenience and ease of use. However, if it is to be run in a network that is accessible by many people, then it may be desirable to restrict access to the individuals that can use it. SLAMD offers a number of capabilities in this area. All communication can be encrypted using SSL, including both the access to the administration interface and the communication between the SLAMD server and the clients and/or resource monitor clients. It is also possible to require the clients to authenticate themselves to the SLAMD server, as well as users authenticating themselves to be able to access the administrative interface. If authentication is enabled, then it is possible to restrict access to certain features on a per-user basis (e.g., so some users may only view job results, while others can view and schedule jobs, while others can make configuration changes). There is also a read-only mode that makes it possible to provide minimal access to users for being able to view job information without requring authentication, and it is even possible to configure the server in this mode to only show information about a specified subset of the jobs in the server.

Job Groups
SLAMD provides the ability to define a set of jobs that may be scheduled and invoked as a single unit. This is useful for cases in which you typically run several jobs at a time (e.g., a series of different tests against an LDAP directory server). Common arguments can be identified and shared across all the jobs so that it is not necessary to provide the same information separately for each job.

Special Features for Testing LDAP Directories
Because SLAMD was originally designed for use with LDAP directory servers (and because its primary author continues to use it for this purpose on a nearly daily basis), it includes a lot of special tools and capabilities that can provide additional value when using it to test directory servers. One tool provided for this purpose is MakeLDIF, an extremely powerful template-based utility for generating LDIF data files. Another is the LDAPDecoder, which can operate as either a simple LDAP proxy or analyze tcpdump and snoop capture files to decode LDAP communication in human-readable form or even automatically generate SLAMD scripts based on the captured data so that the same communication can be automatically replayed or customized to simulate real-world directory-enabled applications. There are a number of jobs specifically designed for testing LDAP directory servers, the scripting language includes LDAP support, and several of the resource monitors are intended for use with directory servers.

Special Features for Testing Web-Based Applications
Web-based applications have dramatically increased in popularity in recent years, and as a result, so has the need to be able to perform stress testing and load generation against them. To help with this, SLAMD includes a rather flexible HTTP client implementation that makes it possible to interact with these kinds of applications in a manner that can simulate many common browser behaviors, and the scripting engine makes use of this HTTP client to provide this support as well. A future release may include an HTTP proxy that can be used to record traffic from clients and write a SLAMD script that makes it possible to easily automate this testing, much like the LDAPDecoder tool does for LDAP clients.

Special Features for Testing Other Network Applications
Because of the highly extensible manner in which it has been developed, SLAMD can be used to test virtually any kind of network application. Besides LDAP and HTTP-based capabilities already discussed, jobs are provided for interacting with mail servers via POP, IMAP, and SMTP, and with relational databases using JDBC. All of these protocols are also supported by the embedded scripting engine. Beyond them, the job development API makes it possible to use Java to develop custom jobs or even to extend the scripting language. Further, The TCP record and playback tools can be used to capture requests from clients and replay them against a server to simulate many kinds of network load without writing any code at all.

SLAMD Download Button For Your Site

If you want to place a Download Button for SLAMD on your website just insert the following code:

download SLAMD 2.0.0 download SLAMD 2.0.0

If you want a Link to this page you can use one of the logos bellow:

Soft82 logo
Soft82 logo

SLAMD User Reviews

Write a Review

Please log in to write a review

New Web Servers Software

Windows

vuTrapCon

May 22, 2012

A very descriptive and user friendly SNMP Trap Console
Windows

Node

May 21, 2012

A platform built on Chrome's JavaScript runtime for easily building fast
QTracker

QTracker

May 17, 2012

Qtracker lets you say goodbye to the in-game browser
JumpBox for the OTRS Trouble Ticketing System

JumpBox for the OTRS Trouble Ticketing System

May 17, 2012

An intuitive user interface to quickly guide users through deployment
TurboFTP Server

TurboFTP Server

May 15, 2012

A high performance, secure, scalable and management friendly file transfer server
Windows

Server Status Monitor

May 15, 2012

Monitor multiple servers and give you notifications when the servers are down
JumpBox for the GLPI IT and Asset Management System

JumpBox for the GLPI IT and Asset Management System

May 15, 2012

GLPI is an IT and Asset Management System
Windows

Newsletter Infowise Ltd

May 14, 2012

Deliver news directly to your recipients' mailboxes
Windows

SMTP Relay Server

May 11, 2012

A program for Windows that lets you convert any Windows based PC into SMTP server
BitNami WAMPStack

BitNami WAMPStack

May 11, 2012

Easy-to-install environment to develop and deploy PHP applications
JumpBox for the MoinMoin Wiki Software

JumpBox for the MoinMoin Wiki Software

May 11, 2012

Ready to run Virtual Machine/Virtual Appliance for VMware, Parallels, VirtualBox
Cascaded Lookup Column

Cascaded Lookup Column

May 10, 2012

Enhance standard Microsoft SharePoint lookup functionality
Advanced Onion Router

Advanced Onion Router

May 10, 2012

A client for OR networks
FreeNAS

FreeNAS

May 10, 2012

An embedded open source NAS (Network-Attached Storage) distribution based on FreeBSD
Windows

SPCarousel

May 7, 2012

A webpart that allows you to have a carousel that contains an image with a link below it
MyConnection Server

MyConnection Server

May 7, 2012

MyConnection Server (formerly MySpeed Server) is a server side Java application
NeoLoad

NeoLoad

May 4, 2012

The load testing solution for all your web applications
RISE Editor

RISE Editor

May 3, 2012

RISE is a software suite for model driven information system development
Web Log Explorer

Web Log Explorer

May 2, 2012

Web log analysis on-the-fly. Get as deep into your log files as you need to
Windows

Column Permissions

April 27, 2012

Manage access to list content on column level

Last 7 Days Most Downloaded Web Servers Products

Apache Tomcat

Apache Tomcat

72 downloads

An open source software implementation of the Java Servlet and JavaServer Pages technologies
JumpBox for the PunBB Discussion Forums Software

JumpBox for the PunBB Discussion Forums Software

59 downloads

JumpBox makes using server software quick and simple
Windows

Microsoft Office Migration Planning Manager

24 downloads

A group of tools designed to help administrators
PS3 Media Server

PS3 Media Server

17 downloads

A DLNA compliant Upnp Media Server for the PS3, written in Java, with the purpose of streaming
PostgreSQL

PostgreSQL

16 downloads

PostgreSQL is a powerful, open source relational database system
Windows

ESET Mail Security for Microsoft Exchange Server

14 downloads

Fast, Light and Effective Messaging Security
dbForge Studio for MySQL Express Edition

dbForge Studio for MySQL Express Edition

13 downloads

A cutting-edge administration tool and development environment for professional working with MySQL
Navicat for
SQLite

Navicat for SQLite

12 downloads

Navicat for SQLite is a powerful Database administration and development tool for SQLite
Wild media server (UPnP, DLNA, HTTP)

Wild media server (UPnP, DLNA, HTTP)

11 downloads

Provides media resources (photographs, audio and video files) on your computer to other UPnP (DLNA)
Google Chrome Frame

Google Chrome Frame

10 downloads

An open source plug-in that seamlessly brings Google Chrome's open

All Time Most Downloaded Web Servers Products

Apache Tomcat

Apache Tomcat

2,873 downloads

An open source software implementation of the Java Servlet and JavaServer Pages technologies
JumpBox for the PunBB Discussion Forums Software

JumpBox for the PunBB Discussion Forums Software

5,177 downloads

JumpBox makes using server software quick and simple
Windows

Microsoft Office Migration Planning Manager

2,451 downloads

A group of tools designed to help administrators
PS3 Media Server

PS3 Media Server

4,403 downloads

A DLNA compliant Upnp Media Server for the PS3, written in Java, with the purpose of streaming
PostgreSQL

PostgreSQL

9,355 downloads

PostgreSQL is a powerful, open source relational database system
Windows

ESET Mail Security for Microsoft Exchange Server

646 downloads

Fast, Light and Effective Messaging Security
dbForge Studio for MySQL Express Edition

dbForge Studio for MySQL Express Edition

578 downloads

A cutting-edge administration tool and development environment for professional working with MySQL
Navicat for
SQLite

Navicat for SQLite

338 downloads

Navicat for SQLite is a powerful Database administration and development tool for SQLite
Wild media server (UPnP, DLNA, HTTP)

Wild media server (UPnP, DLNA, HTTP)

1,840 downloads

Provides media resources (photographs, audio and video files) on your computer to other UPnP (DLNA)
Google Chrome Frame

Google Chrome Frame

3,317 downloads

An open source plug-in that seamlessly brings Google Chrome's open
Icon
link to us | site map | submit software | advertise | contact | privacy policy
Copyright © 2006 - 2012 SOLUTIONS AND CONSULTING S.R.L. - All rights reserved.