Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 586 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 586 Bytes

Float (Flowgger LOgs Analysis Terminal)

Float helps you to analyze and visualize logs written by Flowgger library.

$ npm i -g @solothought/float

Flowgger LOgs Analysis Terminal

  • first coloum shows the execution time of flow and each step
  • All the steps which are not executed are greyed out.
  • You must define the template of your log data, path of flow file, and flow log data

Use

grep FLOW flowgger.log | grep "Flow Name" | head -1 | fla -d flows -t templates/task_template.txt