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.479.986 Times

Net Monitor freeware
Filter: All | Freeware | Demo
 

Net Monitor

< 1 2 3 4 5 > 
Added: January 12, 2010 | Visits: 1.262

GKrellm SNMP Monitor GKrellm SNMP Monitor project is a plugin for GKrellM that lets you easily monitor SNMP vars. Some examples are server load via UCD-SNMP daemon or ambient temperature via router environment MIB.. Platforms: *nix

License: Freeware Size: 17.41 KB Download (112): GKrellm SNMP Monitor Download

Added: October 18, 2010 | Visits: 1.027

Net::DNS::ValueDomain::DDNS Net::DNS::ValueDomain::DDNS is a Perl module to update your Value-Domain (https://www.value-domain.com/) DynamicDNS records. SYNOPSIS use Net::DNS::ValueDomain::DDNS; # Normal usage my $ddns = Net::DNS::ValueDomain::DDNS->new; $ddns->update( domain => example.com, password => 1234,... Platforms: *nix

License: Freeware Size: 11.26 KB Download (114): Net::DNS::ValueDomain::DDNS Download

Added: February 09, 2010 | Visits: 1.123

Regexp::Common::net Regexp::Common::net is a Perl module that provide regexes for IPv4 addresses. SYNOPSIS use Regexp::Common qw /net/; while (<>) { /$RE{net}{IPv4}/ and print "Dotted decimal IP address"; /$RE{net}{IPv4}{hex}/ and print "Dotted hexadecimal IP address"; /$RE{net}{IPv4}{oct}{-sep => :}/ and... Platforms: *nix

License: Freeware Size: 112.64 KB Download (115): Regexp::Common::net Download

Added: March 16, 2010 | Visits: 947

Net::SCP::Expect Net::SCP::Expect is a wrapper for scp that allows passwords via Expect. SYNOPSIS Example 1 - uses login method, longhand scp: my $scpe = Net::SCP::Expect->new; $scpe->login(user name, password); $scpe->scp(file,host:/some/dir); Example 2 - uses constructor, shorthand scp: my $scpe =... Platforms: *nix

License: Freeware Size: 153.6 KB Download (114): Net::SCP::Expect Download

Added: April 01, 2010 | Visits: 1.450

Net::DBus::Tutorial::ExportingObjects Net::DBus::Tutorial::ExportingObjects is a Perl module that contains tutorials on providing a DBus service. This document provides a tutorial on providing a DBus service using the Perl Net::DBus application bindings. This examples in this document will be based on the code from the... Platforms: *nix

License: Freeware Size: 94.21 KB Download (95): Net::DBus::Tutorial::ExportingObjects Download

Added: February 19, 2010 | Visits: 1.153

Net::DBus Net::DBus provides a Perl binding for the DBus messaging system. Net::DBus enables services to be exported to the bus, as well as full use of services present on the bus. Modules: Net::DBus Perl extension for the DBus message system0.33.2 Net::DBus::ASyncReply asynchronous method reply... Platforms: *nix

License: Freeware Size: 82.94 KB Download (96): Net::DBus Download

Added: June 14, 2010 | Visits: 1.222

Net::FTP::File Net::FTP::File is a Perl extension for simplifying FTP file operations. SYNOPSIS use Net::FTP::File; my $ftp = Net::FTP->new("some.host.name", Debug => 0) or die "Cannot connect to some.host.name: $@"; $ftp->login("anonymous",-anonymous@) or die "Cannot login ", $ftp->message;... Platforms: *nix

License: Freeware Size: 6.14 KB Download (104): Net::FTP::File Download

Added: November 18, 2010 | Visits: 1.126

Net::DBus::Error Net::DBus::Error is a Perl module with error details for remote method invocation. SYNOPSIS package Music::Player::UnknownFormat; use base qw(Net::DBus::Error); # Define an error type for unknown track encoding type # for a music player service sub new { my $proto = shift; my $class =... Platforms: *nix

License: Freeware Size: 94.21 KB Download (94): Net::DBus::Error Download

Added: November 15, 2010 | Visits: 927

Net::DBus::Dumper Net::DBus::Dumper can stringify Net::DBus objects suitable for printing. SYNOPSIS use Net::DBus::Dumper; use Net::DBus; # Dump out info about the bus my $bus = Net::DBus->find; print dbus_dump($bus); # Dump out info about a service my $service =... Platforms: *nix

License: Freeware Size: 94.21 KB Download (90): Net::DBus::Dumper Download

Added: July 01, 2010 | Visits: 1.120

Linux Kernel Monitor 0.3 Linux Kernel Monitor is a tool for monitoring and managing linuxs kernel. It has been developed for GNOME, using Glib and Gtk libraries in C language. lkmonitor tries to offer detailed information of the characteristics of the system, as type of cpu, state of the memory or the file system... Platforms: *nix

License: Freeware Size: 86.02 KB Download (103): Linux Kernel Monitor 0.3 Download

Added: February 02, 2010 | Visits: 1.164

NET=MGM Net=MGM (Netmanager) is a tool to store information about subnets and virtual LANs in a data center environment. NET=MGM is useful for network administrators who manage a large network and want to track information on every LAN or VLAN in the network. You can view information grouped by... Platforms: *nix

License: Freeware Size: 46.08 KB Download (101): NET=MGM Download

Added: April 23, 2010 | Visits: 906

Devel::STrace::Monitor Devel::STrace::Monitor is a monitor interface component for Devel::STrace. SYNOPSIS # # open the mmaped file # use Devel::STrace::Monitor; my $view = Devel::STrace::Monitor->open(somefile.map); my $cycles = 0; while (1) { print "n**************************************n"; # #... Platforms: *nix

License: Freeware Size: 18.43 KB Download (90): Devel::STrace::Monitor Download

Added: August 14, 2010 | Visits: 2.190

X Hardware Monitor X Hardware Monitor is a hardware monitor that shows indicators for temperature, voltage, fan speed etc, of a running system with a graphical panel. The default configuration allows to monitor up to 3 temperatures, 3 fan speeds and 6 voltages. This tool is more particularly adequate for... Platforms: *nix

License: Freeware Size: 15.36 KB Download (224): X Hardware Monitor Download

Added: July 27, 2010 | Visits: 609

Net::IPv4Addr Net::IPv4Addr is a Perl extension for manipulating IPv4 addresses. SYNOPSIS use Net::IPv4Addr qw( :all ); my ($ip,$cidr) = ipv4_parse( "127.0.0.1/24" ); my ($ip,$cidr) = ipv4_parse( "192.168.100.10 / 255.255.255.0" ); my ($net,$msk) = ipv4_network( "192.168.100.30" ); my $broadcast =... Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): Net::IPv4Addr Download

Added: July 27, 2010 | Visits: 872

Firewall Monitor Firewall Monitor allows you to monitor ipchains/iptables output in realtime. It supports both logging to a file/stdout and/or to tcpdump format capture logs. It also supports security features such as running non-root, and chrooting itself. Fwmon can easily be integrated into an existing... Platforms: *nix

License: Freeware Size: 27.65 KB Download (97): Firewall Monitor Download

Added: November 11, 2010 | Visits: 1.290

Net::OpenSRS Net::OpenSRS project is a wrapper interface to the DNS portions of the Tucows OpenSRS HTTPS XML API. The client library distributed by OpenSRS can be difficult to integrate into a custom environment, and their web interface becomes quickly tedious with heavy usage. This is a clean and... Platforms: *nix

License: Freeware Size: 12.29 KB Download (128): Net::OpenSRS Download

Added: April 11, 2010 | Visits: 1.177

Net::LDAP::FAQ Net::LDAP::FAQ is a Perl module with Frequently Asked Questions about Net::LDAP. SYNOPSIS perldoc Net::LDAP::FAQ This document serves to answer the most frequently asked questions on both the perl-ldap Mailing List and those sent to Graham Barr. The latest version of this FAQ can be found... Platforms: *nix

License: Freeware Size: 256 KB Download (91): Net::LDAP::FAQ Download

Added: November 14, 2010 | Visits: 1.170

Net::FTP Net::FTP is a FTP Client class. Net::FTP is a class implementing a simple FTP client in Perl as described in RFC959. It provides wrappers for a subset of the RFC959 commands. FTP stands for File Transfer Protocol. It is a way of transferring files between networked machines. The protocol... Platforms: *nix

License: Freeware Size: 64.51 KB Download (99): Net::FTP Download

Added: April 03, 2010 | Visits: 1.293

B-net B-net project is a Website Content Management software that allows you have a dynamic website and add content to your website without knowing anything about HTML.. Platforms: *nix

License: Freeware Size: 143.36 KB Download (110): B-net Download

Added: April 03, 2010 | Visits: 1.039

TyopoytaORvelo System MOnitor TyopoytaORvelo System MOnitor is a system monitor for Linux that sits in the corner of your desktop. TyopoytaORvelo System MOnitor renders itself on the root window (on the desktop) or to its own transparent window any special eyecandy. TyopoytaORvelo System MOnitor can show lots of info about... Platforms: *nix

License: Freeware Size: 84.99 KB Download (93): TyopoytaORvelo System MOnitor Download

< 1 2 3 4 5 >