Number of received requests from confD with external DB

Hi,

Is there a way to get the number of received requests from confd ?
I can use my own code to check the number that init() callback has been called. But in reallity this is not valid since there are cases when we perform a PUT operation but 2 transactions are initiated towards confd. Hence the counter is incremented twice isntead of once.

Actually we need to know how many netconf/curl or confdcli actions have been performed in total.

Thanx,