Changes between Version 56 and Version 57 of Dev/Technical/DB


Ignore:
Timestamp:
04/14/10 14:12:01 (3 years ago)
Author:
dgalimbe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/Technical/DB

    v56 v57  
    6161= 6. Tools = 
    6262 
    63 == 6.1 Object Analyser == 
     63== 6.1 Stats on Objects == 
    6464This script returns the list of the n-biggest objects present in the ZODB (I strongly recommend to set the 'n' option because it increases a lot the performance of the script and the readability of the output). 
    6565 
     
    9696}}} 
    9797 
    98 == 6.2 Class Analyser == 
     98== 6.2 Stats on Classes == 
    9999This script returns a list of n classes classed by the whole objects' size sum. The output shows for each class the className, the percentage of space that it takes, the min, max and average object's size. 
    100100 
     
    143143}}} 
    144144 
    145 == 6.4 Transactions Statistics == 
     145== 6.4 Stats on Transactions == 
    146146This script outputs the list of the 'n' most busy days from the point of view of the number of transactions. The output shows for each day the number of transactions and the average time between two of them. If one wants to search for information of a specific day use the option -d dd-mm-yyy 
    147147