"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "gmemusage-0.2/README" of archive gmemusage-0.2.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 Gmemusage is modelled after the program of the same name on Silicon
    2 Graphics' graphics workstations. In a nutshell, gmemusage graphically
    3 displays the contents of memory on a running system, broken up by
    4 individual processes.
    5 
    6 To compile the program:
    7 
    8 	make
    9 
   10 You can set OPTIM to the value appropriate to your C compiler to get
   11 optimization or debugging symbols, e.g.
   12 
   13 	make OPTIM=-O2
   14 
   15 To install:
   16 
   17 	make install
   18 
   19 You can set PREFIX to a directory under which the program and the
   20 manual entry will be installed (by default /usr/local), e.g.
   21 
   22 	make PREFIX=/home/raju install
   23 
   24 Please see the comments at the top of the Makefile and edit other
   25 options as you desire.
   26 
   27 Gmemusage is copyright (C) 1997 by Raju Mathur aka OldMonk.
   28 
   29 The canonical site is:
   30 
   31 	http://reality.sgi.com/raju/software
   32 
   33 Soda, Reiki, CDs of '70s rock and flames to:
   34 
   35 	raju@sgi.com
   36 
   37 Please read the file COPYING in this directory for copyright
   38 information.
   39 
   40 Please see the file TODO in this directory for a bug- and wish-list.
   41 
   42 Gmemusage was compiled and tested on
   43 
   44 	Linux dontpanic 2.0.31 #13 Sun Oct 19 01:13:27 IST 1997 i486
   45 
   46 with the following libraries
   47 
   48 	libX11.so.6 => /usr/X11R6/lib/libX11.so.6.1
   49 	libc.so.5 => /lib/libc.so.5.4.38