Giter VIP home page Giter VIP logo

dsp's Introduction

DNS Statistics Presenter

Build Status

DNS Statistics Presenter (DSP) is a tool used for exploring statistics from busy DNS servers collected by DNS Statistics Collector (DSC).

DNS Statistics Collector can be found here:

More information about DSP/DSC may be found here:

Issues should be reported here:

Mailinglist:

Dependencies

Following dependencies are needed, example for Debian/Ubuntu. Check ./configure for a full list of dependencies.

sudo apt-get install libproc-pid-file-perl libxml-simple-perl

Or you can install them all using cpanm.

cpanm --quiet --notest Proc::PID::File XML::Simple

The DSC Perl library needs to be installed also, if you can't find it in your distribution or on CPAN you can clone the repository, this example installs the latest development version using cpanminus.

git clone https://github.com/DNS-OARC/p5-DSC.git
cd p5-DSC
cpanm --quiet --notest .

Prepare

If you are installing from the GitHub repository you need to generate configure.

./autogen.sh

Install as pre 2.0.0

As of version 2.0.0 most of the paths has been changed and if your upgrading an older installation and want to keep the paths as they were this is how you can do it.

Asuming the old prefix of /usr/local/dsc, see configure --help for more information.

prefix=/usr/local/dsc
./configure --prefix=$prefix \
    --with-data-dir=$prefix/data \
    --with-cgi-bin-dir=$prefix/libexec \
    --with-html-dir=$prefix/share/html \
    --with-etc-dir=$prefix/etc \
    --with-libexec-dir=$prefix/libexec \
    --with-cache-dir=$prefix/cache \
    --with-log-dir=$prefix/var/log \
    --enable-create-dirs
make
make install

Install

Run configure with optional options and then install, see configure --help for more information.

./configure [options ... ]
make
make install

You can use --enable-create-dirs to create the necessary directories upon installation.

dsp's People

Contributors

jelu avatar wessels avatar wfms avatar mcstork avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.