locli-1.34: Cardano log analysis CLI
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Command

Synopsis

Documentation

newtype Command Source #

Sub-commands

Constructors

ChainCommand [ChainCommand]

Analysis commands

Instances

Instances details
Show Command Source # 
Instance details

Defined in Cardano.Command

data CommandError Source #

Instances

Instances details
Show CommandError Source # 
Instance details

Defined in Cardano.Command

data ChainCommand Source #

Constructors

ListLogobjectKeys TextOutputFile 
ListLogobjectKeysLegacy TextOutputFile 
ReadMetaGenesis (JsonInputFile RunPartial) (JsonInputFile Genesis) 
WriteMetaGenesis TextOutputFile TextOutputFile 
Unlog (JsonInputFile (RunLogs ())) Bool (Maybe [LOAnyType]) 
DumpLogObjects 
ValidateHashTimeline (JsonInputFile [LogObject]) 
BuildMachViews 
DumpMachViews 
ReadMachViews [JsonLogfile] 
RebuildChain [JsonFilterFile] [ChainFilter] 
DumpChain (JsonOutputFile [BlockEvents]) (JsonOutputFile [BlockEvents]) 
ReadChain (JsonInputFile [BlockEvents]) 
TimelineChain RenderConfig TextOutputFile [TimelineComments BlockEvents] 
CollectSlots [JsonLogfile] 
DumpSlotsRaw 
FilterSlots [JsonFilterFile] [ChainFilter] 
DumpSlots 
TimelineSlots RenderConfig [TimelineComments (SlotStats NominalDiffTime)] 
ComputePropagation 
RenderPropagation RenderConfig TextOutputFile PropSubset 
ReadPropagations [JsonInputFile BlockPropOne] 
ComputeMultiPropagation 
RenderMultiPropagation RenderConfig TextOutputFile PropSubset CDF2Aspect 
ComputeMachPerf 
RenderMachPerf RenderConfig PerfSubset 
ComputeClusterPerf 
RenderClusterPerf RenderConfig TextOutputFile PerfSubset 
ReadClusterPerfs [JsonInputFile MultiClusterPerf] 
ComputeMultiClusterPerf 
RenderMultiClusterPerf RenderConfig TextOutputFile PerfSubset CDF2Aspect 
ComputeSummary 
RenderSummary RenderConfig TextOutputFile 
ReadSummaries [JsonInputFile SummaryOne] 
ComputeMultiSummary 
RenderMultiSummary RenderConfig TextOutputFile 
Compare InputDir (Maybe TextInputFile) TextOutputFile [(JsonInputFile SomeSummary, JsonInputFile ClusterPerf, JsonInputFile SomeBlockProp)] 

Instances

Instances details
Show ChainCommand Source # 
Instance details

Defined in Cardano.Command