加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
snapcraft.yaml 1019 Bytes
一键复制 编辑 原始数据 按行查看 历史
name: goreplay
version: '1.0'
summary: GoReplay is an open-source tool for capturing and replaying live HTTP traffic
description: |
GoReplay is an open-source tool for capturing and replaying
live HTTP traffic into a test environment in order to continuously
test your system with real data. It can be used to increase confidence
in code deployments, configuration changes and infrastructure changes.
grade: stable
confinement: strict
base: core18
parts:
goreplay:
plugin: go
source: https://github.com/buger/goreplay.git
go-importpath: github.com/buger/goreplay
build-packages:
- build-essential
- libpcap-dev
stage-packages:
- libpcap0.8
apps:
goreplay:
command: bin/goreplay
daemon: simple
restart-condition: on-abnormal
plugs:
- home
- network
- network-bind
- network-control
- network-observe
- netlink-connector
- netlink-audit
- bluetooth-control
- firewall-control
- x11
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化