views:

144

answers:

2

Hi,

I have a rails-based restful server-side api.

I want to know what services are called the most, their response time, etc.

So this is sort of web analytics, but it's for server-side operation.

Is there any free service out there that can help out( google analytics is a good analogy)?

A: 

Did you try to analyze your logs?

It is a very good way to get the statistics you are looking for without using an external service

Here is a link: Rails log analyzer

Aurélien Bottazzini
A: 

try Apigee http://www.apigee.com/ it's free and could give you what you want.