Re: [Aide] AIDE performance problems

2015-04-05 Thread Brian Mathis
Try to split the run across multiple processes by making different aide.conf files that covers different sets of files, then start each process with -c config.conf and see what happens. If it goes faster, then you're CPU bound. If not, then it's IO. ❧ Brian Mathis @orev On Sun, Apr 5, 2015

[Aide] AIDE performance problems

2015-04-05 Thread Paul Hessels
I have a rather large dataset that I am running AIDE against. I am running AIDE on my backup server that has a bunch of systems backups on it. The server in question has about 5TB of data and about 200 million files. Currently its taking about 27 hours to run. The system is 15 drives in raid0

Re: [Aide] AIDE performance problems

2015-04-05 Thread David Duccini
I don't think it is multi-threaded ? Or not so by default Sent from my iPhone On Apr 5, 2015, at 16:11, Paul Hessels p...@hessels.ca wrote: I have a rather large dataset that I am running AIDE against. I am running AIDE on my backup server that has a bunch of systems backups on it. The

Re: [Aide] AIDE performance problems

2015-04-05 Thread Paul Hessels
I will give that a try although its far from ideal. Not that it likely matters, but I mis-read the number of files. Its only 20 million. On Sun, Apr 5, 2015 at 7:51 PM, Brian Mathis brian.mathis+a...@betteradmin.com wrote: Try to split the run across multiple processes by making different