leo-holanda / logcharts.io

A visualization tool that displays data from HWInfo logs in a line chart directly in browser

Home Page:https://logcharts-io.pages.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LogCharts

A tool for viewing the logs generated by HWInfo, a hardware monitoring program.

🌐 Check it at https://logcharts-io.pages.dev/.

Contents

Features

  • The log data can be viewed in a line chart that changes according to the selected log field
  • See individual values on the line with the tooltip
  • See more details when viewing smaller parts of the chart with brushing
  • Add multiple lines to compare different data over time

By interpreting the HWInfo logs in a more intuitive way, you can have a better idea of how your computer is working, which allows you to identify problems and find solutions more easily.

Installation

Clone this project

git clone https://github.com/leo-holanda/logcharts.io.git

Install dev dependencies

npm i

Getting Started

Install Live Server extension in VSCode

https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer

Click in "Go Live" which should appear in the bottom right corner of the screen

Or just open index.html in your browser

Contributing

Feel free to submit any issues or enhancement requests! I will do my best to fix or implement it. Already have a solution? Pull requests are also welcome!

Built with

Acknowledgements

License

MIT

About

A visualization tool that displays data from HWInfo logs in a line chart directly in browser

https://logcharts-io.pages.dev/


Languages

Language:JavaScript 61.0%Language:SCSS 16.2%Language:CSS 14.9%Language:HTML 7.6%Language:Dockerfile 0.3%