I have a table to which insertion and deletion are happening. I need to analyze the performance and for that I need to know at what rate records are getting inserted and what rate they are getting deleted from a specific table. Is there a way to do this?
mayooran99