I've just installed the Netflow Analyser and i've seen that you are using a 'LOAD DATA INFILE ' request to import Netflow Data into the DB. During this period, my server has 100% load. the tmp file is around 20MB.
Why are you importing the data doing this way and not by using SLQ INSERT command ? In my mind, The SQL request: LOAD DATA is process intensive