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

learn more… | top users | synonyms

0
votes
0answers
10 views

NewRelic alternative for ARM (PHP and server monitoring)

I love New Relic but unfortunately they do not support ARM. Are there any similar services that do support ARM? PHP application monitoring required and also server monitoring preferred.
0
votes
0answers
8 views

Node JS Port/Service Monitor on Local Box

Is it possible to monitor local services or used ports on the local server that my Node JS application is running on? I want to create a status page but my app relies on multiple 3rd party ...
0
votes
1answer
24 views

JMX vs VisualVM?

I read couple of links about JMX and VisualVM, but still have a couple of questions around them. As per my understanding, JMX & VisualVM are 2 different JVM monitoring tools. In-addition, JMX has ...
0
votes
0answers
21 views

Keeping a Ruby Service running on Elastic Beanstalk

I have been looking for a while now on setting up worker nodes in a cloud native application. I plan to have an autoscaling group of worker nodes pulling jobs from a queue, nothing special there. I ...
0
votes
1answer
25 views

Monitoring timers in a windows service

I have the following code in my windows service var timeToWait = TimeSpan.FromSeconds(20); var interval = TimeSpan.FromMinutes(5); var t = new Timer((s) => { ...
-1
votes
1answer
10 views

Need suggestion on monitoring tool [closed]

I need to manage/monitor couple of pc's (which include servers and laptops) , internet links/telecom devices ( if possible) and need to generate reports/graphs/charts out of their uptime, usage, ...
0
votes
1answer
43 views

Counting occurrences of specific events in CUDA kernels

Problem I am trying to find the best way to count how many times my program ends up in some specific branches of my CUDA kernels. The idea is that some events should nearly never happen, but since ...
0
votes
0answers
9 views

Mysql slow.log with noindex, but without tmp_tables

Is it possible to change anything in config to logging in slow log queries without index use, but not in the temporary tables. I have a lot enough subquerys, so it creating anytime temporary table, ...
0
votes
1answer
52 views

Registering all exeptions from rails app

I have in some applications a custom library that gathers sensitive information. This information comes from various sites, like: twitter, facebook, governamental blogs, college sites and common ...
0
votes
1answer
12 views

MongoDB Monitoring Service Authentication

I have a sharded cluster of mongodb, 2 shards, each shard is a 3 server replica set. all servers are in a aws-vpc and with keyFile without auth option, only the mongos server have an ip and external ...
0
votes
0answers
7 views

Any service/script that can check multiple URLs that support CSV upload?

I have roughly a rotating 50-150 URLS that I need to check if they are up/down . I have these URLS on a spreadsheet and can export via CSV. Is there any service (website uptime checker) or script out ...
-1
votes
0answers
13 views

Is it possible to make a program that monitors a chat? [closed]

On twitch.tv for example? I have been wondering for a while if it's possible to make a piece of software, that logs all comments made in a chat like that?
0
votes
0answers
8 views

File monitoring software strategies [closed]

I was wondering what is the typical way in which file monitoring is done on both linux and windows, I would like to have something watch a few select files and act on those as soon as they are ...
0
votes
2answers
12 views

Reading the last changes of a text file after FileSystemWatcher detects change

Relating to my earlier post: Smartest way to monitor log-files in realtime? I want a FileSystemWatcher to detect changes of a text file (logfile) and afterwards I want it to show me the latest ...
0
votes
0answers
17 views

bandwidth monitoring with MRTG, no dat from switch stacks

I'm trying to set up a monitoring system and have been asked to add all of our uplinks in it. most of our switches consists of stacks of about 7 switches. These stacks aren't returning any data. I ...
0
votes
1answer
30 views

Change the storage-directory of javamelody

I need to monitor java application and I am using javamelody. But the problem is, I have to get the data that javamelody has so I can show it in another screen. I know that javamelody store its rdd ...
0
votes
1answer
17 views

Tiny tiny rss monit

Help! I want to set up a monitoring service on my Debian server, that will monitor and start wen needed the updater for tiny tiny rss. The problem is that it is a php foreground process normally run ...
0
votes
0answers
9 views

When to restart Sensu

When must the sensu-client be restarted? I've noticed that I can just restart the sensu-api and sensu-server and new checks that I add seem to work. Do I need to restart clients like the doc says?
1
vote
0answers
24 views

storm ui shows internal server error when started with Supervisor tool.

I have installed supervisor to monitor Storm daemons. I am able to restart, stop, start etc. using the supevisorctl executable file. But, when I check the storm ui (ip:8080), it shows internal server ...
0
votes
0answers
22 views

Monitor all NFC activity in Android

Is it possible to monitor/capture all of the NFC activity which occurs in an Android device for a set period of time? Specifically, I want to be able to see all of the data which is being sent to and ...
0
votes
0answers
23 views

A website and robots.txt monitoring service? [closed]

Recently I witnessed a case where a robots.txt file had been changed to disallow all bots for an entire website. It took a while before anyone noticed and I thought it ought to be possible for a ...
0
votes
1answer
36 views

WMI __InstanceModificationEvent filtering

We are designing a monitoring solution for our system, and we're looking into WMI as a possible option. In short, we want to create a generic system where it shall be possible to subscribe to ...
0
votes
0answers
22 views

Nsclient: How can i display Windows HDD health on Nagios

i want to monitor hard-drive's health of my windows server, for this i have installed Smarttools(smartmontools-6.1-2.win32-setup.exe). My question is, how can i display commands output on ...
0
votes
0answers
3 views

How can I locate a process that manipulates files programmatically (windows)?

I have a vendor application that has data files that occasionally become corrupted. The vendor believes there is software/malware on the machines we have had problems with and I am trying to prove or ...
0
votes
1answer
43 views

How to monitor a process in Linux CPU, Memory and time

Please, how can benchmark a process in Linux? I need something like "top" and "time" put together for a particular process name (it is a multiprocess program so many PIDS will be given)? Moreover I ...
0
votes
2answers
46 views

How to monitor changes in a website?

So I've been working on this for a month but I found nothing on the net so I though that it might be possible to check changes in websites source code every minute but it seems it's source code is ...
0
votes
0answers
48 views

Are there any alternatives to jvmtop?

I'm currently evaluating java monitoring tools. And I'm especially searching for command-line utilities which can be used for monitoring java processes (heap, GC amount etc) to be able to post-process ...
0
votes
0answers
24 views

java monitoring: Overhead of jconsole?

I'm evaluating several java monitoring tools and I'd like to know what's the overhead when using jconsole (the main window) to monitor a process? How much resources (CPU/memory) does it cost on the ...
-3
votes
1answer
27 views

Email alert from stackoverflow [closed]

Does stackoverflow sends me an email alert when an answer posted to my question?
0
votes
0answers
12 views

Realtime Monitoring Restful Services - which require signature and Auth

what is a good solution to monitor Restful Services. I have nagios implementation for monitoring Infrastucture and pingdom to monitor websites. I need a solution to monitor restful service. We can ...
0
votes
1answer
28 views

Appharbor: How can I monitor ASP.NET MVC server load and performance without access to IIS log files

I need to monitor the load and performance on my ASP.NET MVC web service application. The application is hosted on AppHarbor and behind a load balancer. Currently just running 2 web workers. Some ...
0
votes
0answers
15 views

Glassfish V3.x monitoring / REST or JMX or both?

I have a question regarding Glassfish V3.x monitoring. It seems that not all information is available through MBeans anymore and one has to use the REST interface instead - is it correct? ...
0
votes
0answers
26 views

Aggregate performance metric frameworks for .NET?

I have an ASP.NET web app scaled across a few servers along with several Windows services. I have logging in place on all of these using NLog and would like to take the next step towards a cohesive ...
0
votes
1answer
24 views

What does the AWS CloudWatch metric RequestCount mean?

I'm trying to figure out the meaning of the AWS CloudWatch metric RequestCount. The only documentation I can find says The number of requests handled by the load balancer, which is remarkably ...
0
votes
2answers
65 views

Error while zabbix installation

Below are the steps i folowed while zabbix installation: tar -zxf zabbix-1.8.tar.gz Create the Zabbix database in mysql yum install iksemel-devel yum install net-snmp-devel ./configure ...
0
votes
0answers
19 views

are there advanced HTTP query parameters for JMX proxy tomcat servlet

The apache tomcat doc briefly explains how to query JMX via HTTP: http://webserver/manager/jmxproxy/?qry=STUFF Where STUFF is a series of encoded field=value statements separated by , (=AND) and ...
-2
votes
0answers
22 views

Which open source softwares can I use to build a thousand nodes private or public cloud storage? [closed]

I am new in cloud storage area. For the monent, I m searching the newest and the best open source software to build my own Cloud storage service, I already have a good NAS system based on GlusterFS. ...
-5
votes
0answers
71 views

C# USB eletrical current monitoring [closed]

I consider myself to me an intermediate level programmer, I've searched everywhere for some literature on this, but I am looking for a way to monitor the amount of electrical feedback from an ...
1
vote
2answers
67 views

Jboss as7 monitoring HTTP Listener Threads

I want to monitor HTTP Listener Threads at jboss as 7. How can I do this? Are there any MBeans, witch allows to do this? Web subsystem contains only general information but I want to monitor: ...
0
votes
0answers
33 views

Monitor user executed applications outside Window C#

I am trying to make something similar to a windows task manager which only monitors applications executed by the user. Currently I Have the following code hooked to a mouse click but get errors when ...
5
votes
3answers
73 views

Best way to check if a service has hung

I have a question about how best to check if a service is still running. First a bit of clarification. The service I have is a C# application which can either be run from the command line or can be ...
1
vote
0answers
29 views

Not able to connect to Remote JMX from visualVM

I am trying to connect to JMX running on Linux machine from the visualVM running on windows machine. I am using following settings for visualVM. java -server -Dcom.sun.management.jmxremote ...
-2
votes
0answers
20 views

Difference between Dynatrace & Splunk?

Please can anyone provide the features and difference of "Dynatrace" & "Splunk" ?
0
votes
0answers
41 views

Measuring Thread I/O in Java

I want to be able to measure thread I/O through code on my live/running application. So far the best (and only) solution I found is this one which requires me to hook directly into windows' ...
0
votes
1answer
27 views

Stats of elements with a prefix in Redis

I'm using Redis for several things in my Rails app, each with their own prefix. I run Resque (all of resque's stuff is prefixed with resque: We use it as the backing for Rails.cache (I prefix my ...
0
votes
1answer
26 views

App to monitor WinServices

I have a couple of WinServices that run some functionality (not apps) through using timers. I need to create an application that should monitor the activity of those services - start/pause, view ...
1
vote
2answers
36 views

Site healthcheck/statistics servlet

I'm trying to find a simple library, which would implement a servlet that collects all available system/JVM/memory/threads statistics and shows them in a simple HTML (or plain-text) web page. The only ...
0
votes
1answer
58 views

Best way to monitor Azure Worker Role diagnostics?

I've got a Worker Role running in azure. I'm using the standard Trace diagnostics, which i can see using the Server Explorer in Visual Studio. However, it's very difficult to wade through, very ...
1
vote
0answers
12 views

Monitor bandwidth usage per user in linux [migrated]

I have "chrooted" my users in my Ubuntu Server and I need to monitor their bandwidth usage. Since they can access to a FTP, a SSH and a website runned by a chrooted PHP-FPM, I need to monitor all ...
0
votes
1answer
17 views

How to (or should I) monitor or ensure running of a monitoring software?

I'm writing a system/service monitoring software, and my primary goal is to make it as failsafe as possible. Right now, I have a binary script which starts the master process, which forks off ...

1 2 3 4 5 28