Top "Monitoring" questions

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

How to find the cause of a 100% CPU usage on an iPhone App

I've diagnosed a strange behavior in an app : after 10 minutes or so, the CPU usage goes to 100%. There's no leak …

ios performance monitoring instruments
How can I be alerted when an EBS instance is running out of space?

I'm running a wordpress off of AWS, and I can't figure out how to monitor if the volume is running …

amazon-web-services monitoring amazon-ebs amazon-cloudwatch
How to see Azure App Service memory usage?

We have an Azure subscription through a Cloud Service Provider (CSP), which causes some limitations on what we can get …

azure memory monitoring azure-app-service-plans
Finding out what network sockets are open in the current Java VM

I'm writing an end-to-end test that my Java program releases all of its resources - threads, server sockets, client sockets. …

java sockets monitoring netty
Measure service latency with prometheus

I am new to prometheus and grafana... My primary goal is to get the response time per request. For me …

monitoring latency grafana summary prometheus
Change process name when launched as batch file

I'm working on a monitoring system called "Nagios" which monitors services for UNIX and WINDOWS servers. Problem is WINDOWS services …

process batch-file monitoring nagios
Prometheus export / import data for backup

How do you export and import data in Prometheus? How do you make sure the data is backed up if …

backup monitoring prometheus
Sending metrics from telegraf to prometheus

I'm running prometheus and telegraf on the same host. I'm using a few inputs plugins: inputs.cpu inputs.ntpq I've …

monitoring prometheus telegraf
htop with web interface

Is there any simple and lightweight monitoring tool like well-known htop, but with web interface? For Debian / Repberry Pi. All …

web monitoring htop
Monitor when an exe is launched

I have some services that an application needs running in order for some of the app's features to work. I …

c# .net windows-services monitoring