Skip to content

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

License

Notifications You must be signed in to change notification settings

gabrieltassinari/lsysmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published