ntfserver is a centralized server for collecting and displaying ntfd data.
It's part of ntf, a network testing framework.
See the ntf homepage for more details about the ntf framework.
Start mysql/mariadb
Create an 'ntf' database
create database 'ntf';
Create a database user that has create table and select/insert/udpate/delete privileges
Start redis
Start ntfserver
./bin/ntfserver --mysql-user=ntf-user --mysql-password='password' # see lib/index.js for other command-line options
Visit the dashboard at http://127.0.0.1:8000/
Store test results
curl \ -H 'Content-Type: application/json' \ -d @./test/assets/suite.json \ http://127.0.0.1:8000/store
MIT © 2011-2017 Shutterstock Images, LLC