https://github.com/lujun9972/pmts-analysis
https://github.com/lujun9972/pmts-analysis
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lujun9972/pmts-analysis
- Owner: lujun9972
- Created: 2017-11-20T04:29:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T07:20:22.000Z (over 3 years ago)
- Last Synced: 2025-02-09T15:12:12.893Z (over 1 year ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: README
#+AUTHOR: lujun9972
#+TAGS: pmts-analysis
#+DATE: [2022-01-20 Thu 14:07]
#+LANGUAGE: zh-CN
#+STARTUP: inlineimages
#+OPTIONS: H:6 num:nil toc:t \n:nil ::t |:t ^:nil -:nil f:t *:t <:nil
* Usage
#+begin_src shell
python3 pmtsLogAnalysis.py /path/to/success.msg*
#+end_src
该命令会分析PMTS 中的 success.msg 日志,并将每个报文的 =报文编号=, =报文类型=, =原报文编号=, =PMTS接收时间=, =上一节点时间=, =MQ队列名称= 等内容插入到 =pmts.db= 中的 =PMTSLOGDATA= 表中。