#396 closed enhancement (fixed)

add ?t=deep-size-and-count command

Reported by: warner Owned by: warner
Priority: major Milestone: 1.1.0
Component: code-frontend-web Version: 1.0.0
Keywords: Cc:
Launchpad Bug:

Description

Peter wants to track more per-account measurements. In addition to the deep-size value we already have, we'd like to see:

  • number of files
  • number of directories
  • histogram of file sizes

So we want a new form of ?t=deep-size, which does the same amount of dirnode traversal work but accumulates the information differently. It should return a JSON-encoded dictionary.

Change History (1)

comment:1 Changed at 2008-05-09T00:08:40Z by warner

  • Resolution set to fixed
  • Status changed from new to closed

done, using t=deep-stats .

Note: See TracTickets for help on using tickets.