model.profilingData

The model.profilingData table stores data associated with time and memory expended during the discovery. This table includes information on how long it took to transfer the discovery profiling data to the NCIM topology database.

Table 1. model.profilingData database table schema

Column name

Constraints

Data type

Description

BatchStartTime

  • PRIMARY KEY
  • NOT NULL
  • UNIQUE

Integer

The time that a batch update from the Discovery engine, ncp_disco, started.

BatchStartSize

NOT NULL

Integer

Number of records in the batch received.

BatchStartMem

NOT NULL

64-bit integer

Memory usage when batch started.

BatchEndTime

 

Integer

The time a batch update from the Discovery engine, ncp_disco, ended.

BatchEndSize

 

Integer

Number of records at the end.
Note: This value could be larger than at the start if subsequent batches got merged in.

BatchEndMem

 

64-bit integer

Memory usage when batch ended.

EntityCount

 

Integer

Number of entities after the batch update.

ChassisCount

 

Integer

Number of chassis devices after the batch update.

InterfaceCount

 

Integer

Number of interfaces after the batch update.