PigsInSpaceDoc.tioga
Last edited by Bob Hagmann, April 10, 1985 6:56:08 am PST
PigsInSpaceDoc
CEDAR 5.2 — FOR INTERNAL XEROX USE ONLY
PigsInSpace Documentation
Bob Hagmann
© Copyright 1985 Xerox Corporation. All rights reserved.
Finds the largest files in the FS file cache on the system volume.
Keywords: FS cache
XEROX  Xerox Corporation
   Palo Alto Research Center
   3333 Coyote Hill Road
   Palo Alto, California 94304

For Internal Xerox Use Only
1. Usage
PigsInSpace {count ← 10}
 print the largest 'count' files in the cache.
The full file name is printed with its byte size.
2. Discussion
A cache enumeration is done, and the largest files found are printed. The enumeration is moderately slow: 5 minutes on a full sized T-80 disk partition is normal. This is because the program has to open up every file in the cache to find its size. The machine is somewhat sluggish during this command.