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

Ubuntu Hardware Monitor Snmp freeware
Filter: All | Freeware | Demo
 

Ubuntu Hardware Monitor Snmp

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.895

neostrada-sagem-ubuntu neostrada-sagem-ubuntu is a script, that configures ubuntu for networking with Sagem fast800 (neostrada tp).. Platforms: *nix

License: Freeware Size: 645.12 KB Download (323): neostrada-sagem-ubuntu Download

Added: August 09, 2010 | Visits: 1.604

Shell SYStem Monitor Shell SYStem Monitor a basic console ncurses application for system monitoring. Shell SYStem Monitor will show things like CPU load, memory load, uptime, Ethernet load (bandwidth usage in KB/s), server time, and more. Install code: # cd ssysm # make (as root) # make install Uninstall... Platforms: *nix

License: Freeware Size: 13.31 KB Download (98): Shell SYStem Monitor Download

Added: January 10, 2010 | Visits: 804

SNMP::Persist SNMP::Persist is a Perl module for the SNMP pass_persist threaded backend. SYNOPSIS use SNMP::Persist qw(&define_oid &start_persister &define_subtree); use strict; use warnings; #define base oid to host the subtree define_oid(".1.3.6.1.4.1.2021.248"); #start the thread serving answers... Platforms: *nix

License: Freeware Size: 6.14 KB Download (103): SNMP::Persist Download

Added: July 06, 2010 | Visits: 1.750

System Health Monitor System Health Monitor for Linux is a handy python program that will setup your system to generate RRD Graphs of network interface traffic, system load, memory usage, disk space and inode usage and graphs of the number of running processes. System Health Monitor features a user-friendly... Platforms: *nix

License: Freeware Size: 17.41 KB Download (105): System Health Monitor Download

Added: September 03, 2010 | Visits: 1.406

Hardware::iButton Hardware::iButton is a Perl module that allows to talk to DalSemi iButtons via a DS2480 serial widget. SYNOPSIS use Hardware::iButton::Connection; $c = new Hardware::iButton::Connection "/dev/ttyS0"; @b = $c->scan(); foreach $b (@b) { print "family: ",$b->family(), "serial number: ",... Platforms: *nix

License: Freeware Size: 21.5 KB Download (111): Hardware::iButton Download

Added: March 18, 2010 | Visits: 1.203

Hardware::iButton::Device Hardware::iButton::Device is a Perl object to represent iButtons. SYNOPSIS use Hardware::iButton::Connection; $c = new Hardware::iButton::Connection "/dev/ttyS0"; @b = $c->scan(); foreach $b (@b) { print "id: ", $b->id(), ", reg0: ",$b->readreg(0),"n"; } This module talks to iButtons... Platforms: *nix

License: Freeware Size: 21.5 KB Download (112): Hardware::iButton::Device Download

Added: November 17, 2010 | Visits: 2.178

Linksys Monitor Linksys Monitor provides a Linksys logging and dynamic DNS IP update utility. Linksys Monitor is a POSIX-compliant application used to monitor and react to device activity of Cisco Linksys devices.. Get LSYS Monitor at SourceForge.net. Fast, secure and free downloads from the largest Open... Platforms: *nix

License: Freeware Size: 34.82 KB Download (429): Linksys Monitor Download

Added: March 23, 2010 | Visits: 2.636

Ubuntu Studio Ubuntu Studio project is a multimedia creation flavor of Ubuntu. Ubuntu Studio is aimed at the GNU/Linux audio, video and graphic enthusiast as well as professional. We provide a suite of the best open-source applications available for multimedia creation. Completely free to use, modify and... Platforms: *nix

License: Freeware Download (817): Ubuntu Studio Download

Added: June 07, 2010 | Visits: 1.065

Xubuntu Xubuntu community projects aim is to provide a nice Ubuntu desktop experience (even on older hardware) by using Xfce4 as the desktop environment and GTK+ 2 applications wherever possible. Xfce4 has been supported in Ubuntus universe by the MOTUXfce team since Hoary and Breezy. For Dapper we... Platforms: *nix

License: Freeware Size: 693 MB Download (118): Xubuntu Download

Added: July 01, 2010 | Visits: 1.119

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: 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: July 10, 2010 | Visits: 986

SNMP::Info::SONMP SNMP::Info::SONMP is a Perl5 Interface to SynOptics Network Management Protocol (SONMP) using SNMP. SYNOPSIS my $sonmp = new SNMP::Info ( AutoSpecify => 1, Debug => 1, DestHost => router, Community => public, Version => 2 ); my $class = $sonmp->class(); print " Using device sub class... Platforms: *nix

License: Freeware Size: 122.88 KB Download (101): SNMP::Info::SONMP Download

Added: February 11, 2010 | Visits: 977

SNMP::Info::Layer3::N1600 SNMP::Info::Layer3::N1600 is a Perl5 Interface to Nortel 16XX Network Devices. SYNOPSIS # Let SNMP::Info determine the correct subclass for you. my $n1600 = new SNMP::Info( AutoSpecify => 1, Debug => 1, # These arguments are passed directly on to SNMP::Session DestHost => myswitch,... Platforms: *nix

License: Freeware Size: 133.12 KB Download (92): SNMP::Info::Layer3::N1600 Download

Added: July 27, 2010 | Visits: 871

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: August 05, 2010 | Visits: 1.985

Mon::SNMP Mon::SNMP is a Perl module created to decode SNMP trap. SYNOPSIS use Mon::SNMP; $trap = new Mon::SNMP; $trap->buffer($snmptrap); %traphash = $trap->decode; $error = $trap->error; Mon::SNMP provides methods to decode SNMP trap PDUs. It is based on Graham Barrs Convert::BER module,... Platforms: *nix

License: Freeware Size: 23.55 KB Download (166): Mon::SNMP Download

Added: August 04, 2010 | Visits: 1.165

Hardware::Simulator Hardware::Simulator is a Perl extension for Perl Hardware Descriptor Language. SYNOPSIS use Hardware::Simulator; # NewSignal( perl_variable [, initial_value]); # create a signal called $in_clk, give it an initial value of 1 NewSignal(my $in_clk,1); # Repeater ( time_units , code_ref) #... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Hardware::Simulator 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

Added: May 14, 2010 | Visits: 1.185

Hardware 4 Linux Hardware 4 Linux project contains a set of tools to report Linux-compatible hardware to hardware4linux.info. Whats New in This Release: - This release anonymizes dmidecode output, collects OS version files instead of calling osinfo, collects audio codec files, adds a README, and collects PCI... Platforms: *nix

License: Freeware Download (121): Hardware 4 Linux Download

Added: September 03, 2010 | Visits: 936

hfishs monitor hfishs monitor is based on this theme (http://www.kde-look.org/content/show.php?content=47852), I made some changes to best fit to my laptop. Includes support for two cpus, two ethernet interfaces, ram, swap and two partitions, nvidia gpu temp. Whats New in This Release: - Added nVidia GPU... Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): hfishs monitor Download

Added: September 09, 2010 | Visits: 1.361

Link Monitor Applet Link Monitor Applet is a GNOME Panel Applet displaying the round-trip time to one or more hosts in a bar graph.. Platforms: *nix

License: Freeware Size: 1024 KB Download (1046): Link Monitor Applet Download

< 1 2 3 4 5 >