<%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>

Research Report CS-RR-389

<%-- Include the code for the lines and navigation --%> <%@ include file="/arch/middle.jsp" %>

J.D. Turner, R. Lopez-Hernandez, D.J. Kerbyson and G.R. Nudd, Performance Optimisation of a Lossless Compression Algorithm using the PACE Toolkit (May 10, 2002).

Abstract

With the large increase in interest and research in distributed systems, the need for performance prediciton and modelling of such systems has become important to decrease the system's complexity. One such prediction technique is PACE, a series of performance modelling tools developed at Warwick, which allows a user to create very accurate performance models of sequential and distributed systems. Such a model can be used in an application steering method, where a performance model is added to the overall system such that the application can be optimised to match a particular constraint. To describe this method, a lossless compression technique, also developed at Warwick, is optimised to fit a distributed system where a time constraint is necessary. It is shown that the compression ratio gained by the compression technique grows, as expected, while the time constraint given to the application becomes more relaxed.

Download

cs-rr-389.ps.gz

<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>