Ps – ef | grep output specific meaning

For example: [root @ localhost ~] # ps – ef | grep ApacheJetspeed root 18887 18828 0 08:09 PTS / 0 00:00:00 grep ApacheJetspeed

Parameter meanings are as follows: UID PID PPID C STIME TTY TIME CMD

root 18887 18828 0 08:09 pts/0 00:00:00 grep ApacheJetspeed

Step 1: Start local projects

Step 2: Find the process for the project

ps -ef | grep recreation

The third step: find the process monitoring of dubbo port: lsof -i | grep 80333 | grep LISTEN

Step 4: Telnet 127.0.0.1 25014 Standard protocol and main mode of remote login service. Provides the ability to complete remote hosting on a local computer. Typing commands locally has the same effect as typing commands on a remote computer.

Step 5: Press Control + Enter (the shortcut keys may be different on each computer)

Step 6: Run the ls command to view exposed interfaces

Step 7: Invoke xx.xx.service.method(parameter 1, parameter 2) for the specific method, and return the result.

Invoke xx.xx.service.method(object 1, object 2). Dubbo invoke InvokeTelnetHandler. It is found that the type consistency is checked when the parameter is verified. When we pass in JSON, the parameter type is jsonObject, so we have to add a property class to specify the object to convert.

invoke cn.dongplus.ore.lib.service.RefundService.applyAutoRefund({“balanceId”:”1607938757541356437268″,”amount”:2590,”class”:”c n.dongplus.ore.lib.request.AutoRefundRequest”})