Jérôme Fenal > Solaris-Disk-SVM-Graph-0.03 > svmgraph

Download:
Solaris-Disk-SVM-Graph-0.03.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

svmgraph - Graph Solaris Volume Manager objects using GraphViz

SYNOPSIS ^

    svmgraph [-o outfile.png] [-f format] [-D datadir] [-O [h|v]] [objects] 

    svmgraph -D t/data          # creates svm.png
    smvgraph -o d100.png d100   # creates d100.png

Options

  [-o <outfile>]  : outfile is the name of the image file to output, extension are honoured
  [-f <format>]   : format of the file, as supported by GraphViz
  [-D <datadir>]  : datadir is the directory where the data will be read from
  [-O <h|v>]      : image orientation (horizontal or vertical)
  [-P pageformat] : if Paper::Specs is available, you'll be able to say 'Letter' or 'A4'
  [-h]            : show this help text

Commands

DESCRIPTION ^

svmgraph is a tool to graph your SDS/SVM configuration

The -D option provides the same interface as svm(1) (from Solaris::Disk::SVM), to read configuration from file instead from the needed commands outputs.

The output file may be from one of the many output types in GraphViz.

AUTHOR ^

Jérôme Fenal <jfenal@free.fr>

WEBSITE ^

Head to http://jfenal.free.fr/Solaris/ to see some sample graphics.

VERSION ^

This is version 0.03 of the svmgraph script.

COPYRIGHT ^

Copyright (C) 2004, 2005 Jérôme Fenal. All Rights Reserved

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO ^