The entity scc_vfs_loc_kpi table entity stores statistics about the file system on each volume grouped by location name.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| timestamp | date | not null | Date and time this record was updated |
| locname | nvarchar(128) | not null | Location name |
| usrspaceavg | float | with null | Average space on the volume for users |
| typreclaimspace | float | with null | Amount of reclaimed junk space, in KB |
| acccurspace | float | with null | Amount of current space accessed, in KB |
| typreclaimspacepct | float | with null | Percent of reclaimed junk space |
| accnewspace | float | with null | Amount of new space accessed, in KB |
| accoldspace | float | with null | Amount of old space accessed, in KB |
| accmaturespace | float | with null | Amount of mature space accessed, in KB |
| accrecentspace | float | with null | Amount of recent space accessed, in KB |
| accancientspace | float | with null | Amount of ancient space accessed, in KB |
| acccurspacepct | float | with null | Percent of current space accessed |
| accnewspacepct | float | with null | Percent of new space accessed |
| accoldspacepct | float | with null | Percent of old space accessed |
| accmaturespacepct | float | with null | Percent of mature space accessed |
| accrecentspacepct | float | with null | Percent of recent space accessed |
| accancientspacepct | float | with null | Percent of ancient space accessed |
| mdfcurspace | float | with null | Amount of current space modified, in KB |
| mdfnewspace | float | with null | Amount of new space modified, in KB |
| mdfoldspace | float | with null | Amount of old space modified, in KB |
| mdfmaturespace | float | with null | Amount of mature space modified, in KB |
| mdfrecentspace | float | with null | Amount of recent space modified, in KB |
| mdfancientspace | float | with null | Amount of ancient space modified, in KB |
| mdfcurspacepct | float | with null | Percent of current space modified |
| mdfnewspacepct | float | with null | Percent of new space modified |
| mdfoldspacepct | float | with null | Percent of old space modified |
| mdfmaturespacepct | float | with null | Percent of mature space modified |
| mdfrecentspacepct | float | with null | Percent of recent space modified |
| mdfancientspacepct | float | with null | Percent of ancient space modified |
| typjunkspace | float | with null | Amount of junk space on the volume, in KB |
| typjunkspacepct | float | with null | Percent of junk space on the volume |
| lastscan | integer1 | with null | Indicates whether the entries are from the latest data collection |
Product Name: BrightStor Storage Command Center
Table Type: Table