A Performance Evaluation of the Dash Message-Passing System

Shin-Yuan Tzou and David P. Anderson

EECS Department
University of California, Berkeley
Technical Report No. UCB/CSD-88-452
October 1988

http://www2.eecs.berkeley.edu/Pubs/TechRpts/1988/CSD-88-452.pdf

DASH is a distributed operating system kernel. Message-passing (MP) is used for local communication, and the MP system uses virtual memory remapping instead of software copying for moving large amounts of data between virtual address spaces. This design eliminates a bottleneck in high-performance communication, and increases the feasibility of moving services such as file services into user spaces.

Other systems that have used VM remapping for message transfer have suffered from high per-operation overhead, limiting the use of the technique. The DASH design is intended to reduce this overhead. To evaluate our design, we measured the performance of the DASH kernel implementation on Sun 3/50 workstations. Our throughput measurements show that large messages can be moved between user spaces at a rate of more than 30 MB/sec, an order of magnitude higher than with software copying. Furthermore, the per-operation overhead is low, so performance for small messages is not sacrificed.

To further understand the performance of the DASH MP system, we then broke an MP operation into short code segments and timed them with microsecond precision. The results show the relative costs of data movement and the other components of MP operations, and allow us to evaluate several specific design decisions.


BibTeX citation:

@techreport{Tzou:CSD-88-452,
    Author = {Tzou, Shin-Yuan and Anderson, David P.},
    Title = {A Performance Evaluation of the Dash Message-Passing System},
    Institution = {EECS Department, University of California, Berkeley},
    Year = {1988},
    Month = {Oct},
    URL = {http://www2.eecs.berkeley.edu/Pubs/TechRpts/1988/6064.html},
    Number = {UCB/CSD-88-452},
    Abstract = {DASH is a distributed operating system kernel. Message-passing (MP) is used for local communication, and the MP system uses virtual memory remapping instead of software copying for moving large amounts of data between virtual address spaces. This design eliminates a bottleneck in high-performance communication, and increases the feasibility of moving services such as file services into user spaces.   <p>Other systems that have used VM remapping for message transfer have suffered from high per-operation overhead, limiting the use of the technique. The DASH design is intended to reduce this overhead. To evaluate our design, we measured the performance of the DASH kernel implementation on Sun 3/50 workstations. Our throughput measurements show that large messages can be moved between user spaces at a rate of more than 30 MB/sec, an order of magnitude higher than with software copying. Furthermore, the per-operation overhead is low, so performance for small messages is not sacrificed.   <p>To further understand the performance of the DASH MP system, we then broke an MP operation into short code segments and timed them with microsecond precision. The results show the relative costs of data movement and the other components of MP operations, and allow us to evaluate several specific design decisions.}
}

EndNote citation:

%0 Report
%A Tzou, Shin-Yuan
%A Anderson, David P.
%T A Performance Evaluation of the Dash Message-Passing System
%I EECS Department, University of California, Berkeley
%D 1988
%@ UCB/CSD-88-452
%U http://www2.eecs.berkeley.edu/Pubs/TechRpts/1988/6064.html
%F Tzou:CSD-88-452