Code Monkey home page Code Monkey logo

go-socks-proxy's Introduction

go-socks-proxy

go-socks-proxy是一个使用socks5协议的代理服务器

安装

  1. go get github.com/kangaloo/go-socks-proxy
  2. cd go-socks-proxy
  3. go build
  4. ./go-socks-proxy

流量监控

go-socks-proxy集成了prometheus监控(localhost:8080/metrics),实现了以下多个视角的流量监控

  • 针对不同客户端的流量监控
  • 针对不同的访问站点的流量监控
  • 针对上传、下载总流量的监控

根据不同站点区分的上传流量

  • PromQL: sum(SOCKS_PROXY_FLOW_BYTES{FlowType="download"}) without (connections, instance, job, SRC) 统计运行错误

根据不同站点区分的下载流量

  • PromQL: sum(SOCKS_PROXY_FLOW_BYTES{FlowType="upload"}) without (connections, instance, job, SRC) 统计运行错误

上传总流量和下载总流量

  • PromQL: sum(SOCKS_PROXY_FLOW_BYTES) by (FlowType) 统计运行错误

转发过程中出现的错误

  • PromQL: sum(SOCKS_PROXY_FAILED_TOTAL) without (job, instance) 统计运行错误

go-socks-proxy's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.