# perftool **Repository Path**: mosquitoding/perftool ## Basic Information - **Project Name**: perftool - **Description**: perf tools for online application - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-06 - **Last Updated**: 2025-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README perf tools for online application 1、access log parser 2、one key information collector 3、online java app profiler 4、online c/c++ and linux system profiler 5、online continuous profiler, like huatuo: https://github.com/ccfos/huatuo 20250907 1. 可以成功执行的命令: python perfonline.py perf list python perfonline.py perf top python perfonline.py perf record : 产生文本 python perfonline.py perf record -g : 可以支持产生火焰图 perf top执行后存在无法输入字符的bug 2、可以支持交互式分析