You need to sign in to do that
Don't have an account?
Estimate the number of queries per month
Is there any way to estimate the number of Queries per month in a salesforce instance?
I dnt think so you can able to do it .. only way is if you wrote any custom code to store every time SOQL /SOSL is fired
There is no in-built thing for it but if this is needed then only possibility is to built custom object and make use of System.Limits class and account for either queries or DML against the runs we want.