# pyhprof **Repository Path**: nothing-is-nothing/pyhprof ## Basic Information - **Project Name**: pyhprof - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-02-19 - **Last Updated**: 2025-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pyhprof 基于pyphrof用来从heapdump中提取http请求报文的和响应报文的工具 ## Usage ``` pip3 install -r requirements.txt python3 ./http_dumper.py -f heapdump > http.txt ```