Storage Viewer for Capacity Database Views > aps_v_vnx_file_system_log
  
Version 10.0.01
aps_v_vnx_file_system_log
The aps_v_vnx_file_system_log contains a single row for each file system log.
Table 4.147 aps_v_vnx_file_system_log
Column Name
Data Type
Description
file_system_name
STRING
Returns the name (alias) of the file system. Name is unique among all file system.
log_date
DATE
Log date.
max_nbr_of_files
NUMBER
Returns the maximum number of files and/or directories possible on this file system.
nbr_of_files
NUMBER
Returns the current number of files and/or directories on this file system.
savvol_raw_size_kb
NUMBER
Returns the raw size of the savVol.
savvol_total_space_kb
NUMBER
Returns the logical capacity of savVol; that is, the capacity that can be used to store user data.
savvol_used_space_kb
NUMBER
Returns the used space of savVol; that is, the capacity currently used by user data.
system_name
STRING
System name
total_capacity_kb
NUMBER
Returns the total data capacity of the file system.
underlying_volume_size_kb
NUMBER
Returns the size of the underlying volume.
used_capacity_kb
NUMBER
Returns the amount of space currently used by the user data.
vnx_file_system_id
NUMBER
Internal Key, Primary Key in aps_vnx_file_system.
vnx_storage_system_id
NUMBER
Internal key, foreign key to the aps_vnx_storage_system.vnx_storage_system_id.