使用fprof基本步骤

$erl -name  a@localhost -setcookie abc -remsh b@localhost
1>fprof:trace([start, {file, "/home/getong/first.trace"}, verbose, {procs,all}]).
2>fprof:trace([stop]).
3>fprof:profile({file, "/home/getong/first.trace"}).
4>fprof:analyse([totals, {dest, "/home/getong/first.analysis"}]).

很坑的就是,fprof在分析生产环境会写入大量的文件,从而导致生产环境直接崩溃。

posted @ 2016-01-19 13:12  格通  阅读(304)  评论(0编辑  收藏  举报