home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / workspace / FileSpy.README < prev    next >
Encoding:
Text File  |  1996-09-05  |  3.2 KB  |  78 lines

  1. This are some excerpts from the README.rtf:
  2.  
  3.                 FileSpy is copyrighted (c) 1996 by Felix Rauch.
  4.  
  5.  
  6.                    FileSpy
  7.              A logfile observing utility
  8.                 by Felix Rauch
  9.                 felix@nice.ch
  10.  
  11.  
  12. 0. Introduction
  13.  
  14. FileSpy has many advantages:
  15. - It's free, so you don't have to pay anything for it.
  16. - It comes with full source code, so you may improve or debug it, if
  17.   you wish to do so.
  18. - It seems to work. I like it and use it whenever I'm working on my
  19.   NeXT. So do some of my collegues, which means it does a good job for us.
  20.  
  21. However, it has also some disadvantages:
  22. - It's free, so you won't get support for it.
  23. - It comes with full source code, but the source is ugly. I started
  24.   this programm two years ago, when I knew much less about how to make
  25.   a good programm, without having a clear project or even design. Over
  26.   the years, I inserted code wherever I felt it would be a good idea to
  27.   do so. This resulted in ugly code and not so well designed objects.
  28.   Please do not look at this programm as an example of how to do things.
  29. - It seems to work. As I explained above, FileSpy is a really useful
  30.   and working application for me and some other people. For you it may
  31.   be a buggy and completely useless collection of bits.
  32.  
  33.  
  34. 1. Copying, warranty and legal stuff
  35.  
  36. For most people, this program underlies the GNU GENERAL PUBLIC
  37. LICENSE. However, there are special restrictions for people having to
  38. do with nuclear weapons. See the file CONDITIONS for details.
  39.  
  40. THE PROGRAM IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
  41. EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  42. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  43.  
  44. For more details about terms and conditions about copying,
  45. distribution and modification see the file COPYING.
  46.  
  47. This product includes software developed by Rich Salz, i.e. the
  48. wildmat-routine.
  49.  
  50.  
  51. 2. Features
  52.  
  53. This is a short list what FileSpy does. For more detailed help, see
  54. chapter 4. Using FileSpy.
  55.  
  56. FileSpy helps you monitor your log- and lock-files such as
  57. /usr/adm/messages, /tmp/console.log, /usr/spool/uucp/Log,
  58. /usr/spool/uucp/LCK/LCK..cufa and similar ones. It lets you do the following things:
  59. - Select as many log- or lockfiles as you want and pop up a window as
  60.   soon as something happens to to these files. These means when:
  61.   Something is appended to them; they're removed or created; they're no
  62.   longer accessible; they reduce their sizes (in this case, FileSpy of
  63.   course can't show you any new text, so it just prints a message on the
  64.   console that the file reduced its size).
  65. - Have one window for each observed file or log everything in one
  66.   central Multilog-window. Files may have different colors to be quickly
  67.   identified in the multilog or their names may be printed each time
  68.   they log something or just when a different file starts to print its
  69.   output to the multilog. You may also print timestamps when something
  70.   is logged.
  71. - Use a filter to strip out non-interesting messages. The filter
  72.   allows the use of wildcards, as well as for the logged texts as for
  73.   the filenames to which the filter should be applied.
  74. - List lockfiles in a Existencelog-window to find out quickly which
  75.   lockfiles currently exist and which don't. You may also print the time
  76.   how long a lockfile existed.
  77.  
  78.