# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
CreateGrpcConnection create a grpc connection with given port.
CreateTempFile will create a temp file in current directory.
EncodeClkIds will convert array of clk ids into a mask.
No description provided by the author
ExitWithError exits with error.
ExitWithMsg exits with error message.
FxNewAppWithoutLog returns fx App without log.
GetDiskTotalSize returns the total bytes in disk.
GetProgramPath returns the path of the program.
GetRootDevice returns the device which "/" mount on.
IPToCidr converts from an ip to a full mask cidr.
NewCommandPools returns a new CommandPools.
No description provided by the author
NewGraph creates a Graph.
NormalExit exits normally.
ParseUnit parse a digit with unit such as "K" , "KiB", "KB", "c", "MiB", "MB", "M".
No description provided by the author
No description provided by the author
ResolveCidr converts cidr/ip/domain into cidr.
ResolveCidrs converts multiple cidrs/ips/domains into cidr.
No description provided by the author
This func split bytes in to processNum + 1 dd arg blocks.
TimeoutClientInterceptor wraps the RPC with a timeout.
TimeoutServerInterceptor ensures the context is intact before handling over the request to application.
# Constants
DefaultRPCTimeout specifies default timeout of RPC between controller and chaos-operator.
http://tldp.org/LDP/abs/html/exitcodes.html.
http://tldp.org/LDP/abs/html/exitcodes.html.
http://tldp.org/LDP/abs/html/exitcodes.html.
http://tldp.org/LDP/abs/html/exitcodes.html.
http://tldp.org/LDP/abs/html/exitcodes.html.
http://tldp.org/LDP/abs/html/exitcodes.html.
# Variables
No description provided by the author
RPCTimeout specifies timeout of RPC between controller and chaos-operator.
# Structs
No description provided by the author
CommandPools is a group of commands runner.
No description provided by the author
DdArgBlock is command arg for dd.
Edge represents an edge in graph.
Graph represents a graph with link list.