home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume31 / jgraph / part07 / acc.jgr next >
Text File  |  1992-07-14  |  687b  |  39 lines

  1. (* Graph #6: Kbytes processed each second
  2.  *)
  3.  
  4. newgraph
  5.  
  6. yaxis size 2.5 min 0 max 100
  7.   label fontsize 8 : Percentage of bus utilization
  8.  
  9. xaxis size 1.8 min 0 max 5
  10.   no_draw_hash_marks no_draw_axis_label no_draw_hash_labels
  11.  
  12. (* 100% of utilization == 6510.4166 Kb/sec *)
  13.  
  14. newcurve
  15.   label : DB
  16.   marktype xbar fill .9 marksize .4
  17.   pts 
  18.     1   3.3573  (* 218.5792 Kb/sec *)
  19.  
  20. newcurve
  21.   label : QS
  22.   marktype xbar fill .6 marksize .4
  23.   pts
  24.     2   8.0665  (* 525.1688 Kb/sec *)
  25.  
  26. newcurve
  27.   label : GE
  28.   marktype xbar fill .3 marksize .4
  29.   pts
  30.     3   7.9602  (* 518.2473 Kb/sec *)
  31.  
  32. newcurve
  33.   label : RNG
  34.   marktype xbar fill 0 marksize .4
  35.   pts
  36.     4   8.2876  (* 539.5619 Kb/sec *)
  37.  
  38.  
  39.