文件名称:erltea:Erlang跟踪实用程序
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-21 03:30:15
erlang tracing trace erlang-tracing redbug
艾尔蒂亚 Erlang跟踪实用程序 当您要咖啡时,为什么要买TEA? 停止拉扯头发,使用追踪:) 当前,erltea使用eper中的Redbug进行远程跟踪。 入门 编译中 make make multitail ( OPTIONAL ) 将节点添加到节点文件中每个条目都是一个节点名称,该名称以空格分隔,然后为该节点的cookie分隔。 node1@host1.somewhere cookie1 node2@host2.somewhere cookie2 通过使用schnell脚本开始跟踪;)将跟踪模式写在双引号中,看看。 范例1: 跟踪表为my_table的所有ets查找,并在达到10s或最多1000条消息时停止。 ./start_erltea.sh 10 1000 " ets:lookup(Tbl, _) when Tbl == my_table -> return " 范例
【文件预览】:
erltea-master
----old()
--------.gitignore(0B)
----sys.config(315B)
----test()
--------erltea_tests.erl(168B)
----rebar.config(6KB)
----include()
--------erltea.hrl(0B)
----stop_erltea.sh(195B)
----src()
--------erltea.app.src(188B)
--------erltea.erl(2KB)
----nodes(0B)
----.gitignore(136B)
----Makefile(518B)
----start_erltea.sh(962B)
----README.md(1KB)
----traces()
--------.keepme(0B)