Previous Topic: The JSMFANAL SMF Analysis ProgramNext Topic: Specifying Currencies


Specifying JSMFANAL Rates

JSMFANAL estimates the cost using the following rates:

CPU            $0.23 per CPU second
DISK I/O       $0.38 per 1000 EXCPs
TAPE I/O       $0.38 per 1000 EXCPs

If these rates are unsuitable, you can change them using JSMFANAL control statements. Use these three control statements to provide rates:

CPU nnnnnn

Specifies the CPU rate in cents per second.

DISK nnnnnn

Specifies the disk I/O rate in cents per thousand EXCPs.

TAPE nnnnnn

Specifies the tape I/O rate in cents per thousand EXCPs.

JSMFANAL formats rate control statements with the type (CPU, DISK, or TAPE) in column one, followed by the rate, separated from the type keyword by at least one blank. The rate must be numeric, with no embedded commas, periods, or currency signs. For example, to set the disk rate to $1.10 per thousand, leaving the other rates at their default, specify:

CPU 23
DISK 110
TAPE 38