The performance of your web apps has a big bearing on not just your revenue, but also on your brand image and credibility in the digital world. You cannot afford to allow your web app to slow down or even fail when traffic increases and this means, you’ll have to stay on top of its […]
Best New Relic Alternatives for Application Performance Monitoring
Best Datadog Alternatives for Application & Log Monitoring
Finding a DataDog alternative shouldn’t be Difficult – Here’s the Most Popular DataDog Alternatives for Application & Log Monitoring!
Best WiFi Heat Map Software and Tools for Wireless Network Site Surveys
Here’s our Favorite Picks for the Best WiFi Heat Map Software and Tools for Wireless Network Site Surveys – These Tools are [ FREE & PAID! ]
Systems Management Software & Tools for Enterprise-wide Administration & Monitoring
Systems Management Tools and Software help manage Enterprise Wide Infrastructure all Within One Management Console – Here’s our Favorite Tools and Software for this!
11 Best Splunk Alternatives for Log Analysis, Monitoring and Management
Splunk is a Great tool to Log Monitoring, Management and More – But what if you want a Different solution or a Cloud/SaaS based Solution? Here’s our Top Picks for Alternatives!
Top PRTG Alternatives for Network Monitoring & Management
Here’s our Top Picks for PRTG Alternatives for Network Management, Monitoring and Infrastructure Managing!
Best Zabbix Alternatives for Network Monitoring, Management and Bandwidth Analysis!
Zabbix is one of the top tools available today for network monitoring and management. However, it comes with its own shortcomings as well and we’re going to go over some of the top alternatives to Zabbix below, but first lets see some areas we can improve on. Some of the possible shortcomings are: Requires quite […]
Top Nagios Alternatives for Network Monitoring, Management and More!
/ — MonitoringFinding an Alternative to Nagios shouldn’t be difficult and cumbersome – So we came up with a list of the Top Nagios Replacements that will help you get monitoring Quickly!
Solarwinds vs Nagios for Network Monitoring and Management Tasks
Solarwinds and Nagios XI are two SNMP monitoring suites, that offer a wide array of tools and features for making Network Monitoring & Management simple and efficient but there are other Nagios alternatives too. This article will compare the two, and outline performance in key subject areas. The current version of Solarwinds at the time […]
PRTG vs Nagios XI for Network Management & Bandwidth Monitoring
/ — MonitoringWe’ve compared many programs with each other and we noticed that PRTG vs Nagios is a popular comparison that many are looking to breakdown. Here’s our Analysis of the two network monitoring giants.
Zabbix vs Nagios Comparison for Network and Bandwidth Monitoring
/ — MonitoringGenerally speaking, one can break down the life-cycle of a Network into three parts: Design Implementation/Configuration Support/Maintenance Network Monitoring falls under the 3rd part of this life-cycle. It allows you to keep an eye on the devices in your network (routers, switches, servers, applications, etc.) so that you can take appropriate actions in the event […]
Using Ps-watcher to Monitor Processes
Ps-watcher can run ps periodically and match patterns based on the output of ps. You can check for memory usage, number of processes, etc. Let’s grab the program and try to compile: [root@test psw]# ls ps-watcher-1.0.tar.gz [root@test psw]# tar -xzf *.gz [root@test psw]# cd ps* [root@test ps-watcher-1.0]# ls aclocal.m4 configure install-sh mkinstalldirs README touch.pl AUTHORS […]
Using MSInfo
Do check out msinfo32.exe. Virtually everything that you would want to know about the system configuration of a Windows machine will be revealed with this command. Msinfo32.exe is located under /Program Files/Common Files/Microsoft Shared/MSInfo (at least on our system). If you wish to dump the report to a file, use: msinfo32 /report reportname.txt It takes […]
Disabling Performance Counters on Windows
One extremely annoying thing to get alerted about in the Windows application logs are the Perflib errors: The Open Procedure for service “pcAnywhere” in DLL “C:\Program Files\ Symantec\pcAnywhere\PcaPerfCtrs.dll” failed. Performance data for this service will not be available. Status code returned is data DWORD 0. or: The Open Procedure for service “ISAPISearch” in DLL “QPerf.dll” […]
Automated Log Monitoring with LogSentry and a Central Syslog Server
Part One: Installing and Configuring LogSentry by Urbana Der Ga’had If you haven’t automated the monitoring of your system logs, you’re flying blind. By proactively identifying hardware failures, unusual patterns of user behavior, and intrusion attempts, you can often solve problems before they become painful. festering. scars that won’t heal. Oh yes! In Part One […]
A Simple Perl Load Monitoring Script
I wondered how to monitor load on my GNU/Linux boxen. Sure, there are a lot of canned apps out there. But what if I wanted to use Perl? (IUD SIS, you must use Perl, cuz Perl’s the best… Readin’ from my Camel book like you wanted me… script the pain away…) Anyhoo… I wanna use […]
Automated Log Monitoring with LogSentry and a Central Syslog Server II
Part Two: Configuring a Central Syslog Server By Urbana Der Ga’had In Part 1 of this article we installed and configured LogSentry to automate the monitoring of the system logs on our machine. That’s great if we’ve only got one or two systems, but what if we have a dozen *nix systems, or fifty, or […]
Monitoring Windows CPU Performance With Perl
The Win32::PerfLib module is a glorious way to extract performance data from Windows boxen. Check out this site for more information. We used perl 5.6.1. Here is a script that shows how to use this module: use Win32::PerfLib; $processor = 238; $proctime = 6; while (6 ne 9){ if(my $perflib = new Win32::PerfLib(‘srv-48’)){ $proc_ref0 = […]
Monitoring Servers With GKrellM
GKrellM is a GPL’d multi-platform monitoring program. For a Windows port, see Bill’s Software. In this article we will get GKrellM running on 5 different systems and use client/server mode to connect via SSH, and monitor the systems from a centralized console. We are quite excited about this project because it is client/server (now), has […]
Troubleshooting Slowness/Lockups Over a WAN or VPN
One problem with network monitoring is that latency and router performance do not tell the whole story. What you really want to know is if you can transfer data at the application level across the WAN/VPN. This is particularly useful if you are skimping on your connection to your remote offices by using DSL or […]