Server Status Variables
530
•
Open_files
[530]
The number of files that are open. This count includes regular files opened by the server. It does
not include other types of files such as sockets or pipes. Also, the count does not include files that
storage engines open using their own internal functions rather than asking the server level to do so.
•
Open_streams
[530]
The number of streams that are open (used mainly for logging).
•
Open_tables
[530]
The number of tables that are open.
•
Opened_tables
[530]
The number of tables that have been opened. If
Opened_tables
[530]
is big, your
table_cache
[498]
value is probably too small.
•
Prepared_stmt_count
[530]
The current number of prepared statements. (The maximum number of statements is given by the
max_prepared_stmt_count
[470]
system variable.) This variable was added in MySQL 5.0.32.
•
Qcache_free_blocks
[530]
The number of free memory blocks in the query cache.
•
Qcache_free_memory
[530]
The amount of free memory for the query cache.
•
Qcache_hits
[530]
The number of query cache hits.
•
Qcache_inserts
[530]
The number of queries added to the query cache.
•
Qcache_lowmem_prunes
[530]
The number of queries that were deleted from the query cache because of low memory.
•
Qcache_not_cached
[530]
The number of noncached queries (not cacheable, or not cached due to the
query_cache_type
[485]
setting).
•
Qcache_queries_in_cache
[530]
The number of queries registered in the query cache.
•
Qcache_total_blocks
[530]
The total number of blocks in the query cache.
•
Queries
[530]
The number of statements executed by the server. This variable includes statements executed within
stored programs, unlike the
Questions
variable. It does not count
COM_PING
or
COM_STATISTICS
commands. This variable was added in MySQL 5.0.76.
•
Questions
[530]
Summary of Contents for 5.0
Page 1: ...MySQL 5 0 Reference Manual ...
Page 18: ...xviii ...
Page 60: ...40 ...
Page 396: ...376 ...
Page 578: ...558 ...
Page 636: ...616 ...
Page 844: ...824 ...
Page 1234: ...1214 ...
Page 1427: ...MySQL Proxy Scripting 1407 ...
Page 1734: ...1714 ...
Page 1752: ...1732 ...
Page 1783: ...Configuring Connector ODBC 1763 ...
Page 1793: ...Connector ODBC Examples 1773 ...
Page 1839: ...Connector Net Installation 1819 2 You must choose the type of installation to perform ...
Page 2850: ...2830 ...
Page 2854: ...2834 ...
Page 2928: ...2908 ...
Page 3000: ...2980 ...
Page 3122: ...3102 ...
Page 3126: ...3106 ...
Page 3174: ...3154 ...
Page 3232: ...3212 ...