home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Online / MiamiGraph / MiamiGraph.readme < prev    next >
Text File  |  2000-06-15  |  2KB  |  67 lines

  1. Short:     Graphical traffic display for Miami
  2. Uploader:  Martyn Capewell (martyn@jubileeweb.freeserve.co.uk)
  3. Author:    Martyn Capewell (martyn@jubileeweb.freeserve.co.uk)
  4. Type:      comm/tcp
  5. Version:   1.1
  6. Requires:  Miami v3+, OS3.0
  7.  
  8. MiamiGraph displays a graph of incoming network traffic. It uses the
  9. callback hook feature of Miami v3 to show the information in a movable,
  10. resizable window.
  11.  
  12. Essentially, it's a copy of MiLoad by Stephan Lichtendahl, but more
  13. flexible.
  14.  
  15. Features
  16. --------
  17.  
  18.     - Resizable display
  19.     - Borderless/backdrop or standard window
  20.     - Adjustable update period
  21.     - Adjustable division markers
  22.     - Configurations of display colours
  23.     - Use any Miami interface (mi0, etc)
  24.     - Snapshot settings
  25.  
  26.  
  27. Usage
  28. -----
  29.  
  30. The command line options are:
  31.  
  32.     X/N/K,Y/N/K,W/N/K,H/N/K,PERIOD/N/K,DIVISIONS/N/K,BCOL/K,GCOL/K,DCOL/K,
  33.     BORDERLESS/S,INTERFACE/K
  34.  
  35. where:
  36.  
  37.     X - horizontal position of window
  38.     Y - vertical position of window
  39.     W - width of display (not including window borders)
  40.     H - height of display (not including window borders)
  41.     PERIOD - update rate (in 1/50ths of second - default 50)
  42.     DIVISIONS - horizontal markers (in Kb - default 10Kb)
  43.     BCOL - background colour (as RRGGBB - default 000000)
  44.     GCOL - graph colour (as RRGGBB - default 00FF00)
  45.     DCOL - divisor colour (as RRGGBB - default 008000)
  46.     BORDERLESS - if specified, window will have no borders
  47.     INTERFACE - Miami interface to monitor (default "mi0")
  48.  
  49. Position and size may be configured and saved after starting the
  50. program. The borderless window has a hidden close gadget in the top left 
  51. hand corner, and a size gadget in the bottom right. The standard window has 
  52. a hidden size gadget in the bottom right corner to minimise the size of the 
  53. display.
  54.  
  55. To simulate MiLoad:
  56.  
  57.     MiamiGraph PERIOD=25 DIVISIONS=10 BCOL=808080 GCOL=000000 DCOL=8080FF
  58.  
  59. (roughly)
  60.  
  61.  
  62.  
  63. Feedback
  64. --------
  65.  
  66. Comments, criticisms or suggestions may be addressed to -
  67. martyn@jubileeweb.freeserve.co.uk