GNetWatch 3.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News GNetWatch 3.1 (Default branch)
# 1  
Old 05-26-2008
GNetWatch 3.1 (Default branch)

Image GNetWatch is an application that offers real-time graphical monitoring and analysis of network performance through SNMP and ICMP. To get an instant view of the network state, data are collected, stored, and displayed every few seconds. Two traffic generation modules are available. The former can flood UDP packets of any size (jumbo frames for instance) and tagged with any DiffServ/ToS flag for QoS and class of services testing. The latter can generate a huge quantity of parallel requests to any HTTP(s) server for Web application load testing. To automatically discover new hosts, GNetWatch can make use of Ethereal/WireShark and later invoke NMap to get information about the remote systems. Note that IPv6 and SNMPv3 are fully supported by GNetWatch. License: GNU General Public License (GPL) Changes:
This update lets the user add their own probes by means of generic actions that can spawn external processes or track the content of external files. Some standard generic actions are also provided: remote CPU load and remote free memory (using Windows Management Instrumentation for MS Windows targets and system tools for Unix/Linux targets). The documentation has been updated with these new features.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SNMPGETNEXT(1)							     Net-SNMP							    SNMPGETNEXT(1)

NAME
snmpgetnext - communicates with a network entity using SNMP GET NEXT Requests. SYNOPSIS
snmpgetnext [COMMON OPTIONS] [-Cf] OID [OID]... DESCRIPTION
snmpget is an SNMP application that uses the SNMP GETNEXT request to query for information on a network entity. One or more object identi- fiers (OIDs) may be given as arguments on the command line. Each variable name is given in the format specified in variables(5). For each one, the variable that is lexicographically "next" in the remote entity's MIB will be returned. For example: snmpgetnext -c public zeus interfaces.ifTable.ifEntry.ifType.1 will retrieve the variable interfaces.ifTable.ifEntry.ifType.2: interfaces.ifTable.ifEntry.ifType.2 = softwareLoopback(24) If the network entity has an error processing the request packet, an error message will be shown, helping to pinpoint in what way the request was malformed. OPTIONS
snmpgetnext takes the common options described in the snmpcmd(1) manual page and also the -Cf option described in the snmpget(1) manual page. SEE ALSO
snmpcmd(1), snmpget(1), variables(5). 4th Berkeley Distribution 08 Feb 2002 SNMPGETNEXT(1)