Main > Free Download Search >

ping trial software / shareware for linux

ping

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9
InterMapper 4.6

InterMapper 4.6


InterMapper monitors everything on your network, alerting you if problems arise. more>>
InterMapper project monitors everything on your network, alerting you if problems arise.

With InterMapper, youll see your network like never before. Live maps give a visual, real-time view of traffic flows through and between network elements and links. Status Windows and Strip Charts provide easy access to critical network data (traffic, errors, utilization and outage information) simplifying problem diagnosis and device maintenance.

InterMapper shows you potential network problems -- often before users and customers suffer downtime or poor performance. SNMP and ping probes discover and query elements across your distributed network - whether it spans several rooms, a building, an office park, or distributed locations. Synthetic transactions test critical applications and alert you to email, web, or directory server problems.

Whats New in This Release:

InterMapper can now use an LDAP, Active Directory, Open Directory, or Radius server to authenticate users. Updated probes (Xserve RAID; Cisco IP SLA); VLAN information in Interfaces window; shared polling feature; autolayout of devices
<<less
Download (MB)
Added: 2007-07-31 License: Shareware Price: $495
820 downloads
Automize for Linux 8.02

Automize for Linux 8.02


Task scheduler and automation software for Linux. more>> Run 1000+ tasks a day. Easy to use.This task scheduling and automation software can automate a variety of tasks, including FTP, SFTP transfers, FTP monitoring, Web downloads, Web site monitoring, e-mail checking and sending, Telnet, ping, database SQL, advanced zip, unzip, copy, synchronize folders, and directory and file monitoring.
In addition, the chaining feature can run tasks in sequence or conditionally depending on exit codes. Additional features include email notifications on task failure, FTP browsing, ZIP file viewer, extensive logging, remote task control and more. It supports dynamic variables to achieve advanced automation tasks. Email notification profiles based on exit code can be set for tasks.
Schedules can be synchronized to allow or prvent overlapping schedules. Dynamic variables allow for advanced automation solutions. Number of commandline utilities are available to remotely and programmatically control tasks and the scheduler. The program is written in Java and therefore cross-platform compatible.
<<less
Download (25.5MB)
Added: 2009-04-11 License: Shareware Price: $179.95
195 downloads
AIOCP 1.3.018

AIOCP 1.3.018


AIOCP is a Content Management System. more>>
AIOCP short from All In One Control Panel is a Content Management System (CMS), a professional all-inclusive solution to completely manage a Web site or portal through a user-friendly Web-interface.
AIOCP is also a framework for Web application developement and includes e-commerce and e-business modules. It includes all basic and extra modules: CMS, WYSIWYG editor, languages, users, menus, forums, news, newsletter, links, downloads, reviews, awards, chat, polls, calendar, banners, search engine, statistics, online help, system tools, shell, backup, MIME, whois, ping, traceroute, MySQL database management, transcoding, custom modules, code libraries, images, and sounds.
Enhancements:
- TCPDF and fonts were updated.
<<less
Download (11.7MB)
Added: 2007-07-30 License: Other/Proprietary License with Free Trial Price: $120
849 downloads
Automize 7.16

Automize 7.16


Automize is the leader in cross-platform automation and task scheduler software. more>>
Automize project is the leader in cross-platform automation and task scheduler software.
Main features:
- Automate and execute tasks, as well as other software programs and applications. No programming or script knowledge is required.
- Email Notification for all tasks, based on task exit code.
- Support Dynamic variables for most tasks. Most tasks also generate variables which can be used in other tasks. Create advanced automation solutions using our Automize tasks in conjunction with variables, directory/file monitors and our task chaining system.
- Command and Windows Command tasks can run your batch files, scripts or executable programs. It can also terminate them or obtain their exit codes for use in other Automize tasks.
- Chain Task Integrator includes Commands, database sql, check email, Ftp, Web downloads, send email, url spider downloads and monitors, telnet, ping, copy, print files etc.. Run multiple programs, commands, ftp, email, web downloads etc.. in sequence with options depending on Exit codes.
- Automate FTP to/from an intranet or internet server. Schedule ftp of files between your PC and the server; and automatically rename the files based on current month, day or time if needed. Ftp supports wildcards (*). Transfer multiple files at once. Supports Ftp logging and can be used as an Ftp daemon.
- Schedule downloads of your favorite sports, weather, news or entertainment web page from the internet. You can automate downloads to a local filename based on the current month, day, or time for archiving. Web downloads supports Proxy Authorization for people behind proxy servers.
- Monitor websites for updates. Downloads web page that has been modified.
- Check email and download email with attachments. Only the messages that meet the user set subject, date or sender conditions are downloaded.
- Schedule email messages with attachments to multiple recipients.
- Database SQL. Automatically send sql statements to databases. Monitor a database table for changes
- Telnet can be automated. Replay your Telnet commands on a schedule. The Advanced Telnet task can wait for your commands to finish (by detecting the telnet prompt) before sending the next telnet command.
- Ping a server to check if it is working. Maintains uptime statistics for your server.
- Automate programs, tasks or batch files with command line arguments. Launch a schedule program and pass command line arguments and start/working directory information to it.
- Zip files and directories using wildcards on a schedule. Can append date/time to filename for archive purposes.
- Copy files and directories using wildcards on a schedule. Can append date/time to filename for archive purposes.
- Automate Microsoft Office products: Schedule a MS Access, Excel, MS Word, PowerPoint macro or other commandline startup switch. You can also schedule an Access macro and compact or repair the database.
- Print document files or delete files on a schedule
- Monitor directory tree for changes
- Alarms, message reminders
Version restrictions:
- 30 day trial
<<less
Download (24.5MB)
Added: 2006-10-30 License: Shareware Price: $129
1089 downloads
Zoidcom 0.6.7

Zoidcom 0.6.7


Zoidcom network library is a high-level, UDP based networking library providing features for automatic replication of gameobject more>>
Zoidcom is a network library, UDP based networking library providing features for automatic replication of gameobjects and synchronization of their states over a network connection in a highly bandwidth efficient manner.
This is achieved by multiplexing and demultiplexing object information from and into bitstreams, which make it easily possible to avoid sending redundant data. Bools only take one single bit, integers and floats are stripped down to as many bits as needed.
A great deal of the tedious work that appears when attempting to develop an efficient network protocol is handled by Zoidcom, e.g. deciding when to send which data to which client, how to get it efficiently and reliably through the line, what to do when data gets lost and a lot more.
Main features:
Easy And Flexible
- simple and straightforward C++ API
- no additional build steps needed
- custom memory management
Connectivity
- fast, UDP based networking protocol using bitstreams - very little control data overhead
- NAT friendly - the whole system can operate on one single UDP port
- maximize the header/payload ratio by sending fewer big packets instead of lots of small ones
- dynamic bandwidth distribution & limitation
Advanced Object Replication - Make best use of the available bandwidth
- delegate ownership of objects to arbitrary clients (e.g. for AI processing or player control)
- adjustable object priorities
- adjustable object relevance per client (e.g. field of view)
- object subscription groups (e.g. for different, distinct game areas)
Object Events - Easy as communication can become
- direct communication between authority and (groups of) replicated object(s)
- no need to pass around object messages throughout your whole application
- full control - intercept object events for debugging, monitoring and cheatprotection
- object based file transfer - transmit files easily in the background of a running session - the higher the objects priority, the faster the transfer will complete
Automatic Object State Synchronization
- synchronize bools, ints, floats and strings
- interpolate ints and floats
- only send data that really changed
- full control
- minimum and maximum update frequency for each single data item
- intercept, manipulate and prevent data updates for debugging, monitoring and cheatprotection
- efficient
- adjust the amount of relevant bits per replicated item
- default values to avoid transmission of redundant data
- interpolation with adjustable interpolation strength or totally custom interpolation
Useful Utilities
- asynchronous hostname resolution
- accurate ping measurement
- LAN session discovery
- quickrequest feature - talk to a remote host without creating a full connection
- connection grouping
- extensive connection statistics
Enhancements:
- This release adds a method for defining the default relevance of an object to all connections.
<<less
Download (1.5MB)
Added: 2007-03-29 License: Other/Proprietary License with Free Trial Price:
939 downloads
Atrise PHP Script Debugger 3.0.1

Atrise PHP Script Debugger 3.0.1


Atrise PHP Script Debugger is a debug script for your PHP projects. It can help you to show PHP variables, debug string output, script execution time, the page source and other information that helps you in your PHP development. Features: * Handy output with debug points with floating tooltips; * Shows PHP variables, objects and arrays; * Shows your debug messages; * Shows script execution time and time delta; * HTML output highlighting. more>>

Atrise PHP Script Debugger - Atrise PHP Script Debugger is an online debug script for your PHP projects. It can help you to show PHP variables, debug string output, script execution time, the page source and other information that helps you in your PHP development.

Features of the PHP Debugger:

Handy output with debug points with floating tooltips;

Shows PHP variables, objects and arrays;

Shows your debug messages;

Shows script execution time and time delta;

HTML output highlighted view;

Online tools like HTML, CSS validate, ping, whois etc.

Simply place a few files to your PHP project to begin.


Enhancements:
Version 3.0.1

Preventing of indexing PSD links from search engines and robots using Javascript


Version 3.0.0

The script is fully rewritten;


Version 2.1.0

Support of PHP objects;


System Requirements:PHP 4,5
<<less
Download (15Kb)
Added: 2008-11-30 License: Shareware Price: $19.99
66 downloads
VisualPulse 5.2c

VisualPulse 5.2c


VisualPulse continuously gathers and summarizes IP response time and availability data at regular intervals. more>>
VisualPulse continuously gathers and summarizes IP response time and availability data at regular intervals, providing summary and detail views of network devices and services.
Ensure your network devices and services are available
Make sure your network services are up and running 24x7
VisualPulse continually monitors your network devices, routers, web pages and application ports, and alerts you to any potential problems.
Easy implementation, no fuss administration
With VisualPulse, you can start monitoring your critical devices within minutes and see immediate results. And the user-friendly web interface provides easy access with simplified administration.
Only pay for what you need
Whether you are a small business looking to monitor your entire network, or a large corporation looking to monitor individual business unit networks, VisualPulse provides effective network management at a budget-friendly price. And with VisualPulses tiered licensing, you only pay for the number of devices you want to monitor.
Main features:
- Web-based reports and administration
- Automated notification of excessive latency or system outage
- Real-time and historical reporting
- Standardized and customizable reporting
- Automated traceroute logging on alert conditions
- NEW! Effectively monitors ARP (Address Resolution Protocol) networks
Version restrictions:
- 15 days trial
Enhancements:
- Add or delete multiple hosts to be monitored
- Improved SMTP mail support
- Improved reporting of alarms
- Improved ARP network monitoring by supporting the configuration of two pings per device.
<<less
Download (0.96MB)
Added: 2006-02-09 License: Other/Proprietary License with Free Trial Price: $295
1991 downloads
VisualRoute 2006 11.1a

VisualRoute 2006 11.1a


VisualRoute helps determine if a connectivity problem is due to an ISP. more>>
VisualRoute helps determine if a connectivity problem is due to an ISP, the Internet, or the web site you -- or your customers -- are trying to reach, and pinpoints the network where a problem occurs.
VisualRoute 2005 is available in five specialized editions, enabling on-demand connectivity analysis from a single computer, a remote server, a remote customer desktop or multiple points on a global network.
All editions include integrated traceroute, ping tests, reverse DNS and Whois lookups, and display the actual route of connections and IP locations on a global map.
Main features:
- Analyzes Internet/Intranet connectivity
- Locates the source of poor network response time (latency)
- Answers the question: Why can?t I reach a website?
- Locates poor connection quality (packet loss) and identifies the ISP responsible
- Answers the question: Is the slow performance due to my ISP or a problem on the Internet?
Enhancements:
- This update adds JavaScript support for the Server NOC and Server Pro editions.
<<less
Download (3.0MB)
Added: 2007-06-13 License: Shareware Price: $49
864 downloads
VisualRoute 2009 13.1c

VisualRoute 2009 13.1c


VisualRoute 2009 is a perfect and useful software which helps you determine if a connectivity problem is due to an ISP, the Internet, or the web site you - or your customers - are trying to reach, and pinpoints the network where a problem occurs. more>>

VisualRoute 2009 13.1c is a perfect and useful software which helps you determine if a connectivity problem is due to an ISP, the Internet, or the web site you - or your customers - are trying to reach, and pinpoints the network where a problem occurs.

It is available in five specialized editions, enabling on-demand connectivity analysis from a single computer, a remote server, a remote customer desktop or multiple points on a global network. All editions include integrated traceroute, ping tests, reverse DNS and Who is lookups, and display the actual route of connections and IP locations on a global map.

Major Features:

  1. Analyzes Internet/Intranet connectivity
  2. Locates the source of poor network response time (latency)
  3. Answers the question: Why can't I reach a website?
  4. Locates poor connection quality (packet loss) and identifies the ISP responsible
  5. Answers the question: Is the slow performance due to my ISP or a problem on the Internet?

Enhancements:

  • Windows service support (Business, SupportPro editions)
  • Copy/paste added for Host/URL entry
  • Fixed last hop naming bug
<<less
Added: 2009-05-22 License: Shareware Price: USD49.95
42372 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1