Tools for Vertica developer to monitor his jobs.
Hi ,
Is there any tools for Vertica developer to monitor his Vsql jobs, like the informtica work-flow monitor, it can give you a eye on the process of the ETL jobs.
Thanks.
Is there any tools for Vertica developer to monitor his Vsql jobs, like the informtica work-flow monitor, it can give you a eye on the process of the ETL jobs.
Thanks.
0
Comments
One example could be: select * from sessions; will give some many sessions are currently running.
select * from query_requests; will give you what queries are ran or running...
if you specify a bit more detail about your requirement that would be great.