Hi,
Is there any way we can determine the number of transaction, hits to the content server. I need to prepare a report on the number of hits per month to the content server.
Can anyone tell me how to get this information.
Thanks
Rajesh Mani
Define a hit?
Session counting is easy approach as there are admin methods to list.
Hi Brian,
Which admin method gives session count information. I am looking for a session report month wise.
Secondly, our content server has become very slow over time and i was asked to find the number of connections made to it by the Database server, Application server and vice versa with time duration information for every transaction a user is making.
For example when a user attempts to import a document using webtop, i need to find how many connections were made to the content server from the app server and database server.and how much time it takes to reach every connection point and total time for every such connection... considering this i need to find out month-wise the potential connections made in our environment.
I know content server cannot provide this information and definitely the hosting servers for the content server, DB and application can provide these.. i wanted to know how and where to look at and what are the other possible approaches..
many thanks
You are going the wrong way - overall statistics (moreover, information, you are going to gather, is useless for performance analysis), won't give you any clues.
Hi Andrew,
Can you please tell me the right way, right approach then..
Are there any open source tools available to get these statistics..
-Rajesh Mani
I don't know if you want to get total hits to CS (also administrator session) or if you want to get hits of application users.
If application users is you option try to use dm_audittrail and its events.
If your necessary audits are enabled, hopefully you can retrieve required information from dm_audittrail_s by using events such as dm_connect, dm_disconnect,dm_save, dm_checkin etc
About connection time, hope this link will be useful:
Try using some monitoring tools to determine the load, hits or any transaction. The tools also provides the ability to generate the reports. LoadRunner, Reveille are some of the tools we use for determining those .