fluidimage.topologies.log#

Parse and analyze logging files (fluidimage.topologies.log)#

class fluidimage.topologies.log.LogTopology(path)[source]#

Bases: object

Parse and analyze logging files.

plot_memory()[source]#

Plot the memory usage versus time.

plot_durations()[source]#

Plot the duration of the works.

plot_nb_workers(str_names=None)[source]#

Plot the number of workers versus time.

Functions

float_no_valueerror(word)

Classes

DataLogFile(path_file)

LogTopology(path)

Parse and analyze logging files.