Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
添加图片
  • Loading branch information
yangweijie authored Jan 14, 2022
1 parent 4ad7f7d commit 472d56b
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<p align="center"> inspector package for thinkphp.</p>

![image](https://user-images.githubusercontent.com/1614114/149458950-7e009eee-619a-4f77-9192-8891a2b19ef6.png)

## Installing

Expand Down Expand Up @@ -35,8 +36,13 @@ $ composer require yangweijie/think-inspector -vvv
是否区分 不同url 命令

true 意味着 启动监听时的path 是动态独立 , 然后 monitor 面版 会通过这些path 去区分 不同的监听 分组
![true](https://user-images.githubusercontent.com/1614114/149459050-30b97ce8-2f45-485c-aa00-ad42b8c2fc16.png)

false web 请求 path 为 WEB 命令行 为 命令行 这样方便查找监听记录 只用 在 WEB 或 命令行里 再按时间 进行查看
![false](https://user-images.githubusercontent.com/1614114/149459099-6ebc515c-93ab-4db4-a1c6-f5daf22f4b05.png)




### 注入

Expand All @@ -60,6 +66,11 @@ $this->inspector->addSegment(function () use ($input, $output, &$ret){
}, 'runCmd', $label);
~~~
![效果1](https://user-images.githubusercontent.com/1614114/149459218-6676c4bd-3cb0-4cd2-b92b-3ab48e4a6117.png)

![效果2](https://user-images.githubusercontent.com/1614114/149459261-1a0298f8-37c1-4591-967f-c94f56eb59b5.png)

![效果3](https://user-images.githubusercontent.com/1614114/149459277-2566ca45-a664-4c65-a7c9-6b587dba2766.png)

#### context

Expand All @@ -73,6 +84,8 @@ if($inspector->currentTransaction() && $inspector->currentTransaction() != null)

同样 上下文 加入时 会产生多个tab 最好不用 timeline 、url 、request 系统内置的。

![效果4](https://user-images.githubusercontent.com/1614114/149459357-517eda44-1385-4826-914c-bc8c894dc3ac.png)
![效果5](https://user-images.githubusercontent.com/1614114/149459395-4776028d-8279-4205-b78c-1d65274f4b79.png)

### 命令行监听

Expand All @@ -95,6 +108,7 @@ return [
~~~

否则不生效,尝试 服务 register 方法里 bind 无效。
![效果6](https://user-images.githubusercontent.com/1614114/149459480-d0dbf2b7-8c77-4aae-8b4a-3c3c55381640.png)


### 事件
Expand All @@ -111,6 +125,16 @@ web 中会多一个summary 信息 显示 请求耗时 内存 加载文件数量

而 命令行 不经过 应用的事件 只 记录了 加载全部命令 和执行当前命令的时间

![效果7](https://user-images.githubusercontent.com/1614114/149459615-32a92a01-bd3f-4a63-8dd4-c7697be8b010.png)

### 异常

开启后会上报 不影响原有异常展示。并且可以切换当时的 会话信息 方便调试 看请求参数

![image](https://user-images.githubusercontent.com/1614114/149459689-ed3b33df-8a4a-44f0-b2f4-394d9cfdf5f0.png)
![image](https://user-images.githubusercontent.com/1614114/149459729-c5b4c9b5-5318-4c58-b3ef-115a244f2e7a.png)


## TODO

[x]测试tp5
Expand All @@ -128,4 +152,4 @@ _The code contribution process is not very formal. You just need to make sure th

## License

MIT
MIT

0 comments on commit 472d56b

Please sign in to comment.