<%@ 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-255

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

M.J. Zemerly and E. Papaefstathiou, Characterisation Survey (December 1, 1993).

Abstract

The performance of a computer system is affected by the characteristics of its various hardware and software subsystems. Hardware and software characterisation give the ability to change machine and programs parameters and observe their effects on the performance of the system without changing the existing hardware which can be time consuming and cost prohibitive. This report provides a survey of the techniques and tools used in the hardware and software characterisation of parallel systems.

Download

cs-rr-255.ps.gz

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