/Fiddler

Fiddler汉化版加证书、bat打包exe、vbs打包exe、采集json格式文件到elasticsearch (go-es-json)、单文件封装工具(绿色单文件封装工具 v1.9.exe)、无广告RaiDrive、oss,cos对象存储挂载本地windows电脑(s3fs.exe)、找到最快dns、查看大文件(LogView)、api接口测试和生成接口文档(ouapi)、守护进程、同步文件到oss(对象存储),MySQL基于genral_log 的业务SQL分析(MySQLMonitor)

Apache License 2.0Apache-2.0

Fiddler-

Fiddler汉化版

fiddlercertmaker

DnsJumper

Beanstalkd web

mars

LogView

ouapi

supervisord

绿色单文件封装

MySQLMonitor.jar

java -jar MySQLMonitor.jar -h 192.168.2.6 -p 3307 -user root - pass root

go-oss-buckup 备份或者同步 当前images目录文件到oss对象存储

./go-oss-buckup --ak LTAI###Kk --as Z29AI###Kj5eY --bn BucketName --ep oss-cn-shanghai.aliyuncs.com --dir images --action list
action: 
  delete  删除
  list    下载  prefix 不填写,则全部下载
  uploadFile 上传  默认上传

go-es-json 采集json格式文件或者管道数据进入es

tail -F ./demo.json | ./go-es-json -h http://127.0.0.1:9200 -i test -t type -id id -f ./json.log
tail -F ./*.json | ./go-es-json -h http://127.0.0.1:9200 -i test -t type -id id
./go-es-json -h http://127.0.0.1:92010 -i test -t type -id id -f ./json.txt

image