Giter Site home page Giter Site logo

log2chart's Introduction

log2chart

This module gives tools to generate html based log report from iperf or ping logs.

Installation

Install-Module Log2chart

Usage example

Convert-Log2Chart -FileTemplate Test*ping.txt -ReportName OutPutReportName -LogType WindowsWithDate

Suppported input format

  • Iperf
[  5]   7.00-8.00   sec  7.47 MBytes  62.6 Mbits/sec                  
[  5]   8.00-9.00   sec  7.17 MBytes  60.2 Mbits/sec  
  • Linux
64 bytes from 8.8.8.8: icmp_seq=1 ttl=56 time=16.0 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=56 time=14.8 ms
  • Windows
Reply from 8.8.8.8: bytes=32 time=48ms TTL=45
Reply from 8.8.8.8: bytes=32 time=47ms TTL=45
  • WindowsWithDate:
07.07.2017-15:16:57> Reply from 8.8.8.8: bytes=32 time=48ms TTL=45
07.07.2017-15:16:58> Reply from 8.8.8.8: bytes=32 time=47ms TTL=45

Parameters

  • FileTemplate: Files that matching on defined wildcard will be included in report. E.g.: Test*.PingLog.txt
  • ListOfFiles: List of file object. E.g.: $(ls | Where-Object {$_.Name -like "log*.pinglog.txt"} )
  • ReportName: Defines the name of the generated report.
  • Logtype: There are four options to choose from: Iperf, Linux, Windows and WindowsWithDate. Make sure to select the corresponding option.

log2chart's People

Contributors

buscseik avatar

Watchers

James Cloos avatar mc1903 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.