jmeter-status

module
v0.0.0-...-761af70 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2020 License: MIT

README

JMeter Status

install dependencies

# web
cd web && npm install

# golang, using dep
cd service && dep ensure

configure

cd service
mv config.example.toml config.toml
vi config.toml # change to your own information
# for mysql
create database dbname
execute config/db.sql to mysql database

fetch build for linux

cd service
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build fetch.go 

fetch data

cd service
go build fetch.go
# manual execution
./fetch

# scheduled tasks, using crontab, every 10 minutes
*/10 * * * * cd /path/service && ./fetch

start web...

use nginx or others to point to web directory

Image text

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL