Hi Shameen,

Today Shameem Ahamed wrote:

> Hi,
> Is there anyway , I can store both static and dynamic data in rrd.
>
> I want to store the spam count details for all the e-mail accounts.
>
>
> The format, I am thinking is something like
>
>             -> us...@domain1.com ->[data]
> domain1.com -> us...@domain1.com ->[data]
>             -> us...@domain1.com ->[data]
>
>             -> us...@domain2.com ->[data]
> domain2.com -> us...@domain2.com ->[data]
>             -> us...@domain2.com ->[data]
>
>
> Is it possible ?.  Is there any other rrd tool to achieve this kind of 
> storage ?.

since rrd tool is best at storing 'preiodic' data, you should make
sure that you set the 'step' at an interval such that users are
likely to get several mails withing that interval ... else you are
wasting storage space and would be better served with some sql data
base ...

having a separate rrd file per email address and storing in there
some data about the users mail activity once per day seems like a
sensible thing todo ...

maybe

mail-sent:mail-received:spam-received:virus-received:bounces-received

cheers
tobi
>
> Regards,
> Shameem
>
>
>       Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! 
> http://downloads.yahoo.com/in/internetexplorer/
>
> _______________________________________________
> rrd-users mailing list
> rrd-users@lists.oetiker.ch
> https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
http://it.oetiker.ch t...@oetiker.ch ++41 62 775 9902 / sb: -9900

_______________________________________________
rrd-users mailing list
rrd-users@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to