Functions and Views for All Products > apt_v_host_memory_log
  
Version 10.0.01
apt_v_host_memory_log
The apt_v_host_memory_log view contains a single row for each host memory log. Note that this view begins with apt (not aps), as it is designed for future applications that will not be limited to Storage Viewer for Capacity.
Table 16 apt_v_host_memory_log
Column Name
Data Type
Description
external_name
STRING
Server name used for report displays
internal_name
STRING
Server’s internal name
log_date
DATE
Log Date
page_blocks_free
NUMBER
Page blocks free
physical_memory_kb
NUMBER
Physical memory in KiB
server_id
NUMBER
Foreign key to apt_v_server
swap_file_used_kb
NUMBER
Swap file used in KiB
swap_file_free_kb
NUMBER
Swap file free in KiB
virtual_memory_free_kb
NUMBER
Virtual Memory free in KiB
virtual_memory_swap_kb
NUMBER
Virtual Memory swap in KiB
virtual_memory_used_kb
NUMBER
Virtual Memory used in KiB
vm_page_faults_in
NUMBER
Virtual Memory page faults - In
vm_page_faults_out
NUMBER
Virtual Memory page faults - Out