A File System Tracing Package for Berkeley UNIX

Songnian Zhou, Herve Da Costa and Alan Jay Smith

EECS Department
University of California, Berkeley
Technical Report No. UCB/CSD-85-235
May 1985

http://www2.eecs.berkeley.edu/Pubs/TechRpts/1985/CSD-85-235.pdf

A tracing package for the UNIX file system has been implemented and statistics have been gathered from a heavily and widely used DEC VAX 11/780 running UNIX 4.2BSD. This tracing package is unusual in the comprehensiveness of the data gathered, the clean and usable format in which the final trace appears, and the use of a post processing step to assemble information in trace records that is not easily (or at all) available at trace time. Trace records are gathered for file opens, file creates, file closes, reads and writes, renames, file deletes, executes, forks and exit calls. Some preliminary analyses of the trace data are presented. We found that the I/O activities are very bursty, that very few read and write operations are performed in most of the open-close sessions, and that the process lifetime distribution is highly skewed, with many short lived processes and a few long term ones. The extensive data gathered using the package is valuable for the studies of disk caching and file migration algorithms, distributed file system performance, and load balancing strategies.


BibTeX citation:

@techreport{Zhou:CSD-85-235,
    Author = {Zhou, Songnian and Da Costa, Herve and Smith, Alan Jay},
    Title = {A File System Tracing Package for Berkeley UNIX},
    Institution = {EECS Department, University of California, Berkeley},
    Year = {1985},
    Month = {May},
    URL = {http://www2.eecs.berkeley.edu/Pubs/TechRpts/1985/5935.html},
    Number = {UCB/CSD-85-235},
    Abstract = {A tracing package for the UNIX file system has been implemented and statistics have been gathered from a heavily and widely used DEC VAX 11/780 running UNIX 4.2BSD.  This tracing package is unusual in the comprehensiveness of the data gathered, the clean and usable format in which the final trace appears, and the use of a post processing step to assemble information in trace records that is not easily (or at all) available at trace time. Trace records are gathered for file opens, file creates, file closes, reads and writes, renames, file deletes, executes, forks and exit calls. Some preliminary analyses of the trace data are presented. We found that the I/O activities are very bursty, that very few read and write operations are performed in most of the open-close sessions, and that the process lifetime distribution is highly skewed, with many short lived processes and a few long term ones. The extensive data gathered using the package is valuable for the studies of disk caching and file migration algorithms, distributed file system performance, and load balancing strategies.}
}

EndNote citation:

%0 Report
%A Zhou, Songnian
%A Da Costa, Herve
%A Smith, Alan Jay
%T A File System Tracing Package for Berkeley UNIX
%I EECS Department, University of California, Berkeley
%D 1985
%@ UCB/CSD-85-235
%U http://www2.eecs.berkeley.edu/Pubs/TechRpts/1985/5935.html
%F Zhou:CSD-85-235