home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / vms / 18251 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  3.6 KB

  1. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!news.cs.indiana.edu!nstn.ns.ca!ac.dal.ca!ae
  2. From: ae@ac.dal.ca
  3. Newsgroups: comp.os.vms
  4. Subject: BACKUP performance - can I expect any better?
  5. Message-ID: <1992Nov18.195835.8983@ac.dal.ca>
  6. Date: 18 Nov 92 19:58:35 -0400
  7. Organization: Dalhousie University, Halifax, Nova Scotia, Canada
  8. Lines: 56
  9.  
  10.   After I'd prepared this note one of my colleagues who is more up to date on
  11. his comp.os.vms reading pointed out that a similar question on BACKUP
  12. performance was asked and had been given some responses just a few days ago. 
  13. I hope readers won't mind my going over the ground again in some more detail
  14. in case I can elicit any new insights.
  15.  
  16.   I've been doing some rough calculations on the performance of our backups.
  17. These are done on a VAX 4500 onto a TSZ07 nine-track tape drive. The BACKUP
  18. command looks like 
  19.  
  20.     BACKUP /IGNORE=INTERLOCK disk tape_file /BLOCK_SIZE=32256
  21.  
  22. WSMAX on this system is 65500.  The quotas for the username that runs BACKUP
  23. are 
  24.  
  25.     Maxjobs:        20  Fillm:       128  Bytlm:        65536
  26.     Maxacctjobs:     0  Shrfillm:      0  Pbytlm:           0
  27.     Maxdetach:       4  BIOlm:       128  JTquota:       1024
  28.     Prclm:           5  DIOlm:      4096  WSdef:          200
  29.     Prio:            4  ASTlm:      4096  WSquo:        16384
  30.     Queprio:         0  TQElm:        10  WSextent:     24000
  31.     CPU:        (none)  Enqlm:       256  Pgflquo:      32768
  32.  
  33.   A recent backup took four hours and nine tapes to back up 2.5 million blocks
  34. off an RA92 connected via a KDA50 controller.  This equates to a data rate of
  35. about 89,000 bytes per second ((2,500,000 / (4*3600)) * 512).  This includes
  36. time taken for rewinding and mounting tapes.  Given that the TSZ07 is rated at
  37. 200 inches per second rewind time and, by observation, takes 55 seconds to
  38. load a tape there is a minimum overhead of 200 seconds per tape.  Say we allow
  39. 300 seconds per tape to account for operators not being right on top of
  40. things, the data rate goes up to about 105,000 bytes per second. 
  41.   Another backup of 3.9 million blocks off an RF73 connected via DSSI took 3.5
  42. hours and 13 tapes for a data rate of about 159,000 bytes per second.  Using
  43. the same overhead as with the previous example this goes up to about 230,000
  44. bytes per second. 
  45.   Although the two backups were done under somewhat different conditions, the
  46. RA92 on a Tuesday evening and the RF73 on a Saturday morning, the data rates
  47. from these two examples don't seem inconsistent with each other because, again
  48. using rough measurements, the DSSI connected RF73's seem to handle about twice
  49. the I/O rate of the RA92 KDA50 combination.  I've used MONITOR DISK and
  50. MONITOR DISK /ITEM=QUEUE and the average queue on RF73's seems to be about
  51. half the RA92 queue for the same operation rate.
  52.   I'm wondering if a data rate of 100,000 to 200,000 bytes a second is pretty
  53. much the best I can expect.  We're considering going to 4mm, 8mm, or TF85 for
  54. a backup device, so we're looking at rated maximum tape data speeds of about
  55. 180KB, 240KB, or 800KB a second.  If we are not getting near the TSZ07's rated
  56. speed of 625KB a second, does it make a difference what kind of tape device we
  57. use.  One big advantage, of course, of a cartridge tape over nine-track is the
  58. great reduction in operator intervention. 
  59.   These backups do have to run while significant numbers of users are logged
  60. in.  The batch job that does the backup has the same base CPU priority as the
  61. interactive users. The disks are not badly fragmented.  The RA92 in the
  62. example had about 84,000 files, the RF73 about 100,000. 
  63.  
  64. Aidan Evans (AE@AC.Dal.CA), Computer Facilities & Operations, University
  65. Computing & Information Services, Dalhousie University, Halifax, N.S., Canada 
  66.