Switch to: V12V11V10V9V8V7V6V5

SHOW STATUS OF KERNEL

This command shows statistic parameters of the Valentina Kernel.

Syntax

SHOW STATUS

Result Columns

fld_name

The name of STATUS parameter.

fld_value

The value of STATUS parameter.

fld_level

The level of STATUS parameter.

STATUS PARAMETERS

CACHE DIRTY PAGES

The count of dirty pages in the cache.

CACHE FLUSH

The count of calls to Flush() of cache.

CACHE FOUND PAGES

The count of pages that was found in the cache.

CACHE LOCKED PAGES

The count of locked pages in the cache.

CACHE NEW PAGES

The count of pages allocated in the cache to be written on disk.

CACHE READ PAGES

The count of pages read from disk.

CACHE REQUEST READ

The count of read requests to the cache.

CACHE REQUEST WRITE

The count of write requests to the cache.

CACHE WRITE PAGES

The count of pages written to disk.

WARNING

The count of generated warnings.