Skip to content

JamFuller/mlhist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mlhist Build Status

Generate graphs and integrate data with commandline interface to MarkLogic history metrics.

For the impatient

To get quickly started:

touch ~/.mlhist
  • edit ~/.mlhist, supplying your MarkLogic environment connection details
host=localhost
protocol=http
user=admin
pass=admin
  • run mlhist
mlhist

Examples

get help

mlhist -h

Get all metrics

mlhist

Get all metrics data

mlhist

Get all forest metrics

mlhist forests

Get all metrics for range of time

mlhist

Get all metrics for a range of time with different period

mlhist

Get specific metric

mlhist

Find metrics

mlhist 

Build, test, & install

To build you will need to ensure cmake v3.2.2 or above is installed (I know, I know ... times do change).

Using either develop or master branch

cmake && make && make test

All tests should pass and mlhist/mlhist binary should have been built.

To install:

make install

Issues, feature requests & PR's

File bug reports, feature requests, and pull requests through GitHub.

License

Apache License v2.0

About

Generate graphs and integrate data with commandline interface to MarkLogic history metrics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors