https://github.com/getpagespeed/varnish-helper
Making life easier with useful Varnish commands
https://github.com/getpagespeed/varnish-helper
Last synced: 6 months ago
JSON representation
Making life easier with useful Varnish commands
- Host: GitHub
- URL: https://github.com/getpagespeed/varnish-helper
- Owner: GetPageSpeed
- Created: 2020-10-04T11:08:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T11:33:41.000Z (almost 6 years ago)
- Last Synced: 2024-12-31T18:30:14.183Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# varnish-helper
The ultimate utility for troubleshooting ["Backend Fetch Failed"](https://www.getpagespeed.com/troubleshooting/varnish-backend-fetch-failed) in Varnish faster.
Makes your life easier by telling you what's wrong with the backend, or whether Varnish itself needs to be reconfigured.
This utility allows troubleshooting by looking at existing log in memory, e.g. `varnishlog -d`.
Additionally, you can hunt down log using specific vxid.
# NOT FUNCTIONAL. WORK IN PROGRESS
```console
#$ varnish-helper
#$ # reports found problem
```
```console
varnish-helper why
#$ If problem is known, report it, otherwise dump found varnishlog for VXID
```