Verifying Usage Monitor Data Collection

While the Usage Monitor managed object data is collected and stored in the PSPTUMPMTAGR table, the Usage Monitor ADS instance data is collected and stored in the PS_PTUMADSAGR table.

To view managed object data, you can run the following query using your SQL query tool:

SELECT * FROM PSPTUMPMTAGR;

To view ADS instance data, you can run the following query using your SQL query tool:

SELECT * FROM PS_PTUMADSAGR;