in reply to Profiling BerkeleyDB?

No, but you can turn on logging, and subsequently examine/analyze the logs.

Replies are listed 'Best First'.
Re^2: Profiling BerkeleyDB?
by Anonymous Monk on Nov 03, 2006 at 18:29 UTC
    I have read through the BerkeleyDB documentation, but couldn't find this logging option. Can you tell me how to do it? It might be the solution I need.
    Thanks!
      Hmm
      $ perldoc BerkeleyDB |grep -i log If you don't intend using transactions, locking or logging, then y +ou DB_DATA_DIR, DB_LOG_DIR and DB_TMP_DIR DB_LOG_DIR => "/home/logs", by Berkeley DB will be logged to this file. A useful debug se +tting DB_INIT_LOG Initialise the Logging sub-system.