Is there any tools or how to gather database usage history for analysis?
thanks,
Kenny.
Is there any tools or how to gather database usage history for analysis?
thanks,
Kenny.
Subject: tools for database usage
Check in Domino log.Database/Usage.
If that doesnt help… use IBM Tivoli Analyzer for Lotus Domino.
Effective September 8, 2005, IBM Tivoli Analyzer for Lotus Domino is withdrawn from marketing under IBM International Program License Agreement (IPLA) and no longer requires a separate license .
With the release of IBM Lotus Domino 7, performance analysis and management for the IBM Lotus Domino Administrator is provided directly within Lotus Domino 7, helping maximize performance of Lotus Domino server software.
Beginning September 13, 2005 IBM, customers who want to use this functionality with their 6.x.x version of Lotus Domino will automatically see the IBM Tivoli Analyzer for Lotus Domino key on their Passport Advantage website, where they can download this key to install the product without charge.
Subject: tools for database usage
Kenny,
there is some code in the sandox that you read the dB usage and then report it on anyway you want. I have done this for many a client so they can see the actual users date/time that they were acessing the dB’s.
The issue I found is that I have no idea on how long the usages stays with the dB, so my agents must run everyday to get the information.
Also, it seem that they store the read/swrites as an integer, so when you get it back, you must add whatever 65336 to get the real reads/writes.
John