1SPY(1) SPY(1)
2
3
4
6 spy - Report all Coda file that are opened
7
9 spy [ -host hostname ] [ -uid uid ]
10
11
13 spy will connect to venus on the given host and report all Coda files
14 that are opened. This is useful for generating hoard files as programs
15 can have hidden dependencies. Using spy will ensure that any file that
16 is opened gets included in the hoard database. Sending spy a SIGTERM
17 will cause spy to flush all of its output buffers and terminate.
18
19 spy supports the following options:
20
21 -host Name of Coda coda client to bind to. If this option is omitted,
22 then the current host will be used.
23
24 -uid Only report on file activity from user uid. If the -uid switch
25 is omitted, then all CFS file activity is reported.
26
27 To use spy to create a hoard file sort the output and remove any dupli‐
28 cates, By using spy you ensure that you did not forget to hoard a file
29 with a hidden dependency. For example, when you hoard X, you might
30 need the uncompress(1) program in order to use the fonts.
31
33 hoard(1)
34
36 · Joshua Raiff, 1993, Created man page
37
38
39
40Coda Distributed File System 25 April 2005 SPY(1)