package
0.0.0-20250109221807-722f1605cf1e
Repository: https://github.com/googlecloudplatform/grpc-gcp-tools.git
Documentation: pkg.go.dev

# README

dp_check

dp_check is a command line tool for checking the proper configuration and setup of a VM (the one that it's being ran on) with respect to DirectPath and a particular service.

To start using dp_check

Download the binary from the release page and scp the file to your DirectPath enabled VM using gcloud command. In your VM, run the command:

./dp_check --service=<SERVICE NAME>

# Constants

V3ClusterURL is typeURL of v3 xDS Cluster.
V3EndpointsURL is typeURL of v3 xDS ClusterLoadAssignment.
V3ListenerURL is typeURL of v3 xDS Listener.
V3RouteConfigURL is typeURL of v3 xDS RouteConfiguration.

# Interfaces

Route an interface that is platform agnostic which provides a string representation of the dst route.