Project

General

Profile

Idea #2612

Updated by Misha Zatsman about 10 years ago

Workbench will display the following for each user and group: 
 * Total Read Size: The sum of the byte sizes of all collections they have permission to read (not counting replication). 
 * Weighted Read Size: Same as above, but for each collection we divide by the number of readers. So that summing across users results in the total collection size (not counting replication). 
 * Total Persist Size: The disk usage of all collections they have requested to persist. This is the sum of the collection size times the replication level the user requested for that collection. 
 * Weighted Persist Size: Above size weighted by how much replication they requested, so that summing this across all users it sums to the total disk usage for those collections. 

 These will appear as four columns in the /users table.

Back