> 3) Assuming an even distribution over time (not quite accurate), any > thoughts on how dumping ~2M lines/day of syslog to MySQL on a VM (Xen) > with a single 2.8GHz CPU and 512MB RAM would go?
2 million lines a day is 70 lines per second assuming an 8 hour day. MySQL, properly configured, will eat that. Rsyslog won't even notice that log level. Your table sizes may be problematic over time, and your ability to query may impact things. Regardless, your concern should be mysql, not rsyslog. -Aaron _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

