Skip to main content

Module bricks

Module bricks 

Source
Expand description

Brick implementations for cbtop

Four-layer architecture following PROBAR-SPEC-009:

  • Layer 1: Collectors - Data collection from hardware
  • Layer 2: Analyzers - Business logic and derived metrics
  • Layer 3: Panels - Rendering using presentar-terminal widgets
  • Layer 4: Generators - Load generation

Re-exports§

pub use analyzers::*;
pub use collectors::*;
pub use generators::*;

Modules§

analyzers
Analyzer bricks (Layer 2)
collectors
Collector bricks (Layer 1)
generators
Load generator bricks (Layer 4)
panels
Panel bricks (Layer 3)