Changes between Version 56 and Version 57 of Dev/Technical/DB
- Timestamp:
- 04/14/10 14:12:01 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/Technical/DB
v56 v57 61 61 = 6. Tools = 62 62 63 == 6.1 Object Analyser==63 == 6.1 Stats on Objects == 64 64 This 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). 65 65 … … 96 96 }}} 97 97 98 == 6.2 Class Analyser==98 == 6.2 Stats on Classes == 99 99 This 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. 100 100 … … 143 143 }}} 144 144 145 == 6.4 Transactions Statistics ==145 == 6.4 Stats on Transactions == 146 146 This 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 147 147
