You need to sign in to do that
Don't have an account?

API usage metering in 7.0
This is something for Salesforce.com to answer, as it relates to future functionality in the API.
I am reviewing 7.0 API functionality and notice some things that could cause problems down the road when usage metering is turned on. The issue has to do with the limit of 5,000 calls per 24 hour period, and knowing when we're going to hit the wall and more specifically how the meter measures usage.
First of all, how can I get usage statistics on an org? If we're going to bounce up against the daily limit, it would by dandy to see if an org is actually close to or over that limit.
The doc says that the API can't have more than 5 method calls open that have lasted longer than 5 seconds. This is not possible to test in a Developer org, since the number of records in a Developer org is statistically trivial.
There appears to be no way to terminate a method call (say, like closing a cursor). I can't tell if it shows up on the meter as serial or concurrent connections.
Thanks in advance for the heads up.
I am reviewing 7.0 API functionality and notice some things that could cause problems down the road when usage metering is turned on. The issue has to do with the limit of 5,000 calls per 24 hour period, and knowing when we're going to hit the wall and more specifically how the meter measures usage.
First of all, how can I get usage statistics on an org? If we're going to bounce up against the daily limit, it would by dandy to see if an org is actually close to or over that limit.
The doc says that the API can't have more than 5 method calls open that have lasted longer than 5 seconds. This is not possible to test in a Developer org, since the number of records in a Developer org is statistically trivial.
There appears to be no way to terminate a method call (say, like closing a cursor). I can't tell if it shows up on the meter as serial or concurrent connections.
Thanks in advance for the heads up.
Edit: Yes, it's DE orgs only. See here: http://www.sforce.com/us/docs/sforce70/sforce_API_rate_metering.html
Message Edited by daroz on 12-27-2005 10:21 PM
Where do you see this: "The doc says that the API can't have more than 5 method calls open that have lasted longer than 5 seconds" in the docs?
We have some limits on the # cusrors you can have open.
In regard to part of Rick's original question
"First of all, how can I get usage statistics on an org? If we're going to bounce up against the daily limit, it would by dandy to see if an org is actually close to or over that limit. "
Does anyone know if there is way of seeing that?
Thanks