Skip to content

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

Notifications You must be signed in to change notification settings

leo-holanda/logcharts.io

Repository files navigation

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