Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: [Original edit by JustinMason] note stupid DProf bug

...

No Format
  cd masses
  rm tmon.out
  perl -d:DProf ./mass-check [...usual mass-check switches]
  dprofpp -O 999 > profile.out

Note that sometimes the perl -d:DProf line will produce a core dump! This seems to be a bug in DProf, and immediately re-running that line will work fine and produce usable output regardless.

You can also use the spamassassin script instead of mass-check, but mass-check scans more messages, and gives a better idea of per-message performance as it would appear where spamd is used.

...