Monitor is component for Monitoring. It is the act of looking on the processes or systems for performance, supervision and surveillance.
4
votes
0answers
568 views
Enable/Disable multiple monitors via Win32 API or NVidia API?
I'm trying to write a small utility that will enable/disable monitors under Windows 7 with my nVidia graphics card. (ie. "Extend the desktop onto this monitor", etc)
The reason is that my nVidia ...
2
votes
0answers
172 views
Switch between DVI and VGA
Is there a way of switching the monitor's input from VGA to DVI programmatically in C# ?
I've found an article on how to switch it on or off here. Any suggestions ?
2
votes
0answers
331 views
ActivityMonitor on Intent filter ACTION_SENDTO not hit
I am writing a JUnit test for an activity that launches the default mail client of the device. I want to validate that the "Send To" activity is started and then send a click event to the "Send" ...
2
votes
0answers
134 views
Check if display is powered on
Is there a way to check if display is powered on in linux. I tried xrandr and xset but none of these two give me if any information about monitor power. using xrandr we can identify if the vga cable ...
2
votes
0answers
88 views
FileMonitor filechanges combine signals (aggregate them)
long time visitor, my first question.
I'm more looking for ideas to my problem than a specific java question.
I have a file and/or directory that I need to pass on (rsync) to one or more remote ...
2
votes
0answers
730 views
Monitoring process-level performance counters in Windows Perfmon
I am sure everybody has bumped into this. As you scale a web server that uses multiple application pools, it's valuable to collect performance counters for each application pool 24x7. The only problem ...
1
vote
0answers
32 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 ...
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 ...
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 ...
1
vote
0answers
73 views
Enable a display device and set resolution using Pinvoke
I am able to successfully change the resolution on the devices got through EnumDisplayDevices which are active but which devices are not active I can not set their resolution. Is there any way to ...
1
vote
0answers
247 views
How to listen to the directory change and selection change of the file manager (Explorer.exe)?
Listary is an awesome file browsing & searching tool for Windows. Some of the third party reviews can be found in Listary's FAQ.
As shown in the following figure, Listary offers "Copy Folder Path ...
1
vote
0answers
44 views
How to display the “actual size” on any screen?
I am doing a CAD program. I want to display drawings at actual size on screen, meaning that if I can place a ruler to measure lines on my screen and they should match. However screens have different ...
1
vote
0answers
86 views
Print monitor modification and redirection to another printer port
I'm trying to modify the data being printed to an Epson POS printer before it is printed. I'm currently doing this by using a print monitor instead of the Epson port in the printer port config. In ...
1
vote
0answers
94 views
SoundManager and monitorenter and monitorexit
I try to control sound with monitorenter and monitorexite this the code i use but this not work for me these erorrs shown : monitorenter cannot be resolved to a variable , monitorenter cannot be ...
1
vote
0answers
36 views
Ports are down for random intervals? (windows & linux)
I have a port monitor which queries some server ports to check their status'. Sometimes on the same server (not all or many of them) port 21 is down, however 80 is up. Or port 3001 is down and 443 is ...
1
vote
0answers
102 views
Wait on Outlook to load mailbox before continuing PowerShell
I'm looking at components of a script using PowerShell to export MailBoxes that are accessible through Outlook but not Exchange. This needs to be done from a centralized location, so the MailBoxes ...
1
vote
0answers
407 views
How can I get the Resource Monitor values in .NET?
I need to get some of the values that are in the windows 7 resource monitor. In particular, the memory usage, cpu and bandwidth per process. I've looked into the PerformanceCounter class and I don't ...
1
vote
0answers
110 views
Critical Regions Construct for Processes using Semaphore & Mutex (Hoare 1973)
Studying basic concepts of OS , I came upon this code under the topic of Critical region Constructs in high level programming languages. This was given by Hoare in 1973. I searched online but couldnt ...
1
vote
0answers
108 views
Monitoring API calls in Mac OSX
I am beginner on mac and I am doing some reverse engineering and want to know which APIs are called from the executable.
In windows some applications do this such as apimonitor
is there any solution ...
1
vote
0answers
424 views
Monitor pattern using boost threads
Being new to boost::thread I was trying the other day to write a BlockingQueue (in my opinion the most practical synchronization construct ever). That's accomplished either using a semaphore or a ...
1
vote
0answers
105 views
Controlling an Adobe Air application with an external program
Is there a way to control or monitor components of an Adobe Air application, with native application I can easily use Spy++ to find the components of a window and control/monitor it using windows API ...
1
vote
0answers
204 views
Ruby: Dialog Boxes on Particular Screens
Currently working with / developing for / supporting a multi-platform
application that uses Ruby in the front-end. The application is
regularly used on systems with multiple monitors, as many as five ...
1
vote
0answers
281 views
Commit and Working set in resource monitor
I am using Win 7 and I use Resource monitor to see the memory usages.What is the difference between "Commit" and "Working set" in resource monitor.
1
vote
0answers
707 views
Dual monitor and browser pop up windows
I have a question about dual monitor in regards of IE browser pop up windows.
The application I have developed launches a pop up window as input form at some point.
It is working OK in single monitor ...
1
vote
0answers
297 views
Do VS2010's new “thread monitor/visualizer” features support CLR 2.0?
In .NET Rocks episode #525, they talk about monitors/visualizers new to VS2010 that help you understand what your multi-threaded software is actually doing at runtime (where it's locking, etc).
Does ...
1
vote
0answers
96 views
How to detect Video-off
I'm trying to detect video-off by "Power Option" - "Turn off monitor" configuration.
When system goes sleeping, it broadcasts WM_POWERBROADCAST. Is there any event broadcasted when monitor goes off? ...
0
votes
0answers
39 views
check if the monitor is connected
I've to make a simple program that reports to a server the state of the monitor (is it on/off or simply if it's not connected).
So far I'm using this method I found on another discussion, but it ...
0
votes
0answers
18 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 ...
0
votes
0answers
18 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
0answers
54 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
14 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
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
45 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
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
0answers
62 views
Zigbee - transmitting states from zigbee module to end devices
Project details :
1) We are building a prototype for zigbee. In which co-ordinator range is decreased to 20m and in that if one the end devices move out of range then it should be detected by ...
0
votes
0answers
69 views
Local tomcat webapp not detected with Eclipse TCP/IP monitor
I'm running a local Tomcat server on port 8082 with one webapp. I can access the JSPs in the webapp fine when I call it directly through the browser. However, to run my unit tests, I need to have it ...
0
votes
0answers
23 views
Color Change Monitor
I need a program for changing colors on my monitor. I am not taking about monitor calibration. It is a little bit different. For example, suppose I want to change the color light-gray to red or black. ...
0
votes
0answers
29 views
What does it mean that Monitor is unbound and can be called directly from any context?
There is a sentence in Monitor description about its features, that states:
It is unbound, which means it can be called directly from any context
Does anyone might explain what means context ...
0
votes
0answers
28 views
Capture Thread State Change Duration and Timestamp
I am in need of monitoring the time it takes for a thread to change state to suspended, and back to active.
Long story: I need to monitor the negative values of a DLL injection which is part of our ...
0
votes
0answers
20 views
Monitoring a Tomcat Server with Failover
I want to Monitor Tomcat Server Running in RHEL Linux, I want to Monitor below items and trigger mail on events
If the Server goes down, the Monitoring Application should trigger a e-mail
If the ...
0
votes
0answers
51 views
Gnome3 + shell, one workspace for monitor
I'm using Debian x64, with gnome3/shell.
I have two monitors (with different resolutions) and I'd like to have one workspace for monitor. So, for example, monitor1 displays workspace1 and monitor2 ...
0
votes
0answers
54 views
Zabbix: File Monitor
Is it possible to check that a file has/has not reached a destination (on a remote site) through Zabbix. If there are any other solutions, kindly suggest.
0
votes
0answers
44 views
Issue with monitor using Python turtle module
I've been turtling around and did some circles and stuff with this module, and i've noticed a strange effect going on in my monitor, like a shade, and not processing well the pixels. Anybody knows why ...
0
votes
0answers
67 views
Macro Program for Application
I have a project where I need to create a macro program to initialize some software. The macro program is basically a program that move the mouse pointer to certain position and click the left button ...
0
votes
0answers
11 views
Is there a service that can help me automatically monitor download and average user numbers of my app?
Is there a service that can help me automatically monitor download and average user numbers of my app?
Can anyone please share if they know of such service? Or are there possibly better practices?
I ...
0
votes
0answers
84 views
Java transferTo monitor progress while downloading a file from the internet
I an making a small Java app that downloads a file from the internet. I am using transferTo because I heard that it is efficient and a good programming practise. Now I have two questions:
1. How do I ...
0
votes
0answers
33 views
Is there a way to use Python to emulate a non visible external monitor, and capture the video data from it?
Beginning with the end in mind, I am looking into creating an Android app that would act like iDisplay, or AirDisplay.
Both of the aforementioned apps are used on an Android device to act like a ...
0
votes
0answers
98 views
Detect if HDMI display is on or off
I have an HTPC that is connected to a single display via HDMI.
I want to be able to detect in a script whether the tv is off or on.
I tried the following code in autohotkey
objWMIService := ...
0
votes
0answers
41 views
Display a single, specified call from CallLog
i'm working at an android applicationand i've managed to monitor outgoing and receiving calls and save number,date into a database.
BroadcastReceiver callRcv = new BroadcastReceiver() {
...




