Skip to content

Instantly share code, notes, and snippets.

@dckc
Created August 19, 2021 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dckc/9bf6bda3972258b1a6e6f7b71b2aee14 to your computer and use it in GitHub Desktop.
Save dckc/9bf6bda3972258b1a6e6f7b71b2aee14 to your computer and use it in GitHub Desktop.
digraph G {
subgraph cluster_client {
label = "client machine"
loadGen -> ag_solo
loadGen [ label="loadGen\n(node.js)"]
}
ag_solo -> RPC
subgraph cluster_0 {
label="chain"
RPC
}
RPC [label="RPC\n(sentry OK)"]
}
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dckc
Copy link
Author

dckc commented Aug 20, 2021

editable source?
https://bit.ly/37VJmLx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment