RMS

You are currently browsing articles tagged RMS.

RMS Tuning Cycle

This clip shows a brief overview of the RMS (Record Management System) tuning cycle. This essentially allows the users to gather information as they use the RMS file. Then based on the information gathered from the file, the RMS file user can adjust the tuning of the RMS parameters and generate a more effective RMS file structure.
clipped from h71000.www7.hp.com

HP.com home

HP OpenVMS Systems Documentation
Guide to OpenVMS File Applications
Figure 10-8 RMS Tuning Cycle

Figure 10-7 Structure of Alternate Records

Example 10-7 shows an examination of an alternate record.

You can use the Analyze/RMS_File utility to create an FDL file
generally called an analysis file. FDL files created by
ANALYZE/RMS_FILE contain statistics about each area and key in the
primary sections named ANALYSIS_OF_AREA and ANALYSIS_OF_KEY.

These analysis sections are then used by the Edit/FDL utility in its
Optimize script. You can compare the statistics in these sections with
your assumptions about the file’s use; you may find some places in the
file’s structure where additional tuning will be possible.

Tags: ,

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 4.00 out of 5)
Loading ... Loading ...

Similar Posts:

The OpenVMS Freeware V5.0 set contains the [RMS_TOOLS] directory where Hein van den Heuvel placed his RMS_TUNE_CHECK utility. This is a quick pointer to that tool.
clipped from h71000.www7.hp.com
OpenVMS Freeware Abstracts
Abstracts for Volume DISK$FREEWARE50_2
[RMS_TOOLS] Miscellaneous RMS Tools

Tags: , ,

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 4.00 out of 5)
Loading ... Loading ...

Similar Posts:

In this OpenVMS Technical Journal article, Gorazd Kikelj discusses how to add an RMS performance statistics collector to the normal T4 & Friends data collection. This has several advantages over other techniques, which will be show in other blog entries.
clipped from h71000.www7.hp.com

HP.com home

HP OpenVMS Systems
OpenVMS Technical Journal V11

RMS Collector for T4 and Friends

Gorazd Kikelj, HP Account Support Manager

Overview

This article
provides a technique of expanding T4 and Friends with additional data
collectors and with minimal impact to the core T4 procedures and utilizing
services provided by them. The example described is uses a MONITOR RMS
extension to monitor RMS file statistics.

Tags: ,

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 4.00 out of 5)
Loading ... Loading ...

Similar Posts:

Known as Secondary Index Data Record (SIDR) chains, RMS indexed files can increase system overhead without the developer or system manager being aware of this issue. In this VMS Technical Journal article, Hein van den Heuvel discusses this issue an methods to address the problem.
clipped from h71000.www7.hp.com

HP.com home

HP OpenVMS Systems

RMS Performance: Duplicate key chains

Hein van den Heuvel

Overview

Does
your application use RMS Indexed files?
Do you know what a SIDR is? Do you know what a duplicate key chain is?
You probably should, since SIDRs and duplicate key chains can cause thousands
of read I/Os as the result of a single record insert. With that, they can have
a tremendous impact not just on the application doing the insert, but also on
total system performance. Application managers, of course, notice
a slowdown over time, and all too often they solve that by throwing more
hardware at the problem. But what if you already have the biggest box on the
market? Modest file tuning and a convert can help avoid all those read I/Os and
restore performance. I have yet to investigate an RMS application that did not
have this duplicate key chain problem. Maybe this is because I get called in
only for bad cases, or because indeed so many applications have this problem,
at least to some degree.

Tags: , ,

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 4.00 out of 5)
Loading ... Loading ...

Similar Posts: