I am currently in the process of locking down the network communication protocols that are available for use on given Windows application platform.
Can you suggest a freely available tool that will allow me to monitor/identify the commuications protocols that are in use i.e.
TCP/IP
http
https
FTP
SFTP
...
I'm working on a project with a couple other members and it would be nice if I could get system tray alerts when someone commits to the project.
I've seen tools for this before and googled around a bit but I couldn't find the tool I've used in the past. Can anyone point me to a decent SVN monitoring tool?
...
I have a farm of several physical servers each running a large number of Ruby "workers" (daemon-like processes) and I'd like to be able to monitor the health and progress of these processes from a central location, perhaps with historical graphing like Cacti provides. What's the simplest preferably-open-standard protocol for doing somet...
how to monitor system calls for a process?
...
Is there any software that monitors logins of a CMS?
...
Hi ,
I have a software that runs on mac (using terminal program) the program is old software that talks to phone using blue-tooth. The pairing sometimes breaks and I have to restart it to work again. Is there a way to monitor the process and make it run again automatically??
Thanks,
Tam
...
I have a site that receives 5 million request per day. On heavy days, the pages take about 10 seconds to return. I also get out of memory exceptions. I've been reading the Improving .NET Application Performance and Scalability from Microsoft and see there are a lot of metrics I could watch. My question is:
What are the most basic counte...
Hi All,
Forgive me if the answer is something glaringly obvious but I just can't seem to get access to any OIDs under the HOST branch in SNMP.
I've used an SNMP browser to inspect a few of my systems and none of them show a HOST branch under ISO.ORG.DOD.INTERNET.MGMT.MIB-2.
Any thoughts as to why? I'm looking to monitor a few computer...
What would you guys use to monitor an IIS server performance, detect and respond to errors etc, find bottlenecks, visualize CPU utilization under load, monitor PHP MySQL performance etc.
cheers
...
Is there a tool (preferably web-based) that allows one to monitor an SVN repository (or rather, a subdirectory) to see all checkins and add notes to each one? The ability to filter and format checking messages would be an added bonus.
Background: In my current project, we'd like to have a log with verbose and informative data about each...
Hi all,
I have a web server which is protected behind http-basic-auth. I've read through the monit docs and it doesn't seem like there's a clear way to pass credentials in order to test that the test page on the server is being returned correctly.
Any thoughts?
Thanks!
(Please don't confuse this with monit's own httpd for showing m...
is there any .Net Application performance monitoring tool?
I've an application in C#.net stand alone application. I've to look at the performance of that application.
Performance in the sense memory,CPU usage and loading etc...
...
I have been using windows performance counters from .NET for a while. I am not too happy with them and am wondering if there are alternative ways to dump out information from the app for collection by a tool/subsystem that:
1 - shows the current value of certain counters (like the Report mode of performance counters)
2 - shows the value...
I understand that JVMs can be managed using SNMP and JVMs come with support for JVM-MANAGEMENT-MIB.
Is there a way to program/extend the SNMP AGENT functionality which is associated with a JVM?
Is there a way to add support for any other proprietary/standard MIBs to the SNMP Agent on JVM, so that I can allow my applications running on ...
I am not sure whether this has been asked before; I did a few searches but nothing appropriate showed up.
OK, now my problem:
I want to migrate an old application to a different programming language. The only requirement we have is to keep the database structure stable. So no changes in my database schema. For the rest of the applicatio...
Is there a way using Java that I can gain a list of all active processes running on a Mac?
I can do so in Windows using the code below to return the Task List, but that throws an exception on a Mac. I want my app to stop if certain applications are also running.
Any ideas? Thanks.
Windows Code:
Process p = Runtime.getRuntime().exec...
What software can I use to monitor how much of the graphics card is used when I run a certain application? I want to see how much my application uses the GPU
...
I have a winform app that needs to be aware of when a SQL server is available so as to allow the Merge Syncing functionality. I have tried variations of the below, which work on a one time basis, but I would like to come up with something a little more dynamic.
The below funcion(Thank you Alex_L) is checking for the 1433 port that SQ...
I am attempting to build an application that can monitor multiple remote machines through WMI. As a C# developer, I have chosen to utilize the System.Management namespace.
For performance and scalability reasons, I would much prefer to use an event-driven method of gathering information than a poll-based one. As such, I have been inve...
I'm interested in a GPU monitoring software that would log the processes and the memory (video card memory) being used by the processes.
I'm opened to all kind of solutions, even a software + some scripts to help me log this kind of data.
I need the software to run under Windows Vista
...