active questions tagged monitoring - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T18:42:44Z http://stackoverflow.com/feeds/tag/monitoring http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1888528/hosted-proxy-to-monitor-web-access 0 hosted proxy to monitor web access PatLogan 2009-12-11T14:47:10Z 2009-12-11T16:16:27Z <p>Hello, I am looking for a hosted proxy to monitor web access of some of my employees workstations. Could anyone indicate me where can I find such a service? Cheers Patrice</p> http://stackoverflow.com/questions/1178608/monitor-how-often-assemblies-are-loaded-from-gac 1 Monitor How Often Assemblies Are Loaded From GAC Ryu 2009-07-24T16:01:30Z 2009-12-08T04:52:18Z <p>I currently have 3 servers each running different applications. Occasionally through installation misconfiguration and code re-factoring these machines are left with assemblies in the GAC that are no longer being referenced or used by anything.</p> <p>Are there any tools anybody is aware of to monitor / log how often, or when certain assemblies are loaded from the GAC? So after monitoring our servers for a certain amount of time I can feel confident about cleaning up the cruft.</p> <p>Thanks</p> http://stackoverflow.com/questions/1864478/how-to-monitor-google-alert-rss-feed-produced-as-it-happens 1 How to monitor Google Alert RSS feed produced "as-it-happens"? Sung Meister 2009-12-08T03:59:11Z 2009-12-08T04:08:59Z <p>I have a Google Alert, which I set to be delivered as an RSS feed <em>as-it-happens</em></p> <p><img src="http://farm3.static.flickr.com/2504/4168355120%5Fe9c209bb30%5Fo.png" alt="alt text"></p> <p>But <strong>is polling that RSS feed the only way to get RSS feed</strong> <br /> or <br /> <strong>is there a way to get notified from Google alert as the feed is published from Google?</strong> (say through a webservice, etc) <br /></p> http://stackoverflow.com/questions/1863888/viewing-c-console-app-arguments 1 viewing c# console app arguments tt83 2009-12-08T00:56:47Z 2009-12-08T01:06:17Z <p>Hi,</p> <p>I have a console app (written in c#) that is passed various arguments from the command line by an external application (an InstallShield exe). Without adding code into the console app or InstallShield exe to log the value of arguments is there any way to see the value of the arguments passed to the console app? (perhaps via some sort of process monitoring app)</p> <p>Any suggestions would be very helpful!</p> <p>Cheers</p> <p>Tim</p> http://stackoverflow.com/questions/194102/retrieve-calling-url-in-java-webservice 2 Retrieve calling url in Java Webservice Damo 2008-10-11T14:09:54Z 2009-12-07T18:21:42Z <p>Hi</p> <p>We have a web service that is deployed on 2 separate machines in different locations. Is it possible to monitor the url that a person used to call our webservice using java code? We have a 3DNS url set up and we want all clients to use this url as oppossed hitting the boxes directly with the correct port numbers in the url.</p> <p>Thanks Damien</p> http://stackoverflow.com/questions/1852604/how-to-install-tpc-monitoring-tool-in-unixaix-box-from-command-mode 0 How To Install TPC Monitoring Tool In UNIX(AIX) box from command mode [closed] Anil 2009-12-05T16:16:46Z 2009-12-05T16:16:46Z <p>Problem: I have been assigned to install TPC Monitoring Tool on AIX box on port 1953 but unfortunately that port already been assigned to different application. </p> <p>Please guide me if there is any way around to install TCP tool on different port on the production server or what is the best way to handle this issue.</p> http://stackoverflow.com/questions/1808874/how-to-do-non-invasive-profiling-of-a-running-asp-net-application 1 How to do non-invasive profiling of a running ASP.NET application? Abel 2009-11-27T13:46:20Z 2009-12-03T11:47:11Z <p>Situation: ASP.NET live website that's occasionally too busy. </p> <p>Adding full profiling to the code will be too heavy an impact on the performance. Using performance monitor, we've quickly find a saw-teeth figure in the "bytes in all heaps" counter, which pair with the GC counters. We consider certain pieces of code as being the culprit.</p> <p>Is there a way or possibility to temporarily "inject" profiling, either for certain pages, libs, functions or whatever? Preferably as lightweight as possible, as any additional overhead might bring down this fragile system. I'm aware that .NET does not support method callback hooks (as is common with AOP).</p> http://stackoverflow.com/questions/1839299/tool-for-monitoring-hibernate-cache-usage 0 Tool for monitoring Hibernate cache usage oo_olo_oo 2009-12-03T11:18:23Z 2009-12-03T11:40:13Z <p>Is there any tool which would allow for monitoring Hibernate 2nd level cache usage? I know that I could use Hibernate API for retrieving such information. But what should I do when I have application which doesn't read the information itself, and I can't modify it? Is there any way to read cache statistics from the outside of the application? </p> http://stackoverflow.com/questions/1803015/checking-the-status-of-my-php-beanstalkd-background-processes 0 Checking the status of my PHP beanstalkd background processes Sander Marechal 2009-11-26T10:57:34Z 2009-11-30T22:50:56Z <p>I have a website written in PHP (CakePHP) where certain resource intensive tasks are handled by a background process. This is done through the Beanstalkd message queue. I need some way to retrieve the status of that background process so I can monitor it with Monit.</p> <p>The background process is a CakePHP Shell (just a PHP CLI script) that communicates with Beanstalkd. It simply does a reserve() on Benastalkd and waits for a new message. When it gets a message, it processes it. I want some way of monitoring this process with <a href="http://mmonit.com/monit/" rel="nofollow">Monit</a> so that it can restart the background process if something has gone wrong.</p> <p>What I have been thinking about so far is writing a PHP CLI script that drops a message in Beanstalkd. The background process picks up the message and somehow communicates it's internal status back to the CLI script. But how? Sockets? Shared memory? Some other IPC method?</p> <p>Or am I perhaps being too complicated here and is there a much easier way to monitor such a process with Monit?</p> <p>Thanks in advance!</p> http://stackoverflow.com/questions/1818897/request-java-heap-dump-core-dump-from-within-application 0 Request java heap dump (core dump) from within application stolsvik 2009-11-30T10:02:56Z 2009-11-30T10:12:44Z <p>I need a way to request a heap dump <strong>from within the application</strong>.</p> <p>Rationale: When I encounter a specific error condition, I'd like to dump heap, so that I can see what is holding on to the memory.</p> <p>But I would like to automate this (For example, when I detect that some specific condition has occurred. Or when a watchdog doesn't gets its pings anymore. When some test fails). Thus I need a way to dump the heap from within the application itself. I can't seem to find it with the MX beans stuff. Although the MX Beans can give very nice stack traces with monitor and "ownable synchronizer" info, deadlock and contention info, I can't seem to find a way to request a heap dump. Are there any such way? Or by some indirect means, for example how does these JVisualVM things do it? And one can tell the JVM to dump core on OutOfMemoryExceptions..?</p> http://stackoverflow.com/questions/490396/is-there-a-way-to-query-munin-about-system-performance 0 Is there a way to query munin about system performance? loglibrarian 2009-01-29T03:35:10Z 2009-11-30T01:00:01Z <p>Basically I would just like to run a script that queries munin for certain stats periodically instead of getting alerts or checking a graph page. Some sort of ruby lib for getting perf info would be awesome.</p> http://stackoverflow.com/questions/1768756/jamon-statistics-aggregation-across-multiple-jvms 0 Jamon statistics aggregation across multiple JVMs Keshav 2009-11-20T06:46:44Z 2009-11-26T10:30:05Z <p>Hello,</p> <p>I have a tomcat server running a webapp. Apart from this there are two other JVMs that run batch processing tasks. Jamon is a really cool way to monitor performance, hits etc., and can be viewed on the web using Jamonadmin.jsp (supplied with jamon war file). But I want to aggregate the Jamon statistics from the other two JVMs and display on the tomcat server VM.</p> <p>I was thinking of a port on each of the two VMs that respond with serialized Jamon objects when asked from tomcat.. </p> <p>Is there any such feature already exisiting in Jamon API? or any recommendations to achieve this?</p> <p>Thanks,<br> -Keshav</p> http://stackoverflow.com/questions/1801932/open-source-business-service-mangement-monitoring-tools 0 Open Source Business Service Mangement& Monitoring Tools nandasuri 2009-11-26T06:44:23Z 2009-11-26T07:04:29Z <p>I am looking for a Open Source Business Service Mangement and Monitoring tool which can be integrated to our project ! </p> <p>Key things looking from the tools are 1.Utilization information of the servers (CPU,MEM,Network,Disk Space,etc) collected at regular intervals 2.performing analytics based on the histroical utilization data collected 3.sending alerts/alarms when the utilization is not under control i.e proactive way of handling </p> http://stackoverflow.com/questions/1800358/best-way-to-gather-statistics-from-web-widget 0 best way to gather statistics from web widget vsync 2009-11-25T22:26:48Z 2009-11-25T22:26:48Z <p>I have a web widget, which is basically a JS file that people<br /> can reference to in their website and it does something cool lets say.</p> <p>currently I'm gathering statistics by doing an AJAX request to some<br /> dummy image file on my server, its like this:</p> <pre><code>http://www.myserver.com/image.png?views=120&amp;openings=80&amp;close=65 </code></pre> <p>I monitor these hits to my server, and extract the data I need.<br /><br /> <strong>Is this the best way to do this?</strong></p> http://stackoverflow.com/questions/1797253/process-monitoring 0 Process monitoring dragonfly 2009-11-25T14:28:26Z 2009-11-25T14:31:46Z <p>Hi,</p> <p>Is there an application that is capable of monitoring AND logging information (to file) about another process (in particular IIS aspnet_wp.exe) like (in periods of time): - memory usage of process - cpu usage </p> <p>Or maybe there is another way to monitor IIS process?</p> <p>Thanks Pawel</p> http://stackoverflow.com/questions/103448/free-open-source-service-soa-management-and-monitoring-tools 2 Free/open source service (SOA) management and monitoring tools mmh 2008-09-19T16:26:23Z 2009-11-24T18:46:26Z <p>Hi,</p> <p>I was looking for Free/open source service (SOA) management and monitoring tools. What tools have you used and is there any tool that you recommend?</p> <p>Thanks Manju</p> http://stackoverflow.com/questions/1782200/tools-tips-and-tricks-for-monitoring-multithreaded-net-applications 1 Tools, tips, and tricks for monitoring multithreaded .NET applications goheen 2009-11-23T10:08:26Z 2009-11-23T22:36:30Z <p>I'm embarking on a C# project where certain tasks will be divvied up and run on multiple threads. I'm looking for as many good tools as possible to help make sure I'm running as efficiently as possible. So I want to watch for things like resource (CPU) usage, blocking, deadlocks, threads that are waiting for work, and so on. I want to be able to compare different approaches to see what works best under different conditions.</p> <p>I'm also looking to learn what Perfmon counters are more or less useful for trying to optimize and compare threading models. </p> <p>I also can't afford to purchase anything too expensive, so the free-er the better.</p> <p>This is a C# project on .NET 3.5, with VS 2008 (though I could use the VS 2010 beta if it offered more help for threading, which I've heard it does).</p> <p>Thanks.</p> <p>EDIT: I'm definitely looking for Perfmon recommendations, as well as any other tool that I can also use when I want to monitor the app in a production environment. So, debugging tools are needed, but I also want tools for non-debug environments. Thx.</p> <p>FURTHER EDIT: Here are a few useful links I've found since I asked the question:</p> <ul> <li><A href="http://msdn.microsoft.com/en-gb/magazine/cc546569.aspx" rel="nofollow">Tools And Techniques to Identify Concurrency Issues</A> (MSDN Magazine Article)</li> <li><a href="http://dotnetdebug.net/2005/06/30/perfmon-your-debugging-buddy/" rel="nofollow">PerfMon - Your debugging buddy</a> (important counters for .NET debugging, including threading related counters)</li> </ul> http://stackoverflow.com/questions/1782464/is-it-possible-to-monitor-jboss-if-it-happens-to-run-out-of-memory 1 Is it possible to monitor jboss if it happens to run out of memory? newbie 2009-11-23T11:09:46Z 2009-11-23T21:15:12Z <p>Sometimes when I redeploy war too many times, jboss gives <strong><em>java.lang.OutOfMemoryError: PermGen space</em></strong> error, is it possible to monitor jboss with other Java program that is not run inside jboss, to make sure it has not run ot of memory and if it is, then automatically restart jboss?</p> http://stackoverflow.com/questions/351709/windows-server-monitoring 2 windows server monitoring mson 2008-12-09T03:43:16Z 2009-11-23T19:33:06Z <p>Can anyone recommend monitoring software for a windows environment?</p> <p>We already have monitoring in the sense of resources and availability. I want to know who logged in and changed settings, added files etc.</p> <p>We have outsourced IT and I want to be able to track down all the changes to the system. </p> <p>I'm open to keyboard logging or session recording.</p> <p>Open Source/Free is optimal, but we're willing to pay for a solution as well.</p> <p><hr /></p> <h3>Edit:</h3> <p>It looks like we don't have the Systems Admin skillset yet.</p> http://stackoverflow.com/questions/1681449/what-do-you-monitor-with-jmx-in-your-production-jee-server 6 What do you monitor with JMX in your production JEE server? grigory 2009-11-05T15:53:06Z 2009-11-23T02:26:13Z <p>This question is not about how JMX works or what JMX does. This question is about applications of JMX in standard application server environment in production. It is not for specific server either. </p> <p>What do you monitor with JMX in production environment that runs standard stack of JEE services: database access (JDBC and JPA), session EJBs, JMS, web server, web services, AJAX-enabled services?</p> http://stackoverflow.com/questions/147917/monitoring-a-database-instance 0 Monitoring a database instance Ronald 2008-09-29T08:21:53Z 2009-11-22T21:59:52Z <p>Anyone have any idea? And any open source sofware which also seens to perform this kind of functionality?</p> http://stackoverflow.com/questions/1744511/free-open-source-outgoing-traffic-monitor-logger-that-isnt-a-firewall 1 Free/Open Source Outgoing traffic monitor/logger that isn't a firewall? MWill 2009-11-16T20:01:20Z 2009-11-19T14:10:57Z <p>Hey guys,</p> <p>I've been tasked with finding a way to log every outgoing request from one of our servers. It cannot be a proxy or firewall of any kind. It simply needs to sit in memory and watch the outgoing traffic and log what it sees. I'm going to be building metrics on this later and it needs to be free/open source.</p> <p>I've done some googling and checked all my traditional sources for cool little apps and haven't come up with anything. </p> <p>Does anyone here know of something that might fit what I need?</p> <p>PS. It's a Windows Server</p> http://stackoverflow.com/questions/1751704/prevent-application-launch-in-c 3 Prevent application launch in C# Alex Ciarlillo 2009-11-17T20:55:54Z 2009-11-18T03:16:53Z <p>Okay I've spent the afternoon researching and haven't had much luck finding the answer to this. I am trying to prevent an application from launching via some sort of dll or background application. It is to be used in monitoring application usage and licenses at my institution. I have found leads here regarding WqlEventQuery and also FileSystemWatcher. Neither of these solutions appear to work for me because:</p> <p>With WqlEventQuery I was only able to handle an event after the process was created. Using notepad as a test, notepad was visible and accessible to me before my logic closed it. I attempted to Suspend/Resume the thread (I know this is unsafe but I was testing/playing) but this just hung the window until my logic finished.</p> <p>With FileSystemWatcher I was not able to get any events from launching a .exe, only creating, renaming and deleting files.</p> <p>The goal here is to not let the application launch at all unless my logic allows it to launch. Is this possible? The next best solution I came up with was forcing some type of modal dialog which does not allow the user to interact with anything, once the dialog is closed the application is killed. My concern here is killing the application nicely and handling applications with high overhead when they load such as Photoshop or something. This would also interfere with a feature I was <em>hoping</em> to have where the user could enter a queue until a license is available. Is this my best route? Any other suggestions?</p> <p>Thanks</p> <p>edit: To clarify this is not a virus or anything malicious. It's not about preventing access to a blacklist or allowing access through a whitelist. The idea is to check a database on a case by case basis for certain applications and see if there is a license available for use. If there is, let the app launch, if not display a dialog letting the user know. We also will use this for monitoring and keeping track if we have enough licenses to meet demand, etc. An example of one of these apps is SPSS which have very expensive licenses but a very limited pool of people using it.</p> http://stackoverflow.com/questions/1747152/using-delphi-to-track-changes-made-to-folder 3 Using Delphi to track changes made to folder? Snackmoore 2009-11-17T07:23:40Z 2009-11-17T08:30:27Z <p>Hi there,</p> <p>I need to writing a delphi program which will monitor a folder for changes (Add, update, rename and removal of files). Is the TShellChangeNotifier is way to go? To be honest, I have no idea how to use it.</p> <p>Please help.</p> <p>Thanks.</p> http://stackoverflow.com/questions/231746/how-do-i-monitor-text-file-changes-with-c-difficulty-no-net 2 How do I Monitor Text File Changes with C++? Difficulty: No .NET scubabbl 2008-10-23T22:13:55Z 2009-11-17T05:21:25Z <p>Use case: 3rd party application wants to programatically monitor a text file being generated by another program. Text file contains data you want to analyze as it's being updated.</p> <p>I'm finding a lot of answers to this question wrapped around FileSystemWatcher but let's say you are writing an application for a Windows machine and can't guarantee .NET is installed. </p> <p>Are there any libraries out there available for this, or am I just going to have to roll my own solution then?</p> <p>Thanks.</p> http://stackoverflow.com/questions/1742368/how-to-tell-the-graphic-card-memory-usage 0 How to tell the graphic card memory usage? jslap 2009-11-16T14:04:38Z 2009-11-16T14:13:26Z <p>My application seems to be slow, but in terms of CPU and RAM, it seems that it is OK. So, I want to know how much memory of the graphic card I am using. I've seen some questions about this on SO, but they talk about Linux or NVidia. I would like to have this information for ATI cards on Windows.</p> <p>Thanks.</p> http://stackoverflow.com/questions/1741869/how-to-run-monitor-and-stop-a-php-script-using-ssh-on-a-shared-webserver 1 How to run, monitor and stop a PHP script using SSH on a shared webserver? Tom 2009-11-16T12:25:10Z 2009-11-16T12:56:25Z <p>Can a normal member (not an admin) of a shared webserver with (limited) SSH access run, monitor and stop a PHP script through SSH? If so, how would all three actions be done by the user?</p> <p><hr></p> <p>I tried to use the command "top", but it only listed actual top level processes, not PHP scripts. I have also managed to start a PHP script using the commands provided in this <a href="http://stackoverflow.com/questions/612115/how-do-i-run-a-php-script-through-ssh">SO question</a>. But what about termination and monitoring of the currently running PHP scripts?</p> http://stackoverflow.com/questions/241723/using-nagios-monit-munin-with-windows 2 Using Nagios/Monit/Munin with Windows GSS 2008-10-27T23:36:53Z 2009-11-13T09:30:34Z <p>Hi,</p> <p>I'm building a .NET 3.5 web app and I am thinking about all the fundamental issues as I work through the project, like monitoring, exception handling, the lot.</p> <p>The app will obviously be small in size when it is rolled out because it won't have a high load until the site is heavily promoted (lines of code/cyclometric complexity and so forth will be high, and the app will be commercial scale with the same considerations as large systems such as Facebook etc).</p> <p>Anyway, I am going to outsource "foundation" services like monitoring to an open source solution to slash costs and dev time, so I can concentrate on business functionality and promotion. I want to use nagios with monit and munin as my tools for monitoring my system. The problem is, these tools are designed for the Linux/Unix stack. Does anyone here have experience of getting it to work with Windows?</p> <p>Thank</p> http://stackoverflow.com/questions/1465427/what-is-the-best-alternative-way-of-monitoring-apache-active-mq-other-than-using 1 What is the best alternative way of monitoring apache Active MQ other than using JMX API Sudheer 2009-09-23T11:32:05Z 2009-11-11T23:15:06Z <p>Hi,</p> <p>I have tried and tested the JMX API and it is pretty simple to use and provides a vast number of statistics required for monitoring ActiveMQ.</p> <p>But the problem is, i dont want to monitor my ActiveMQ remotely and also i dont want to use another API.To be more precise, i want to use the JMS API itself to get statistics related to various destinations and the broker itself.</p> <p>Advisory messages seem to be an alternative but they provide limited Amount of Administrative Messages to monitor.</p> <p>Any input is highly appreciated...</p> http://stackoverflow.com/questions/1717196/multiple-services-with-same-self-signed-certificate 0 multiple services with same self-signed certificate Scott P 2009-11-11T18:32:03Z 2009-11-11T18:38:10Z <p>I've got a WCF intranet application I'm working on that will have 150 clients controlled/monitored by a control application. Is it kosher to create a self-signed certificate and install this same certificate on each of the 150 clients?</p> <p>I want security between the client and server but will not have authentication support from a domain controller et al.</p> <p>Any pitfalls in using the same certificate on all these clients?</p>