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

learn more… | top users | synonyms

2
votes
1answer
65 views

Java dining philosophers monitors

I have a problem in my Java code that should simulate dining pholosophers problem, which is described here: http://en.wikipedia.org/wiki/Dining_philosophers_problem I want to output the current state ...
-1
votes
2answers
46 views

Monitor text file for changes in Java

I am trying to monitor a text file for a change in the one line of text it contains. The file is constantly being deleted and created with the same name and path but the content rarely changes. I am ...
0
votes
0answers
16 views

Know which program creates a file at startup

I'd like to know which process creates a file at startup in Linux, for example in /tmp. Every time I boot Ubuntu I find a file in /tmp even though I delete it each time. I haven't found out how to ...
2
votes
0answers
32 views
+100

Creating a virtual monitor/virtual display device

I'm trying to create a "virtual monitor" in Windows (XP & newer). For example, let's say my desktop looks like this: I want to add a monitor virtually so it looks like this without any change ...
1
vote
0answers
42 views

Android Java - Phone as second screen [closed]

I am looking for a simple app that turns my phone into a second screen. I looked on PlayStore and tried out all the apps (iDisplay, SplashTop, ScreenSlider, Air Display, and many more) but none of ...
-2
votes
0answers
7 views

Kubunutu desktop is too wide after an unpluging second monitor [closed]

I have problem with KDE desktop on Kubuntu. I added monitor to my notebook as a second monitor.This monitor expanded my desktop. After I was unplug the monitor, but desktop is still wide. If I go with ...
0
votes
1answer
28 views

Java Monitors: Does having a Java monitor with Synchronised Methods Avoid Deadlocks?

Basically, if I have lots of synchronised methods in a monitor. Will this effectively avoid deadlocks?
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
0
votes
0answers
17 views

is there any Goole App Engine released API gathering information about applicaiton runtime performance shown in dashbord

I am trying a secondary developement based on google app engine released APIs. Now I want to fetch some information about application runtime performance in the code, for example, the QPS of each ...
0
votes
1answer
34 views

Constantly look for file, when file exist, run command

I need a vbscript that monitors a folder for a specific file, when file is found it needs to execute a command then delete that file but continue to monitor the folder again for the same file incase ...
1
vote
0answers
31 views

determining internet speed in android

I am developing an android video-streaming application where I must detect internet speed to adjust my stream quality according to that speed. I've searched in the net about how to detect internet ...
0
votes
0answers
6 views

Color Swap Monitor [closed]

I want to select a particular color and change it to another color through the monitor alone. In other words, a way to tell my GPU and monitor to display colors differently. So instead of showing ...
0
votes
0answers
26 views

MAC OS X - Mountain Lion - After power saving resolution not maintained [closed]

I have this really crazy problem with Mac OS X 10.8.x, It seems when the notebook goes into display sleep mode (IE monitors switch off) and I return to use it 7 of of 10 times the resolution on my ...
0
votes
1answer
25 views

monitor and mutex synchronization in c

I will implement merge sort using mutexes and monitors in C but I couldn't find a good source. How can I implement mutex and monitor in C. I am using Linux(Ubuntu).
1
vote
3answers
35 views

Java Monitors - Do synchronised methods prevent any other thread being IN that object?

Does the following mean that only ONE thread can be in ANY method of the object? Or can a multiple threads be in DIFFERENT methods just not the same one? Why? public class SynchronizedCounter { ...
-1
votes
0answers
18 views

Ubuntu 10.04 Brightness stuck at 0 on my hp Laptop.. How to change [closed]

I am Running Ubuntu 10.04 LTE on HP DV2000 Series Laptop. It was working good till last night. But today when I restarted it, I couldn't see a thing. It was all black screen, I can hear the harddisk ...
0
votes
1answer
43 views

How to properly monitor and log Android OS events/activity in the background

I would like to know the correct way to monitor system events and operating system activity in Android. My research so far indicates there are various methods for running Activities, Services, ...
-1
votes
0answers
19 views

How to display the boot screen notebook on a monitor? [closed]

The monitor of my notebook is broken and I want to install Arch-Linux on it. I get no problem to display the windows screen on an external monitor, but he does not project the initial screen where we ...
1
vote
2answers
33 views

Is it ok to use the text on a button to determine current state?

I have been using the text to determine the button state and want to know if it is generally accepted ? I have a datagrid view with a list of items and a "Done" Button. When the user clicks the done ...
1
vote
0answers
17 views

Is ther a tool for monitoring WCF queues?

Is there any tool for monitoring incoming and outgoing calls from a WCF service? I do not mean MSMQ, I mean queued calls that the service is not able to handle cause of it is busy. Some profile for ...
0
votes
3answers
61 views

Monitoring using java Thread

I want to monitor servers(tomcat) running or not at regular interval.I'm doing this as stand alone application.I want to call the server monitor program at regular interval(every 30 min )...How to do ...
0
votes
1answer
42 views

Windows running processes list perl

I’m looking for the most standard way to get a list of running processes (and services) on a Windows machine. It’s important not to use « modern » stuff because I’ll deploy that program on old ...
0
votes
2answers
93 views

How can you create multiple image buttons and have them work on all monitor resolutions?

Okay, so this is what I currently have for my webpage: j sfiddle(dot)net/gTF9y/4/ Which is just one single image, with css code that makes it so that one image adjusts to different monitor ...
0
votes
1answer
48 views

Communicating with Windows7 Display API

I have yet failed to find a decent(ANYTHING really) pinvoke wrapper around new win7 CCD api. The api can be found itself from here: ...
2
votes
1answer
67 views

Vaadin 6 : Window.open(FileResource) ; how do I monitor download ?

I am building a Portlet using Vaadin 6. In the portlet I let the end user download the result of the searches/operations he's done. What I am doing here is generate, on the flight, a zip file for ...
0
votes
1answer
33 views

How to ensure a process is running in Ruby

I call a ffmpeg command in rails to grep a stream and push it to Wowza so that a apple device can see it also, the command is something like this Thread.new do `/usr/local/bin/ffmpeg -re -i ...
-4
votes
1answer
78 views

Change Screen Resolution of Secondary Monitor in C++

I was wondering if someone could help me change the screen resolution of the secondary monitor using C++ on Windows 7. I understand this is not much information so if you need more just comment and ...
0
votes
1answer
64 views

Firefox 22 Monitor HTTP traffic in extension

I am currently trying to write a simple Firefox addon for monitoring http traffic. I searched around a lot and also found some things, but everything was related to Firefox 3.6 and I do not know how ...
0
votes
0answers
52 views

Read write multithread poolthread return [closed]

I'm trying to create a data server, that will read and write files using a threadpool and using a list of locks for each filepath. Problem Solved.
0
votes
1answer
48 views

Monitoring the execution of all process

How I can do it? I don't want to use a timer + an array of processes (because that's the newbie way that I allways did) I'm looking for something better and improved. I've tried using ...
0
votes
1answer
41 views

How does Monitor Synchronisation work?

So I'm reading about synchronisation and have come across Monitors, but can't seem to grasp how they work. I see the general layout is something in the format of the following with what I can see as ...
0
votes
0answers
50 views

In a C# Windows Forms Application, how do I hide a form when a particular process starts?

I am writing a program that launches an installer called install.exe. This file (installer.exe) launches another process called MSDE_SP.exe. I need to display a form all the way up until MSDE_SP ...
0
votes
0answers
13 views

How to monitor Hosted Exchange strange login activities?

One of my customer whould like to have sms on each strange login activity to there hosted exchange email. Like facebook have for there login system. Each time new device tries to login they send email ...
0
votes
0answers
23 views

Duplicate values and SQL monitor

I'm new to SQL, I need to know if theres any chance to a table content duplicates if there's simultaneous access to the server (not to the specific table). and if it will duplicated if there are ...
0
votes
1answer
32 views

Screen Resolution is reduced and cannot be reverted

I have a laptop(Sony Vaio VPCSA9e) (OS: Windows 7) and a monitor (LG W1945S). I used to connect the monitor to my laptop in 1440X900 screen resolution without any problem. (I connect it via VGA ...
0
votes
0answers
36 views

How do I monitor serial port data of another application using .NET?

We have an existing third party application which sends data on the serial port continuously to an external device. The application sends certain patterns of data which I need to look for, and if I ...
0
votes
0answers
44 views

How to get xcode instruments logging for a duration

I could log a csv file from Xcode - > Instruments -> Activity Monitor -> Instrument - > 'Export Track for ...'. It creates the log file for the current instant only. I need to get the CPU % usage ...
0
votes
2answers
94 views

iOS Background Mode

I have a question about running an app in the background. I know about how to do it, but Apple does not like the way I'm doing it. To get you on the same page, I have a security app, and I need to it ...
1
vote
0answers
35 views

How to get the memory usage of Python object without importing any third party libraries like hpy or PySizer?

I'm writing Python test cases for testing a COM written in C++. Currently I re-write a recursion function of the COM to non-recursion in order to avoid the call stack overflow. Then I need to write a ...
0
votes
3answers
126 views

How to install forever-monitor module using npm in ubuntu

In my application i want to restart my node js server programmatically.For that i need to install forever-monitor while installing that module using npm im getting error as "No compatible version ...
0
votes
1answer
32 views

Does firebug (and Chrome's network monitor) monitor a java applet's http POSTs/GETs?

Does firebug (and Chrome's network monitor) monitor a java applet's http posts?
-1
votes
2answers
22 views

Stop Monitoring registry [closed]

I have written a Visual Basic.net application that saves registration information to the registry. I gather that there are certain tools that can monitor changes made to the registry. Is there some ...
0
votes
1answer
83 views

Monitor HornetQ

I'm developing a server which uses HornetQ for messaging. I was wondering if there's a utility (whether it a stand alone app or IDE integrated tool) that can I use in to monitor the queue content in ...
0
votes
0answers
42 views

pairing established connection with application

I am trying to create simple "watchdog" as a school project. I've started with monitoring background calls, sms. Now I want to do something with network connections. I am able to list connections, but ...
0
votes
1answer
67 views

libudev monitoring returns NULL pointer on Raspbian

I'm trying to port an application that was running before on an Ubuntu system to the Raspberry Pi, using Raspbian. The application should detect new USB flash drives. This is how the udev monitoring ...
2
votes
1answer
88 views

Screen resolution of visitor

I need to get the screen resolution of your visitors on the site. Is it possible to do this in ASP.NET? I get the screen resolution using the code: var mn = ...
2
votes
2answers
255 views

NodeJS and Forever (monitoring and restarting app)

I'm trying to setup forever and NodeJS to monitor&restart my app and also keep it running when exits. Currently I have this: var forever = require("forever-monitor"); var child = ...
0
votes
1answer
29 views

Process Performance Monitor [closed]

I am looking for a tool that can attach itself to any process in windows and monitor its performance such as CPU utilization, Memory Utilization, IO reads/writes and either generate a csv file with ...
0
votes
0answers
71 views

Real-time server/website connection monitoring tool like Google Analytics? [closed]

I'm wondering if there are any (preferably web-based, open-source) tools for monitoring connections to your server the way Google Analytics shows? More specifically the way Google shows the world map ...
0
votes
4answers
145 views

Java: Get a list of new files from a directory

I need a java program that on demands returns a list of newly added files to a directory. My definition of new file is the one which was not there at last checkup/scanning of the directory. I know ...

1 2 3 4 5 13