monitoring the count of requests per second
maks
Community Edition User ✭
Hello. Could you help me? I am now setting up monitoring of a vertica cluster and I want to monitor the total count of requests per second to the database and count of requests per second to a specific table. Unfortunately, I did not find a request with which this can be done. Please tell me how can I get this data
-5
This discussion has been closed.
Answers
For total requests per second: have a look at v_monitor.query_requests
For requests on a specific table: have a look at v_monitor.projection_usage
@Bryan_H thanks of lot