Monitoring the buffer caches
468
PRIVATE
starts monitoring of the temp buffer cache, for the Temporary Store
of the database you are connected to. You need to issue a separate command to
monitor each buffer cache.
dummy_table_name can be any IQ table. However, it’s a good idea to create a
table that you use only for monitoring. The table name is required for syntactic
compatibility with other
IQ UTILITIES
commands. No matter what table name
you specify, you are monitoring buffer caching for all tables in a database.
’monitor_options’ can include one or more of the following values:
•
-summary
displays summary information for both the main and temp
buffer caches. If you do not specify any monitor options, you receive a
summary report. The fields displayed are as described for the other
options, plus the following:
•
Users: Number of users connected to the buffer cache
•
IO: Combined physical reads and writes by the buffer cache
•
-cache
displays activity in detail for the main or temp buffer cache. The
fields displayed are:
•
Finds: Find requests to the buffer cache
•
Creats: Requests to create a page within the database
•
Dests: Requests to destroy a page within the database
•
Dirty: Number of times the buffer was dirtied (modified)
•
HR%: Percentage of above satisfied by the buffer cache without
requesting any I/O
•
BWaits: Find requests forced to wait for a busy page (page frame
contention)
•
ReReads: Number of times the same portion of the store needed to be
reread into the cache within the same transaction
•
FMiss: False misses, number of times the buffer cache needed
multiple lookups to find a page in memory. This number should be 0
or very small. If the value is high, it is likely that a rollback occurred,
and certain operations needed to be repeated
•
Cloned: Number of buffers that Adaptive Server IQ needed to make a
new version for a writer, while it had to retain the previous version for
concurrent readers
Summary of Contents for Adaptive Server IQ 12.4.2
Page 1: ...Administration and Performance Guide Adaptive Server IQ 12 4 2 ...
Page 16: ...xvi ...
Page 20: ...Related documents xx ...
Page 40: ...Compatibility with earlier versions 20 ...
Page 118: ...Troubleshooting startup shutdown and connections 98 ...
Page 248: ...Importing data by replication 228 ...
Page 306: ...Integrity rules in the system tables 286 ...
Page 334: ...Cursors in transactions 314 ...
Page 396: ...Users and permissions in the system tables 376 ...
Page 438: ...Determining your data backup and recovery strategy 418 ...
Page 484: ...Network performance 464 ...
Page 500: ...System utilities to monitor CPU use 480 ...
Page 514: ...Characteristics of Open Client and jConnect connections 494 ...
Page 536: ...Index 516 ...