''
''  ͻ
''      Stress Combined Small Script #1  (SML01-x)                       
''      "Baboomper"                                                      
''      Base Queues/Base Video/Memory Management/PM Message/Loader/      
''      19-Jan-89                                                        
''  ͼ
''
''  ͻ
''    Change History for OS/2 SE 2.0:                                       
''                                                                          
''     Date       Name                 Description                          
''   --------  -----------  ------------------------------------------------
''   02/22/90  P. Hayes     Modified for "CRUISER".                         
''   02/22/90  P. Hayes     Added scripts for machines 8, 9 and X.          
''   03/06/90  P. Hayes     Remove all references to Rexx.                  
''   04/19/91  P. Abbott    Added T,P,M for Cruiser                         
''    8/ 1/91  J. Kipp      Use KS instead of FP...CC to stop LSDLL         
''   09/23/91  P. Abbott    Take out SG8 M32Shr, SG7 time doubled           
''   11/24/91  unknown      unknown                                         
''   11/25/91  J. Kipp      Reduce MEMLOCK -B arg on P from 1024 to 512     
''   12/ 4/91  J. Kipp      Reduce MEMLOCK -B arg on P from  512 to 256     
''   12/ 4/91  J. Kipp      Reduce MEMDISC -n arg on P from 1024 to 512     
''  ͼ
''
''
''       SG-0 SG-1   SG-2   SG-3  SG-4    SG-5    SG-6     SG-7
''       ---- ------ ------ ----- ------- ------- -------- --------
''  0.0  *    QSMain BSEQMP Video MemDisc MemLock LSDLL    M32Lck
''
''  0.5  *      v     v      v     v       v       v        v
''
''  1.0  *      v     v     Video  v       v      LSDLL     v
''
''  1.5  *      v     v      v     v       v       v        v
''
''  2.0  *      v    BSEQMP Video  v       v      LSDLL    M32SUB
''
''  2.5  *      v     v      v     v       v       v        v
''
''  3.0  *      v     v     Video  v       v      LSDLL     v
''
''  3.5  *      v     v      v     v       v       v        v
''
''  4.0  *     Done  Done   Done  Done    Done    Done     Done
''
''  * Foreground
''
''
''  ͻ
''                                                         
''      Create flat screen group tree in background        
''                                                         
''  ͼ
''
0 0 SBP 1 Switch.exe -l5          ''Parent is root (SG0)
0 0 SB 2 Switch.exe -l5           ''Parent is root (SG0)
0 0 SB 3 Switch.exe -l5           ''Parent is root (SG0)
0 0 SB 4 Switch.exe -l5           ''Parent is root (SG0)
0 0 SB 5 Switch.exe -l5           ''Parent is root (SG0)
0 0 SBP 6 Switch.exe -l5          ''Parent is root (SG0)
0 0 SBV 7 Switch.exe -l5          ''Parent is root (SG0)
''0 0 SBP 8 Switch.exe -l5          ''Parent is root (SG0)
''
''
''  ͻ
''                                                         
''      Start up tests                                     
''                                                         
''  ͼ
''
0 1 E 1 QSMain.exe  -t15 -l5 -sqsmain1
0 2 E 1 BseQMP.exe  -l5 -qFIFO -c7000 -n15 -m255 -i10 -sbseqmp1
0 3 E 1 Video.exe   \script\10qshort.cnt -l5 -svideo1
0 4 E 1 MemDisc.exe -m1024 -n512 -l4 -smemdisc1
0 5 E 1 MemLock.exe -A0 -B256 -C1024 -l4 -smemlock1
0 6 E 1 LSDLL.exe   -c3600 -l5 -sLSDLLH00
0 7 E 1 M32Lck.exe -A10 -B10 -C10 -D10 -E0 -G10 -l5 -sLck1
''0 8 E 1 M32Shr.exe -A30 -B30 -C30 -M5320 -N100 -L5 -sshare1
''
''
''  Ŀ
''      Hour 0.0 - 1.0                                     
''  
''
''  SG      SG  Testname Testtype
''
''  0  1  QSMain   (PM)
''         2  BSEQMP   (base queues)
''         3  Video    (video)
''         4  MemDisc  (memory)
''         5  MemLock  (memory)
''         6  LSDLL    (loader)
''         7  M32Lck   (memory)
''         8  M32Share (memory)
''
''  Waiting 1.0 hours for SG3, SG6 to finish
''
3300000 3 WP 1 600000             ''Video    (Video)
0 3 FP 1 CC                       ''(10008) Expected
0 3 WP 1 600000                   ''(10008) Expected
''
0 0 F 6                           ''LSDLL    (Loader)
0 6 KS 1
''
0 0 F 7                           ''M32Lck   (Memory)
0 7 FP 1 CC                       ''(10008) Expected)
0 7 WP 1 900000                   ''(10008) Expected
''
''0 0 F 8                           ''M32Share (Memory)
''0 8 FP 1 CC                       ''(10008) Expected)
''0 8 WP 1 600000                   ''(10008) Expected
''
600000 3 E 2 Video.exe \script\10qpopup.cnt -l5 -svideo2
0 6 E 2 LSDLL.exe -c3600 -l5 -sLSDLLH10
''0 7 E 2 M32Lck.exe -A5 -B5 -C5 -D1 -E0 -G10 -l5 -sLck2
''0 8 E 2 M32Shr.exe -A3 -B3 -C3 -M2400 -N10 -L5 -sshare2
''
''
''  Ŀ
''      Hour 1.0 - 1.5                                     
''  
''
''  SG      SG  Testname Testtype
''
''  0  1  QSMain   (PM)
''         2  BSEQMP   (base queues)
''         3  Video    (video)
''         4  MemDisc  (memory)
''         5  MemLock  (memory)
''         6  LSDLL    (loader/schd)
''         7  M32Lck   (memory)
''         8  M32Share (memory)
''
''  Everything continues to run for 0.5 hours
''
0 3 WP 2 1800000
''
''  Ŀ
''      Hour 1.5 - 2.0                                     
''  
''
''  SG      SG  Testname Testtype
''
''  0  1  QSMain   (PM)
''         2  BSEQMP   (base queues)
''         3  Video    (video)
''         4  MemDisc  (memory)
''         5  MemLock  (memory)
''         6  LSDLL    (loader/schd)
''         7  M32Lck   (memory)
''         8  M32Share (memory)
''
''  Waiting 0.5 hours for SG2, SG3, SG6, SG7 & SG8 to finish
''
1500000 2 WP 1 600000             ''BSEQMP (Queues)
0 2 FP 1 CC                       ''(10008) Expected
0 2 WP 1 600000                   ''(10008) Expected
''
0 3 WP 2 600000                   ''Video (Video)
0 3 FP 2 CC                       ''(10008) Expected
0 3 WP 2 600000                   ''(10008) Expected
''
0 0 F 6                           ''LSDLL (Loader)
0 6 KS 2
''
''0 0 F 7                           ''M32Lck   (Memory)
''0 7 FP 2 CC                       ''(10008) Expected)
''0 7 WP 2 900000                   ''(10008) Expected
''
''0 0 F 8                           ''M32Share (Memory)
''0 8 FP 2 CC                       ''(10008) Expected)
''0 8 WP 2 600000                   ''(10008) Expected
''
300000 2 E 2 BSEQMP.exe  -l5 -qLIFO -c7000 -n15 -m2515 -i100 -sbseqmp2
0 3 E 3 Video.exe   \script\10qmed.cnt -l5 -svideo3
0 6 E 3 LSDLL.exe   -c3600 -l5 -sLSDLLH20
''0 7 E 3 M32Lck.exe -A5 -B5 -C5 -D1 -E0 -G10 -l5 -sLck2
''0 8 E 3 M32Shr.exe -A3 -B3 -C3 -M2400 -N10 -L5 -sshare2
''
''
''  Ŀ
''      Hour 2.0 - 2.5                                     
''  
''
''  SG      SG  Testname Testtype
''
''  0  1  QSMain   (PM)
''         2  BSEQMP   (base queues)
''         3  Video    (video)
''         4  MemDisc  (memory)
''         5  MemLock  (memory)
''         6  LSDLL    (loader/schd)
''         7  M32Sub   (memory)
''         8  M32Share (memory)
''
''  Everything continues to run for 0.5 hours
''
0 3 WP 3 1800000
''
''  Ŀ
''      Hour 2.5 - 3.0                                     
''  
''
''  SG      SG  Testname Testtype
''
''  0  1  QSMain   (PM)
''         2  BSEQMP   (base queues)
''         3  Video    (video)
''         4  MemDisc  (memory)
''         5  MemLock  (memory)
''         6  LSDLL    (loader/schd)
''         7  M32Sub   (memory)
''         8  M32Share (mmemory)
''
''  Waiting 0.5 hours for SG3, SG6, SG7 & SG8 to finish
''
1500000 3 WP 3 600000             ''Video (Video)
0 3 FP 3 CC                       ''(10008) Expected
0 3 WP 3 600000                   ''(10008) Expected
''
0 0 F 6                           ''LSDLL (Loader)
0 6 KS 3
''
0 0 F 7                           ''M32Sub   (Memory)
0 7 FP 3 CC                       ''(10008) Expected)
0 7 WP 3 600000                   ''(10008) Expected
''
''0 0 F 8                           ''M32Share (Memory)
''0 8 FP 3 CC                       ''(10008) Expected)
''0 8 WP 3 600000                   ''(10008) Expected
''
300000 3 E 4 Video.exe \script\10qmode.cnt -l5 -svideo4
0 6 E 4 LSDLL.exe   -c3600 -l5 -sLSDLLH30
0 7 E 4 M32sub.exe -A2 -M2400 -N10 -l5 -sSUB3
''0 8 E 4 M32Shr.exe -A4 -B4 -C4 -M5320 -N10 -L5 -sshare3
''
''
''
''  Ŀ
''      Hour 3.0 - 3.5                                     
''  
''
''  SG      SG  Testname Testtype
''
''  0  1  QSMain   (PM)
''         2  BSEQMP   (base queues)
''         3  Video    (video)
''         4  MemDisc  (memory)
''         5  MemLock  (memory)
''         6  LSDLL    (loader/schd)
''         7  M32Sub   (memory)
''         8  M32Share (memory)
''
''  Everything continues to run for 0.5 hours
''
0 3 WP 4 1800000
''
''  Ŀ
''      Hour 3.5 - 4.0                                     
''  
''
''  SG      SG  Testname Testtype
''
''  0  1  QSMain   (PM)
''         2  BSEQMP   (base queues)
''         3  Video    (video)
''         4  MemDisc  (memory)
''         5  MemLock  (memory)
''         6  LSDLL    (loader/schd)
''         7  M32Sub   (memory)
''         8  M32Share (memory)
''
''  Shut down everything after another 0.5 hour
''
1800000 1 WP 1 600000             ''QSMain (PM)
0 1 FP 1 C                        ''(00000) Expected
0 1 WP 1 600000                   ''(10008) Expected
''
0 2 FP 2 CC                       ''BSEQMP (Queues)
0 2 WP 2 600000                   ''(10008) Expected
''
0 3 FP 4 CC                       ''Video (Video)
0 3 WP 4 600000                   ''(10008) Expected
''
0 4 FP 1 CC                       ''MemDisc (Memory)
0 4 WP 1 600000                   ''(10008) Expected
''
0 5 FP 1 CC                       ''MemLock (Memory)
0 5 WP 1 600000                   ''(10008) Expected
''
0 6 KS 4                          ''LSDLL (Loader)
''
0 7 FP 4 CC                       ''M32Sub (Memory)
0 7 WP 4 600000                   ''(10008) Expected
''
''0 8 FP 4 CC                       ''M32Share (Memory)
''0 8 WP 4 600000                   ''(10008) Expected
''
''  ͻ
''                                                         
''      Clean up; shut down                                
''                                                         
''  ͼ
''
0 0 D 1
0 0 D 2
0 0 D 3
0 0 D 4
0 0 D 5
0 0 D 6
0 0 D 7
''0 0 D 8
''
''  ͻ
''                                                         
''      Stress Combined Small Script #1 (SML01-x) Done     
''                                                         
''  ͼ
