-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Dirk-Jan,
Dirk-Jan van Helmond wrote: | The nfprofile process takes more than 5 minutes to complete. | I have 20 profiles, and about 90G/sec of data to be graphed. | | The machine used is a quad-core Xeon 2.4G, with 2GB of memory. | | | Is there any possible way to increase the performance of nfprofile? We also had this problem. I solved it by patching nfsen to run multiple instances of nfprofile parallel. It is a simple patch as nfprofile can actually run in parallel very well by design. I actually promised to submit this patch on several occasions, but I never got to it. I posted it in the patches section of the nfsen project on sourceforge: https://sourceforge.net/tracker/index.php?func=detail&aid=2049518&group_id=134525&atid=730182 If you apply this patch, you can add a $PROFILERS=x variable in your nfsen.conf, where you can set x to the amount of nfprofile processes you want to use. We keep this number at least one below the number of available cores, because this allows the OS to take control of the remaining one to process the IO. We haven't tested if this is actually necessary, as this gives us enough processing time either way. regards, Werner Schram -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkii0xgACgkQ3ULkMS4OADnsQgCfZZ8Io/3fMpNZ8GTXALSbFYLj rAMAoLjpus+s1kuw5gkeNfPkGxElcOko =1qqq -----END PGP SIGNATURE----- ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Nfsen-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfsen-discuss
