home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / perf22.zip / READ.ME < prev    next >
Text File  |  1992-08-26  |  2KB  |  50 lines

  1. August 27,1992
  2.  
  3. The files contained on this diskette are part of the Micro Decisionware 
  4. performance measurement package for the Database Gateway for DB2. 
  5.  
  6. You will find the following files on this diskette:
  7.  
  8. READ.ME     - This File.
  9. AUTHORS.BAT - This is the file to create and populate the AUTHORS table.
  10.               ** BE SURE YOU DO NOT HAVE A TABLE WITH THE SAME NAME **
  11. AUTHORS.SQL - Authors.sql is the SQL statement to populate the authors tables.
  12. PERF.BAT    - This is the DOS batch file to invoke the ISQL test.
  13. SELECT.SQL  - This is the SQL statement for the PERF.BAT
  14. RETURN      - Support file for time.log.
  15. DGNR.EXE    - OS/2 Database Gateway executable used in testing.
  16. DGDLLNR.DLL - OS/2 Database Gateway DLL used in testing.
  17. DGLIBNR.DLL - OS/2 Database Gateway DLL used in testing.
  18. DGDB2NR.DLL - OS/2 Database Gateway DLL used in testing.
  19.  
  20.  
  21.                     INSTALLATION INSTRUCTIONS
  22.                     -------------------------
  23.  
  24.  
  25. From a DOS Client:
  26.  
  27. 1. Load necessary TSRs - DOSNP.EXE, and/or DBNMPIPE.EXE 
  28.  
  29. 2. Verify you do not have a table in DB2 with the tablename AUTHORS.
  30.    If you already have a table named AUTHORS, it will be replaced. 
  31.    
  32. 3. Run AUTHORS.BAT - This will create AUTHORS and populate the table.  Enter 
  33.    your USERID,  PASSWORD and SERVICENAME as arguments.
  34.  
  35.         Example: authors myuserid mypassword servicename
  36.  
  37.  
  38. On the OS/2 Database Gateway server:                                               
  39.  
  40. 4. Shut down any Database Gateways you may be running.
  41.  
  42. 5. Open an OS/2 Window, change directory to the directory that contains the 
  43.     Database Gateway for DB2 files. (example: CD \GATEWAY)
  44.  
  45. 6. Follow the directions in the documentation to run performance
  46.    tests with the existing DGDLL.DLL file and with the 'NR' (no result)
  47.    version provided on this diskette, which "throws away" the data. 
  48.    Comparisons of these measurements will tell you where to focus
  49.    your performance tuning efforts.
  50.