home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / biz / sco / general / 4927 < prev    next >
Encoding:
Text File  |  1993-01-01  |  4.3 KB  |  89 lines

  1. Newsgroups: biz.sco.general
  2. From: fred@genesis.demon.co.uk (Lawrence Kirby)
  3. Path: sparky!uunet!pipex!demon!genesis.demon.co.uk!fred
  4. Subject: Re: SCO Xenix w/SCSI Performance Testing/Results 
  5. Distribution: world
  6. References: <74@consult.UUCP>
  7. Organization: BT
  8. X-Mailer: Simple NEWS 1.90 (ka9q DIS 1.19)
  9. Lines: 63
  10. Date: Fri, 1 Jan 1993 16:26:35 +0000
  11. Message-ID: <725905595snz@genesis.demon.co.uk>
  12. Sender: usenet@demon.co.uk
  13.  
  14. In article <74@consult.UUCP> bob@consult.UUCP writes:
  15.  
  16. >
  17. >>        OLD MACHINE                             NEW MACHINE
  18. >> 386/33 w/8mb memory 64kcache           486/DX266 w/16mb memory 256k cache
  19. >> Ultrastor 12F ESDI controller          Adaptec 1542 SCSI controller
  20. >> Maxtor 338mb drive (~ 16ms)            HP 667 SCSI-2 drive (~13ms)
  21. >> CMS Enhancement 250mb tape             Archive ST-525 mb tape (SCSI)
  22. >> SCO Xenix 2.3.2                        SCO Xenix 2.3.4 GT
  23. >>                  Tape backup results when using CTAR
  24. >> Typical:  2.3mb/min                    Typical:  5.8mb/min
  25. >> 
  26. >Results:
  27. >                        -----Old System------  -----New System------
  28. >DEVICE BLOCKSIZE COUNT  REALTIME USER  KERNEL  REALTIME USER  KERNEL
  29. >====== ========= =====  ======== ====  ======  ======== ====  ======
  30. >rhd0a     2k     8192    25.4    0.2    5.0      38.8   0.2     1.6  
  31. >hd0a      2k     8192    38.3    0.5   15.1      59.9   0.0    26.7
  32. >rhd0a    256k     64     25.6    0.0    3.8      36.8   0.0     1.3
  33. >hd0a     256k     64     25.6    0.0   12.9      59.6   0.0    26.5
  34. >rroot     2k     8192    26.8    0.3    5.0      38.8   0.1     1.9
  35. >root      2k     8192    34.4    0.5   15.6      59.6   0.1    26.9
  36. >rroot    256k     64     25.9    0.0    3.8      36.9   0.0     1.8
  37. >root     256k     64     25.9    0.0   13.0      59.6   0.0    26.7
  38. >rhd00     2k     8192    25.4    0.5    4.7      38.8   0.1     1.8
  39. >hd00      2k     8192    34.7    0.5   14.5      59.6   0.1    27.0
  40. >rhd00    256k     64     25.7    0.0    3.7      36.9   0.0     1.9
  41. >hd00     256k     64     27.0    0.0   13.1      59.7   0.0    27.0
  42. >
  43.  
  44. I did some similar tests on 2 SCO Unix 3.2.2 systems. 
  45.  
  46.          SYSTEM 1                               SYSTEM 2
  47.  486/33 8MB memory 64Kcacke             486/25 8MB memory, no external cache
  48.  Ultrastor 12F ESDI controller          Ultrastor 14F SCSI controller
  49.  Maxtor 338mb drive (~ 16ms)            Quantum 425S FAST SCSI-2 drive (256K
  50.                                         cache)
  51.  
  52.  
  53.                         ------SYSTEM 1------   ------SYSTEM 2-------
  54. DEVICE BLOCKSIZE COUNT  REALTIME USER  KERNEL  REALTIME USER  KERNEL
  55. ====== ========= =====  ======== ====  ======  ======== ====  ======
  56. rhd0a     2k     8192    25.0    0.2   12.3      40.8   0.6    15.5
  57. hd0a      2k     8192    25.4    0.2   13.4      33.3   0.5    10.9
  58. rhd0a    256k     64     23.8    0.0    7.8      20.3   0.0     4.1
  59. hd0a     256k     64     25.2    0.0   11.5      33.2   0.0     7.8
  60. rroot     2k     8192    25.3    0.2   12.4      42.1   0.6    15.7
  61. root      2k     8192    24.9    0.1   13.1      33.1   0.5    10.8
  62. rroot    256k     64     24.5    0.0    7.3      19.3   0.0     4.3
  63. root     256k     64     25.0    0.0   11.7      35.0   0.0     7.7
  64. rhd00     2k     8192    25.5    0.2   12.0      41.3   0.4    16.1
  65. hd00      2k     8192    24.8    0.1   12.9      34.9   0.4    10.9
  66. rhd00    256k     64     23.9    0.0    7.8      20.1   0.0     4.3
  67. hd00     256k     64     24.8    0.0   11.7      33.3   0.0     7.5
  68. file      2k     8192    23.5    0.1   12.8      18.3   0.5    14.1
  69. file     256k     64     23.5    0.0   11.3      16.3   0.0    10.5
  70.  
  71. 'file' is a large, contiguous file residing on an AFS filesystem. What's
  72. interesting is that REALTIME is always better using AFS than using a disk
  73. device directly, especially for small block sizes. Perhaps AFS has some
  74. inherent lookahead. AFS doesn't seem to impose a measurable overhead
  75. compared to block devices.
  76.  
  77. On system 2 there seems to be a big overhead for small block sizes whereas on
  78. system 1 block size only seems to make a significant difference on raw
  79. devices.
  80.  
  81. I did do some informal comparisons between the 14F and 1542B some time ago.
  82. The 14F does appear faster, especially with a FAST SCSI drive (the 1542B
  83. doesn't support FAST).
  84.  
  85. -----------------------------------------
  86. Lawrence Kirby | fred@genesis.demon.co.uk
  87. Wilts, England | 70734.126@compuserve.com
  88. -----------------------------------------
  89.