https://github.com/winking324/devops
Scripts for devops
https://github.com/winking324/devops
devops
Last synced: 10 months ago
JSON representation
Scripts for devops
- Host: GitHub
- URL: https://github.com/winking324/devops
- Owner: winking324
- Created: 2017-08-17T03:06:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T01:20:23.000Z (over 6 years ago)
- Last Synced: 2025-02-17T07:43:18.071Z (over 1 year ago)
- Topics: devops
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devops
常用工具、脚本。
## Python
* [进程执行时间](py/check_process_runtime.py): 统计某个进程的执行时间,通过执行时间来管理进程。
* [RTMP流的基本信息](py/check_rtmp_config.py): 统计RTMP流的基本信息(GOP、FPS)。