Monitoring is the act of looking on the processes or systems for performance, supervision and surveillance.

learn more… | top users | synonyms

0
votes
1answer
14 views

monitoring SMS messages' text contents, time information, and location information

I'd appreciate some directions or suggestions. Where must I begin in order to develop an app with the following capabilities: Whenever a user sends/receives a SMS message via any SMS ...
0
votes
1answer
7 views

programmatically get server load information from Apache ServiceMix using JMX

Is it possible to get the server load information of a webserver deployed on a ServiceMix / Fuse ESB. I dont want to use Jconsole but get the information by running a java file and writing the values ...
0
votes
1answer
26 views

How should I go about building my own simple monitoring service for a rails app?

I'm running a small rails application as a side project and would like to have at least some amount of user-monitoring available. I know about new-relic and google analytics but I would like to build ...
0
votes
2answers
20 views

Heatmap - How to add server-side code from within the browser

We use a heatmap at work (it is secure so I can't post it here and I certainly cannot give the url). Now the heatmap is a sigle image, but it is clickable on different segments - There are different ...
0
votes
0answers
17 views

Create a monitoring script from log files

I am creating a linux script that will monitor a specific entry from a log file as follows: I have 1 log file that contains the errors <error_list> that we closely monitor, from a specific file ...
3
votes
2answers
35 views

Monitor file to find which thread is modifying file

I want to find which java thread is modifying file. If anybody know tool or know how we can monitor and get thread name please share. Thanks.
0
votes
1answer
15 views

SSIS performance monitoring using SSRS

I want to know the top slowest packages using SSRS. I don't know in which table I can find the duration of every package. Actually sysssislog stores the start/end time of package components but I ...
-1
votes
1answer
14 views

RabbitMQ 3.0.x issue with monitoring

I have used RabbitMQ 2.8.6 on Ubuntu 11.10 with success quite long time and recently decided to upgrade it up to newest version (3.1.x). I use the custom monitoring for RabbitMQ by using management ...
0
votes
0answers
12 views

Monitoring EAX register under OllyDbg

how can I monitor for example the EAX register under OllyDbg? For example: Program "Notepad" is currently runníng. If I set a condition: If EAX == A5 Then Pause Program "Notepad". How can be this ...
0
votes
0answers
13 views

How do I monitor processes/apps or file locks on Mac OSX?

I'm porting a file encryption app from Windows to Mac OSX. One of its features, is that it lets you open an encrypted file in its source application (say TextEdit), make some changes and then ...
1
vote
1answer
41 views

PHP cURL Header request returning 400 on some servers

I'm trying to test server response from a few client websites using cURL to retrieve only the header, wrapped in a microtime call to calculate full execution time (for server roundtrip), and the HTTP ...
-5
votes
3answers
42 views

How to monitor java webapplication [closed]

I want to monitor java webapplication but don't know how to monitor. What is Jave worker process/thread name that I can monitor via perfmon in window or ps -ef in linux ? How to monitor Java worker ...
-1
votes
0answers
11 views

Is it possible to monitorize printer conected by usb to a remote pc? [closed]

I have been locking for an answer to this question and didnt find anything clear at all. The situation is this. We are trying to monitorize a Brother HL-2130 which is connected by usb to a Windows7 ...
0
votes
1answer
27 views

Linux Process Monitoring Using Statsd and Graphite

I would like to monitor linux processes (log cpu and ram usage statistics and display them graphically over a period of time) using statsd and graphite. I have configured statsd and graphite to run as ...
0
votes
1answer
15 views

VB.NET: To Monitor Disk Usage

I was wondering if disk usage monitoring is programmatically possible in VB.NET? I will be using this to monitor our system clones, there is one point that the clones in the queue will fail because of ...
0
votes
1answer
27 views

Graph showing 1K instead of GB's about Disk's in Ganglia/RRDTool

I'm using Ganglia and RRDTool to show charts in a web page. Everything is fine, but for some machines the graphs about DISK are with some kind of bug. Here is how they look in some machines (both ...
2
votes
2answers
45 views

CPU percent being used by GC using JMX

I am trying to write a program that uses JMX to find the percentage of CPU being used for GC activity by the JVM at that moment of time(or for a small subset of time say 1 sec), similar to what ...
0
votes
0answers
23 views

How do I differentiate between GET & PUT request transaction in New relic, when URL is same?

I am monitoring my web application(CXF, Spring, Hibernate) running on Tomcat 7, using New Relic Java agent 2.18.0. My services has end point URLs such that they are same for GET & PUT request ...
0
votes
0answers
29 views

Monitoring web-app with JAMon

I am a student and very new to monitoring! I started using JAMon on my test web Java app. So I have two questions: I have added a servlet-filter in web.xml, so I can see some pre-defined monitoring ...
1
vote
2answers
72 views

c++ monitoring function without signature

I want to monitor an external program using dll injection I managed to follow this tutorial and it work http://www.codeproject.com/Articles/4118/API-Monitoring-Unleashed Now i want to be able to ...
0
votes
1answer
26 views

python plugin to monitoring linux system

Is there any famous python plugin/library to monitor linux system , such as : Temperature CPU usage Memory Usage Disk Usage Network Usage is there any? thank you very much :D
-2
votes
0answers
56 views

How to crawl facebook status, twitter tweets, forum and blog posts page? [closed]

Me and my friends from college are going to build a spin off of social media monitoring web application that requires big (really big) social media data (like thousands of 'em), per day. We require at ...
0
votes
0answers
6 views

How can I graph percentage using Jrobin RRDs?

I am using RRDs in Java (using JRobin) to plot two event frequencies, "successes" and "failures" per time. This is great -- I can see that I had 100 successes/second, and so on. I'd like to be ...
0
votes
0answers
16 views

Distributed System Monitor and Control [closed]

I have an application that consists of a set of Java and C++ processes running on one or more systems and I need to ability to monitor and control the components as if they were one complete system. ...
0
votes
1answer
31 views

How to get graph value from Zabbix API

I just try to using zabbix API. I following step by step from https://www.zabbix.com/documentation/2.2/manual/api i trying to using get method to get value from graph like bellow : { "jsonrpc": ...
-1
votes
0answers
24 views

Find websites that is visited by a computer in local network [closed]

I own an office that has it's own local network. I want to get website addresses that my employees visited on their computers. Is there any program or way that help me getting these addresses using ...
0
votes
1answer
35 views

Tools for convenient viewing of Tomcat 7 logfiles

Is there any software (except Psi-Probe and Java Melody), which allows to look in the Tomcat files and is more comfortable than cat /var/log/tomcat7/catalina.out | tail | less ? Ideally, it would ...
1
vote
0answers
13 views

Setting up Shinken system monitoring WebUI Part

I am trying to install shinken monitoring system, I could do installation success, but not able to get the UI part (webUI part) of the monitoring system. PLease any one could help
-1
votes
0answers
16 views

Weblogic jms stats equivalent with websphere jms stats

I need to convert a python script for websphere jms monitoring to use with weblogic. For the time being, we use a websphere 6.1 server and we monitor it's JMS with a python script to obtain the stats ...
0
votes
0answers
14 views

Can I compile a single .c file from the Nagios-Plugins package?

I'm wondering if I can compile just a single .c file like check_http.c in de source package of nagios-plugins-1.4.15 in the dir plugins. I'm about to add a piece of code to resolve a problem ...
0
votes
1answer
25 views

Is there a way to send data to server through SSL in collectd with its network plugin or some other plugin?

My motive is to send all the stats recorded by collectd from client machine to the server through SSL encryption. Collectd has a network plugin which perform function of sending stats to the server ...
2
votes
1answer
76 views

newrelic Install for android that does not use ant

I want to install newrelic to monitor my android app. I have successfully integrated the SDK using ant. However, I prefer using a code library rather than linking my code with their .class. The ...
1
vote
1answer
42 views

HTTP requests trace

Are there any tools to trace the exact HTTP requests sent by a program? I have an application which works as a client to a website and facilitates certain tasks (particularly it's a bot which makes ...
0
votes
0answers
41 views

advanced monitoring services for Windows Azure [closed]

Limitation with Azure monitoring services are that they can only create log files. Can't send mail notifications. So I am planing for advanced monitoring services on Windows Azure platform and found ...
-1
votes
1answer
38 views

monitor traffic using port mirroring and wireshark [closed]

We have an edge router facing internet and internal network. I needed to monitor the traffic going in and out, and make a report about which server/host eats most of our bandwidths and possibly detect ...
0
votes
0answers
9 views

restart wdcc job ,batch file going in monitoring

A watch directory is installed on my remote computer. Want to restart a particular job and want to schedule it after 10 mins. The .bat file is working fine but the cmd window is not closing. The ...
0
votes
3answers
66 views

Log Slow Pages Taking Longer Than [n] Seconds In ColdFusion with Details

(ACF9) Unless there's an option I'm missing, the "Log Slow Pages Taking Longer Than [n] Seconds" setting isn't useful for front-controller based sites (e.g., Model-Glue, FW/1, Fusebox, Mach-II, ...
0
votes
0answers
6 views

how to monitor the bugzilla based on useraccess and ipaddress

Do we have any tools or addons to monitor the bugzilla load, based on the user access and ipaddress? I am trying to find, which user are accessing bugzilla frequently and from which ip address.
0
votes
1answer
26 views

Live log monitoring within the application generating the logs

I have an application in .NET that I need to log. I want to log certain events and exceptions. I saw online that log4net was being heavily recommended for this purpose. I set it up to quickly begin ...
0
votes
1answer
36 views

sitescope monitors to include when running loadrunner test

What are the common monitors to include in a sitescope set-up when running loadtests with LoadRunner. I have asked for CPU, Memory and Disk I/O for my Linux instances running JBoss in a cloud based ...
0
votes
0answers
26 views

Simple monitoring of local logs notifications on Ubuntu 12.04 LTS

I am interested in installation and using of simple lightweight tool for monitoring and email notifications for Ubuntu 12.04 LTS. Need to check only few local log-files, in case if daemon find ...
0
votes
0answers
51 views

Test VPN Server Speed

Hi I need to create monitoring system for VPN Server ,and I want to know speed of each VPN Server in periodic time,How can I do it in c# , one idea is to download some file from external server after ...
0
votes
0answers
45 views

Java Monitor logging file

I'm developing a tool to monitor logging files of several application, those applications use either java.logging or Log4j. The appender is always a rolling file appender with the size of the file as ...
0
votes
0answers
28 views

Watching/Polling FTP location

Could anyone suggest an open source library in JAVA to monitor FTP location changes? I'm trying to monitor the changes in FTP location and once the changes are detected, changed files are to be copied ...
0
votes
1answer
31 views

Nagios return status unknow

i install Nagios on CentOS to monitor some servers, and one of them is a TSM server. I download a plugin written in bash when i execute it in command line it works. ...
0
votes
2answers
53 views

Looking for java framework to monitor remote apps

i'm looking for an java monitoring framework, which is able to monitor remote java applications. Let me first explain what we're doing here: My department runs 7 java apps (per host), and these apps ...
0
votes
0answers
57 views

How to monitor file transfer in Windows using Java?

I am writing a utility to check whether a very big file has been completely transferred. From what I found online, I understand that the best way is to have the sender send a bite-sized file to ...
0
votes
1answer
26 views

Nagios service returns null when using -T .cfg in command line

I'm currently learning how to make scripts to create create plugins for the Nagios Framework. We have a script with a .cfg file for some default options. So we've added a service and defined a ...
0
votes
1answer
74 views

Best way to count number of users in a Java EE web App

What is the best way/pattern for counting the number of active users using a particular java EE JSF web app? The two ways I know is HttpSessionListener and using JMX web beans, if there is a third ...
0
votes
1answer
48 views

IIS 7 Monitoring tool with email notifications [closed]

I'm looking for a good tool that monitors the IIS performance, with the ability to detect response time for posts in a specific application and to notify by mail if it is greater than a given ...

1 2 3 4 5 27