Hi,
I am looking for a simple solution to monitor the use of our application databases.
We offer our representaives some databases on their notebooks, they work with this application locally and replicate the databases via Internet with one of our Domino Server (6.0.3).
I need to get the following information:
-
How often did the user x replicate his local database replica with our Server ?
-
How many documents were read/wrote ?
We would like to see a statistic of our active and inactive user showing this information.
Thanks in advance
Frank
Subject: How about the log.nsf’s Usage By User view?
Subject: RE: How about the log.nsf’s Usage By User view?
Thank you for your post, but it should be a report with a summary per user and month.
Is this to achive with “Monitoring Domino Server” ???
Thanks in advance
Subject: Monitor user activity automatically
You can programatically read “User Detail” database property where you can see how many documents were read and wrote. I did not tested if replication’s read/write is counted correctly or if reads on local replica are counted at all. There should be code here somewhere in forum for reading this property in LotusScript using Notes API.
Another solution is to create server-based or client-based Notes plugin (C/C++ dll) which “hooks” read/write events and records them. Not easy but possible.