Remove advertising header from share/
[dragonfly.git] / share / doc / papers / sysperf / 1.t
1 .\" Copyright (c) 1985 The Regents of the University of California.
2 .\" All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     @(#)1.t 5.1 (Berkeley) 4/17/91
29 .\"
30 .ds RH Introduction
31 .af PN 1
32 .bp 1
33 .NH
34 Introduction
35 .PP
36 The Berkeley Software Distributions of
37 .UX
38 for the VAX have added many new capabilities that were
39 previously unavailable under
40 .UX .
41 The development effort for 4.2BSD concentrated on providing new
42 facilities, and in getting them to work correctly.
43 Many new data structures were added to the system to support
44 these new capabilities.
45 In addition,
46 many of the existing data structures and algorithms
47 were put to new uses or their old functions placed under increased demand.
48 The effect of these changes was that
49 mechanisms that were well tuned under 4.1BSD
50 no longer provided adequate performance for 4.2BSD.
51 The increased user feedback that came with the release of
52 4.2BSD and a growing body of experience with the system
53 highlighted the performance shortcomings of 4.2BSD.
54 .PP
55 This paper details the work that we have done since
56 the release of 4.2BSD to measure the performance of the system,
57 detect the bottlenecks,
58 and find solutions to remedy them.
59 Most of our tuning has been in the context of the real
60 timesharing systems in our environment.
61 Rather than using simulated workloads,
62 we have sought to analyze our tuning efforts under
63 realistic conditions.
64 Much of the work has been done in the machine independent parts
65 of the system, hence these improvements could be applied to
66 other variants of UNIX with equal success.
67 All of the changes made have been included in 4.3BSD.
68 .PP
69 Section 2 of the paper describes the tools and techniques
70 available to us for measuring system performance.
71 In Section 3 we present the results of using these tools, while Section 4
72 has the performance improvements
73 that have been made to the system based on our measurements.
74 Section 5 highlights the functional enhancements that have
75 been made to Berkeley UNIX 4.2BSD.
76 Section 6 discusses some of the security problems that
77 have been addressed.