Exercise 7-Benchmark Examples

Examine the sample batch jobs included in the BenchMarks\Single_Processor folder of the Queue Engine home directory. Here Argent has supplied several examples to demonstrate the power of the Argent Queue Engine.

First create a new queue by running create_queue.cmd. This batch file creates a queue called TEST_QUEUE_1 and then stops the queue.


QCREATE TEST_QUEUE_1

QSTOP TEST_QUEUE_1

Next, create 25 job instances to this queue by running the sr_qsubmit_25_queue1.cmd batch file. This file uses the QSUBMIT command to create 25 job instances.

Notice the job instances have a status of Postponed because the queue is in stopped status.

Start the queue to allow the job instances to be processed.

More information on how Argent uses the benchmark sample jobs is located in the Word_Files folder of the Queue Engine home directory.