Ingres-Utility-IIMonitor

Ingres::Utility::IIMonitor adpO API to IIMONITOR Ingres RDBMS utility WORM

This module provides an API to the iimonitor utility for Ingres RDBMS, which provides local control of IIDBMS servers and sessions (system and user conections).

To use this module, the current user should be the Ingres installation owner, usually "ingres", to have rights to use all features.

Environment variables (II_SYSTEM et ali) should be set also.

Through this interface, it is possible to obtain a list of all registered services, for later processing (eg. iimonitor).

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

Alternatively, to install with Module::Build, you can use the following commands:

perl Build.PL
./Build
./Build test
./Build install

DEPENDENCIES

Expect::Simple

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc Ingres::Utility::IIMonitor

You can also look for information at:

Search CPAN

http://search.cpan.org/dist/Ingres-Utility-IIMonitor

CPAN Request Tracker:

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Ingres-Utility-IIMonitor

AnnoCPAN, annotated CPAN documentation:

http://annocpan.org/dist/Ingres-Utility-IIMonitor

CPAN Ratings:

http://cpanratings.perl.org/d/Ingres-Utility-IIMonitor

COPYRIGHT AND LICENSE

Copyright (C) 2006 Joner Cyrre Worm

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