Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 665 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 665 Bytes

lsysmon

Lsysmon is a monitoring tool for linux that provides charts and useful information from metrics of proc file system using lpfs go library.

Usage

  1. Clone the repository
$ git clone https://github.com/gabrieltassinari/lsysmon.git
$ cd lsysmon
  1. Create postgres database and setup environment variables
$ psql -f schema.sql

$ export PGUSER="postgres"
$ export PGPASSWORD="your-password"
$ export PGHOST="localhost"
$ export PGPORT=5432
$ export PGDATABASE="lsysmon"
  1. Build and run
$ go build
$ ./lsysmon
  1. Open in your browser http://localhost:8080