[OpenAFS] finding change rate of volumes

Thomas Mueller thomas.mueller@hrz.tu-chemnitz.de
Wed, 10 May 2006 08:00:50 +0200 (MEST)


On Wed, 10 May 2006, Lars Wilke wrote:

> out of curiosity. Is it possible to get the change rate of the data
> stored inside a volume on a daily (or other time frame) basis?
> I am looking for a way to find out how many bytes were changed
> since day XY. I am using openafs 1.4.0 btw.
> 

% vos size -help
Usage: vos size -id <volume name or ID> [-partition <partition name>] [-server<machine name>] [-dump] [-time <dump from time>] [-cell <cell name>] [-noauth][-localauth] [-verbose] [-encrypt] [-help]

i.e.
% vos size -id root.cell -dump -time "05/01/2006" -dump
Volume: root.cell
dump_size: 58875
%

Thomas.