The ExMeters view provides access to data on all executions of Carbon Black App Control meters, which monitor each time a specified file is executed in your environment.

To see this information as it is displayed in the console, click Tools > Meters in the console menu and then click the View Details button next to any meter to see information about a specific meter.

Table 1. ExMeters View Details

Field Name

Data Type

Special Values

Comments

Event_Id

bigint

 

Foreign key into ExEvents table for event that correspond to this meter entry. Because this value is always unique, it can also serve as a primary key.

Computer_Id

int

 

Foreign key into ExComputers table for computer that corresponds to this meter entry

File_Catalog_Id

int

 

Foreign key into ExFileCatalog table for file that corresponds to this meter entry

Timestamp

datetime

 

Date and time when this meter entry was generated

Name

nvarchar

 

Name of the meter

Description

nvarchar

 

Description of the meter

Data

nvarchar

 

Data associated with the meter (see Type for interpretation of this field)

Type

int

2 = sha1 hash

3 = md5 hash

4 = file name

5 = sha256 hash

6 = sha256 fuzzy hash

Type of the Data field that defines how the meter was created

User_Name

nvarchar

 

Name of the user that created this meter