UNPKG

network-performance-analyzer

Version:

Automated analysis tool for network performance test datasets containing DNS testing results and iperf3 performance measurements

17 lines 701 B
/** * Network Performance Analyzer * * This tool analyzes network performance test datasets containing DNS testing results * and iperf3 performance measurements. It processes multiple test configurations with * different parameters (MTU sizes, AWS logging settings) and generates comprehensive * comparative reports in markdown format. */ export * from './services/DatasetDiscoveryService'; export * from './services/DataParser'; export * from './services/AnalysisEngine'; export * from './services/ReportGenerator'; export * from './services/NetworkPerformanceAnalyzer'; export * from './utils/ErrorHandler'; export * from './cli'; export * from './models'; //# sourceMappingURL=index.d.ts.map