YLua
目录
介绍
这个子命令可以运行 Ylua 分析脚本。
用法
Usage: orxray ylua ylua-file [OPTIONS]
OPTIONS:
-x, --pid integer pid
-a, --agent integer agent
GLOBAL OPTIONS:
--help
--config specify config file, default is ~/.orxray/config.
-x, --pid "pid number"
指定想要分析的进程 ID。
-a, --agent "agent id"
指定分析器运行在哪个 agent 上。
示例
执行 Ylua 脚本
orxray ylua res_mem.ylua
创建 Ylua 脚本分析器
以下的指令可以创建一个基于 Ylua 脚本的分析器,名字为 res_mem。
你也可以使用 orxray analyzer create
命令来创建基于 Ylua 脚本的分析器。
orxray new-ylua res_mem res_mem.ylua --desc "calculator process res memory."