warp-diag-checker

command module
v0.0.0-...-4032b4c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2024 License: GPL-2.0 Imports: 1 Imported by: 0

README

warp-diag-checker



Latest Release

Build Status

General Overview

	flowchart LR
    A[User] -- 1. Provides diag.zip --> B[Checker]
    B -- 2. Reads Logs --> C[Log Data<br/>- daemon<br/>- netstat<br/>- etc.] --> E
    C --> F
    B -- 3. Gets Config --> D[Config] 
    D -- 4a. Sets Tests --> E[Tests]
    D -- 4b. Sets Search --> F[Search]
    E --> G[5. Results]
    F --> G
    G -- 6. Shows Results --> A

style A fill:#4F772D,color:#fff,stroke:#333,stroke-width:2px
style B fill:#1F618D,color:#fff,stroke:#333,stroke-width:2px  
style C fill:#DDA15E,color:#fff,stroke:#333,stroke-width:2px
style D fill:#BC4749,color:#fff,stroke:#333,stroke-width:2px
style E fill:#80FF72,color:#000,stroke:#333,stroke-width:2px
style F fill:#F0A500,color:#000,stroke:#333,stroke-width:2px
style G fill:#6495ED,color:#fff,stroke:#333,stroke-width:2px

Installation

Mac and Linux

To install on Mac or Linux via Homebrew:

Requires Homebrew

brew tap peakefficiency/releases
brew install warp-diag-checker

To update, run:

brew upgrade warp-diag-checker
Windows

To install on Windows via Chocolatey:

Requires Chocolatey

choco install warp-diag-checker

To update, run:

choco upgrade warp-diag-checker
Install issues

As a fallback, you can install from source using:

go install github.com/peakefficiency/warp-diag-checker@latest

You would need to have Go installed for this

Usage

Check for known issues:
warp-diag-checker check /path/to/diag.zip

check-usage

Get diag info summary:
warp-diag-checker info /path/to/diag.zip

info-usage

Dump diag file to stdout

This allows for processing with standard shell utilities

warp-diag-checker dump /path/to/diag.zip [-f filename]

dump-usage

List files in zip
warp-diag-checker list /path/to/diag.zip 

list-usage

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL