Data change rate

2011-10-12 Thread Ehresman,David E.
Is there any way from the server side to get an estimate of overall client data change rate?

Re: Data change rate

2011-10-12 Thread Saravanan Palanisamy
The below query will give the changed data rate. select sum(LASTSESS_RECVD)/1024/1024/1024 "Changed data in GB" from nodes On Wed, Oct 12, 2011 at 3:53 PM, Ehresman,David E. wrote: > Is there any way from the server side to get an estimate of overall client > data change rate

Re: Data change rate

2011-10-12 Thread Allen S. Rout
On 10/12/2011 08:53 AM, Ehresman,David E. wrote: Is there any way from the server side to get an estimate of overall client data change rate? I'm doing this, crudely, right now as I try to characterize our hosting customers behavior, to identify outliers. Here's what I'm

Re: Data change rate

2011-10-12 Thread Daniel Sparrman
://www.existgruppen.se Posthusgatan 1 761 30 NORRTÄLJE -"ADSM: Dist Stor Manager" skrev: - Till: ADSM-L@VM.MARIST.EDU Från: "Allen S. Rout" Sänt av: "ADSM: Dist Stor Manager" Datum: 10/12/2011 15:41 Ärende: Re: [ADSM-L] Data change rate On 10/12/2011 08:53 AM, Ehresman,D

Re: Data change rate

2011-10-12 Thread Allen S. Rout
On 10/12/2011 10:04 AM, Daniel Sparrman wrote: Hi Allen Out of curiosity, the 2) isnt the total filespace capacity right, but the used amount on each filespace? Or are you looking at some other number? Mumble. I do several different analyses, and have been imprecise in specifying; thank y

Re: Data change rate

2011-10-12 Thread Hans Christian Riksheim
What about just finding the ratio between the numbers in the tables SUMMARY and AUDITOCC? Hans Chr. On Wed, Oct 12, 2011 at 2:53 PM, Ehresman,David E. wrote: > Is there any way from the server side to get an estimate of overall client > data change rate? >

Re: Data change rate

2011-10-12 Thread Hans Christian Riksheim
rote: >> Is there any way from the server side to get an estimate of overall client >> data change rate? >> >

Re: Data change rate

2011-10-12 Thread Grigori Solonovitch
, 2011 4:07 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Data change rate The below query will give the changed data rate. select sum(LASTSESS_RECVD)/1024/1024/1024 "Changed data in GB" from nodes On Wed, Oct 12, 2011 at 3:53 PM, Ehresman,David E. wrote: > Is there any way fr