Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.274 Times

Aix Snmp Test software
Filter: All | Freeware | Demo
 

Aix Snmp Test

< 1 2 3 4 5 
Added: September 25, 2010 | Visits: 788

Test::MockDBI Test::MockDBI is Perl module mock DBI interface for testing. SYNOPSIS use Test::MockDBI; OR use Test::MockDBI qw( :all ); Test::MockDBI::set_dbi_test_type(42); if (Test::MockDBI::get_dbi_test_type() == 42) { ... $mock_dbi = get_instance Test::MockDBI; $mock_dbi->bad_method(... Platforms: *nix

License: Freeware Size: 19.46 KB Download (95): Test::MockDBI Download

Added: January 26, 2010 | Visits: 996

SNMP::Info::Layer2::C2900 SNMP::Info::Layer2::C2900 is a SNMP Interface to Cisco Catalyst 2900 Switches running IOS. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $c2900 = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to SNMP::Session DestHost =>... Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): SNMP::Info::Layer2::C2900 Download

Added: July 04, 2010 | Visits: 994

SNMP::Info::Layer3::Aironet SNMP::Info::Layer3::Aironet is a Perl5 Interface to Cisco Aironet Wireless Devices running Aironet software, not IOS. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $aironet = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to... Platforms: *nix

License: Freeware Size: 122.88 KB Download (105): SNMP::Info::Layer3::Aironet Download

Added: April 24, 2010 | Visits: 1.002

Test::Simple Test::Simple is a Perl module with basic utilities for writing tests. SYNOPSIS use Test::Simple tests => 1; ok( $foo eq $bar, foo is bar ); ** If you are unfamiliar with testing read Test::Tutorial first! ** This is an extremely simple, extremely basic module for writing tests suitable... Platforms: *nix

License: Freeware Size: 77.82 KB Download (92): Test::Simple Download

Added: July 08, 2010 | Visits: 687

Test soon Test soon project is a testing framework trying to enable you to write tests quickly, organize them easily and still being flexible. The goal is to utilize the strengths of C++ while minimizing the impact of its weaknesses.. Platforms: *nix

License: Shareware Cost: $0.00 USD Download (89): Test soon Download

Added: August 07, 2010 | Visits: 746

Test::Glade Test::Glade is a simple way to test Gtk2::GladeXML-based apps. SYNOPSIS use Test::Glade tests => 2; my $glade_xml = interface.glade; has_widget( $glade_xml, { name => main_window, type => GtkWindow, properties => { title => Test Application, type => GTK_WINDOW_TOPLEVEL, resizable =>... Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Test::Glade Download

Added: September 22, 2010 | Visits: 1.109

Software::Packager::Object::Aix Software::Packager::Object::Aix module it extends Software::Packager::Object and adds extra methods for use by the AIX software packager. FUNCTIONS LPP TYPE The LPP type for objects determines the type of LPP package created. If the objects destination is under /usr/share then the object is... Platforms: *nix

License: Freeware Size: 20.48 KB Download (111): Software::Packager::Object::Aix Download

Added: May 16, 2010 | Visits: 953

Software::Packager::Aix Software::Packager::Aix is the Software::Packager extension for AIX 4.1 and above. SYNOPSIS use Software::Packager; my $packager = new Software::Packager(aix); This module is used to create software packages in a Backup-format file (bff) suitable for installation with installp. This... Platforms: *nix

License: Freeware Size: 20.48 KB Download (103): Software::Packager::Aix Download

Added: July 03, 2010 | Visits: 735

Test::TestCoverage Test::TestCoverage is Perl module to test if your test covers all public subroutines of the package. SYNOPSIS use Test::TestCoverage; test_coverage(My::Module); my $obj = My::Module->new(); $obj->foo(); $obj->bar(); # test will be ok, assumed that My::Module has the subroutines new,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): Test::TestCoverage Download

Added: May 26, 2010 | Visits: 926

AIX::Perfstat AIX::Perfstat is a Perl wrapper for perfstat() functions. SYNOPSIS use AIX::Perfstat; $cput = AIX::Perfstat::cpu_total(); $diskt = AIX::Perfstat::disk_total(); $netift = AIX::Perfstat::netinterface_total(); $memoryt = AIX::Perfstat::memory_total(); $num_cpus = AIX::Perfstat::cpu_count();... Platforms: *nix

License: Freeware Size: 38.91 KB Download (118): AIX::Perfstat Download

Added: November 26, 2010 | Visits: 976

SNMP::NPAdmin SNMP::NPAdmin is a high-level API to query printers via SNMP. SYNOPSIS # object-oriented $p= SNMP::NPAdmin->new( printer => porky, community => corpslp ); printf "Your printer, %s, does%s support PCL.n", $printer, ( $p->pcl() ? "" : " not"); # procedural $p= npa_connect( printer =>... Platforms: *nix

License: Freeware Size: 63.49 KB Download (91): SNMP::NPAdmin Download

Added: May 10, 2010 | Visits: 818

classes::Test classes::Test are functions to help with classes pragma testing. SYNOPSIS can_new can_set_get has_decl has_class_const has_mixins has_mixins_hash is_classes MyClass; is_classes main; is_throwable X::Mine; is_classes_exc X::Mine; Generic tests based on Test::Builder designed to... Platforms: *nix

License: Freeware Size: 163.84 KB Download (99): classes::Test Download

Added: July 10, 2010 | Visits: 1.146

SNMP::Util SNMP::Util contains Snmp modules to perform snmp set, get, walk, next, walk_hash etc. SYNOPSIS use SNMP::Util; ## Documentation (POD) =head1 NAME Perl SNMP utilities - SNMP::Util - Version 1.8 This Perl library is a set of utilities for configuring and monitoring SNMP based devices. This... Platforms: *nix

License: Freeware Size: 23.55 KB Download (209): SNMP::Util Download

Added: August 23, 2010 | Visits: 1.069

Test::Tech Test::Tech is a Perl module that adds skip_tests and test data structures capabilities to the "Test" module. SYNOPSIS ####### # Procedural (subroutine) Interface # # (use for &Test::plan, &Test::ok, &Test::skip drop in) # use Test::Tech qw(demo finish is_skip ok ok_sub plan skip skip_sub... Platforms: *nix

License: Freeware Size: 93.18 KB Download (89): Test::Tech Download

Added: April 15, 2010 | Visits: 1.588

Test::STDmaker::Demo Test::STDmaker::Demo is a Perl module that generates demo scripts from a test description short hand. The Test::STDmaker::Demo package is an internal driver package to the Test::STDmaker package that supports the Test::STDmaker::tmake() method. Any changes to the internal drive interface and... Platforms: *nix

License: Freeware Size: 133.12 KB Download (126): Test::STDmaker::Demo Download

Added: August 23, 2010 | Visits: 730

Test::STDmaker::STD Test::STDmaker::STD is a Perl module that generates a STD POD from a test description short hand. The Test::STDmaker::STD package is an internal driver package to the Test::STDmaker package that supports the Test::STDmaker::tmake() method. Any changes to the internal drive interface and this... Platforms: *nix

License: Freeware Size: 133.12 KB Download (88): Test::STDmaker::STD Download

Added: November 07, 2010 | Visits: 1.229

Test::STDmaker Test::STDmaker is a Perl module to generate test scripts, demo scripts from a test description short hand. SYNOPSIS ####### # Procedural (subroutine) interface # use Test::STDmake qw(find_t_roots get_data perl_command); @t_path = find_t_paths() $date = get_date(); $myperl =... Platforms: *nix

License: Freeware Size: 133.12 KB Download (95): Test::STDmaker Download

Added: July 21, 2010 | Visits: 1.184

Test::STDmaker::Check Test::STDmaker::Check is a Perl module that checks a software test description short hand. The Test::STDmaker::Check package is an internal driver package to the Test::STDmaker package that supports the Test::STDmaker::tmake() method. Any changes to the internal drive interface and this package... Platforms: *nix

License: Freeware Size: 133.12 KB Download (88): Test::STDmaker::Check Download

Added: November 11, 2010 | Visits: 915

Test::STD::PerlSTD Test::STD::PerlSTD is a general Perl Software Test Description (STD). TITLE PAGE Gerneral Software Test Description (STD) for Perl Program Modules Revision: - Date: 2004/05/15 Prepared for: General Public Prepared by: http://www.SoftwareDiamonds.com support@SoftwareDiamonds.com... Platforms: *nix

License: Freeware Size: 122.88 KB Download (92): Test::STD::PerlSTD Download

Added: February 11, 2010 | Visits: 1.647

onesixtyone SNMP scanner onesixtyone is an efficient SNMP scanner which utilizes a sweep technique to achieve extreme performance. The SNMP protocol is a stateless, datagram oriented protocol. An SNMP scanner is a program that sends SNMP requests to multiple IP addresses, trying different community strings and waiting... Platforms: *nix

License: Freeware Size: 7.17 KB Download (120): onesixtyone SNMP scanner Download

< 1 2 3 4 5