EnglishFrenchSpanish

Ad


OnWorks favicon

drawvalmapp - Online in the Cloud

Run drawvalmapp in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command drawvalmapp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


drawvalmap - Generate a graphical output of validation status values
encountered by the validator library.

SYNOPSIS


drawvalmap <logfile>

drawvalmap

DESCRIPTION


drawvalmap is a simple utility that can be used to display the validator status values in
a graphical format. The input to this script is a set of log messages that can be read
either from file or from a socket. The output is an image file containing an image of the
various validator authentication chain status values.

drawvalmap reads data from STDIN if the logfile and the socket option are both
unspecified. If the -f option is given, the output image file is embedded in an HTML file
with the given name. The HTML file auto-refreshes according to the refresh time supplied
by the -r option, allowing changes to the validator graph to be constantly tracked.

The typical usage of this script is in the following way:

# drawvalmap <logfile>

It would not be uncommon to use this script for troubleshooting purposes, in which case
output generated by a driver program would be "piped" to this script in the manner shown
below.

# dt-validate -o6:stdout secure.example.com. | drawvalmap -f val_log_map.html

In each case the script generates the results in a val_log_map.png file. In the second
case, an HTML file with the name val_log_map.html is also generated.

OPTIONS


-a IP-address
This changes the address to which drawvalmap binds itself to the specified value. This
option takes effect only if the -s option is also specified.

-f file.ext
This creates an image of the type determined by the file extension

-g xxxx (deprecated)
Use -f instead.

-h file.html
This creates an HTML file with the given name, which contains the image of the
validation map.

-i ignore_pattern_string
This causes drawvalmap to ignore log records that match the given ignore pattern.

-l log_event1,log_event2
This causes drawvalmap to enable display of events for the given list of log types.
The following log event types are defined with their default enabled status indicated
in parenthesis: SUCCESS(1), BOGUS(1), DATA_MISSING(1), ERROR(1), and IGNORED(0).

-m match_pattern_string
This causes drawvalmap to include only log records that match the given pattern. If a
given log record matches a pattern given by the -m option and also matches the pattern
given by the -i option the effective result is that of ignoring the record.

-p port
This changes the port to which drawvalmap binds itself to the specified value. This
option takes effect only if the -s option is also specified.

-r refresh-period
This changes the refresh period in the HTML file to the given value. The default is 5
seconds.

-s This changes the mode of operation to read input from a socket. The default address
and port to which drawvalmap binds are 127.0.0.1:1053.

PRE-REQUISITES


GraphViz

COPYRIGHT


Copyright 2005-2013 SPARTA, Inc. All rights reserved. See the COPYING file included with
the DNSSEC-Tools package for details.

Use drawvalmapp online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad