|
|
Carsten Schmidt Software
|
|
|
FDBGet
Forwarding database retrieval, fdbget.exe
Version 1.2.3; June 2006
Software by Carsten Schmidt
If you like this software, please consider donating. Follow the link:
http://software.ccschmidt.de/appreciation.html
Please report bugs and feature requests to:
Carsten@CCSchmidt.de
How does it work and what does it do?
Simply enter the IP address of your switch and its SNMP read community in the
fields and press the Retrieve Table button to get the list. If it fails you will
be told.
Fdbget.exe is a little tool to retrieve entries from the forwarding database
of switches. It gives you a table of MAC to interface number. If you are
looking for a specific MAC on a switch then simply enter the MAC or part of it
into the search field (without regular expressions).
The table results and search results are exported to separate files.
Comments
- Thanks to François Piette for the internet component suite
Version history
Version 1.2.0; November 2004
- added save list function
- added direct links to product homepage and mailto author
Version 1.1.1 June 2004
- added filter for learned addresses
- fixed bug in grid2 where results where written into the header
- fixed tab order
Version 1.1 March 2004
- minor bug fixes
- GUI redone
- cleaned up results to be shown in a table
Version 1.0 2003
First crude release to demonstrate the forwarding database table.
Keywords: snmp fdb forwarding database layer 2 switch mac interface port subscription plan
|
|
|
NorwaySaver
Screen saver, Norway, nature
Keywords: screen saver norway nature medical camera
|
|
|
MultiPing Grapher
MultiPing Grapher, Multiping.exe
Software by Carsten Schmidt
If you like this software, please consider donating. Follow the link:
http://software.ccschmidt.de
Please report bugs and feature requests to:
Carsten@CCSchmidt.de
How does it work and what does it do?
MPG is a further development of Perfping with the ability to graph
up to 10 different ICMP results.
(http://software.ccschmidt.de/#perfping)
Start the program, use File|Open host file to open a text file with a
list of maximum of 10 IP addresses.
You can also start the program with a host list as starting parameter.
E.g. Multiping.exe hosts.txt
Using predefined host lists, MPG will give you a fast way of checking
multiple connections immediately when you suspect trouble. Comparison
of the different results will give you an indication of where to look
first.
You may also adjust ping interval and ICMP payload (size of the data
portion of the ICMP packet) to fit your needs.
Example of host file:
10.1.0.32
10.10.0.32
10.20.0.32
10.30.0.32
10.40.0.32
10.50.0.32
172.16.0.100
192.168.10.10
192.168.10.100
192.168.10.200
Comments:
- Thanks to Dr. Jürgen Kehrel for the graph component.
Version history
1.1.0 September 2005
- automatic start of pinging when program is started with a host file
- average of the last 100 pings shown
- when started with a host list file as parameter, polling is started
automatically
- timer and payload values are written to registry
Keywords: multiping grapher icmp availability response times performance network monitoring windows based systems
|
|
|
Multiple Interface Watcher
Multiple Interface Watcher, MIW.exe
Version 1.1.0; April2005
Shareware by Carsten Schmidt
If you like this software and continue using it, please buy it. The price
is only 20 Euro. Follow the Paypal link on the webpage
http://software.ccschmidt.de/appreciation.html
Be sure to send your correct email address. It will be used as a user ID
and the registration code will be send to this address.
Please TRY BEFORE YOU BUY. No refunds will be given.
Please report bugs and feature requests to:
Carsten@CCSchmidt.de
How does it work and what does it do?
Generate a file with a list of devices that you want to monitor. Each line
in that file must follow the format given in the example file '
example_devices.txt':
;;;;.
Do not use more than 10 lines.
Start MIW and open your device file. You will see that a number of graphs
have changed their colour, they are now activated with your information.
Click on 'Start polling' to start the monitoring. The
Options
There are two places to change options: either by clicking on 'Show more'
which expands the GUI to show polling intervall and other options or you
select Tools\Options from the menu to change graph behaviour.
All of the options are self explanatory like 'stay on top' and polling intervall.
If not, just try them out.
Keywords: multiple interface watcher miw-exe snmp network monitoring graph utility network utilisation r13
|
|
|
UTC
UTC is a little utility with only two functions: convert a Unix timestamp (seconds since January 1st 1970 to date) to a human readable DateTime format and vice versa. So simple it does not need a help file or further information.
Version 1.1.0, May 2005
- added support for timezones
Version 1.0, February 2005
Freeware with source (226,072 Bytes)
Keywords: converter unix timestamp seconds delphi source code datetime musical files
|
|
|
Interface Traffic Indicator
Interface Traffic Indicator, inftraf.exe
Software by Carsten Schmidt
If you like this software, please consider donating. Follow the Paypal
link or Amazon wishlist at:
http://software.ccschmidt.de/appreciation.html
Please report bugs and feature requests to:
Carsten@CCSchmidt.de
What does it do and how does it work?
Inftraf is a tool that requests IN/OUT octet data (MIB2) from SNMP-capable
network interfaces. You can use this program in a professional network
environment to monitor selected network interfaces (even backplane ports
if the device provides the information) or you can monitor your home network
or cable/modem/ISDN connection to the internet. You can monitor bits/sec,
utilization and accumulated traffic.
Enter IP address and SNMP read community into the fields and click on FIRST
CONTACT. The program will then try to retrieve all interface information of
the device. If successful, this will enable the START POLLING button. Select
a polling interval and an interface and start polling.
Values in graph are calculated and shown as either bits or bytes per second
or utilization in percent. Just select the appropriate graph.
Error messages are shown in the statusbar at the bottom.
Other functions provided:
- Show device information
- Reset all values and graphs
- Options dialog
- Two log variations: normal log also shown in GUI and a debug log that shows
all polling information that was retrieved. Both can be written to files.
Keywords: interface traffic monitoring snmp mib in and out utilization bits-sec bytes-sec nic incoming outgoing optimized implementation
|
|
|
Performance Pinging
Performance Pinging, Perfping.exe
Version 2.0.1; May 2006
How does it work and what does it do?
Perfping is a tool that allows you to ping a host continuously or with a single
ping using different data volumes. This can give you an indication of the
performance of the route to your host. You can change the ping interval from 2
to 30 seconds using various timeouts. The timeout is always smaller than the pinging
interval. Results are written to log window and log file if so chosen.
Unreachable hosts have a value of 0 ms.
The analysis function sends various pings, 10 each of 10 bytes, 100 bytes, 500
bytes, 1 kbytes, 10 kbytes, 50 kybytes and 64 kbytes. The round trip times are
shown with the total and average times.
Comments:
- Errors are written to file and log window but may be shown later than
successfull pings when changing ping intervall and timeout during runtime
- Thanks to François Piette for the internet component suite, Angus Robertson
for the threaded version of Ping and Dr. Jürgen Kehrel for the graph component.
Keywords: performance pinging icmp- availability response times performance destination files
|
|
|
Page 1 out of 2
1
2
|
Copyright (C) 2003-2008 FilesLand.com
|
|