Top "Monitoring" questions

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

How do I make my program watch for file modification in C++?

There are a lot of programs, Visual Studio for instance, that can detect when an outside program modifies a file …

c++ file-io filesystems monitoring fsevents
How to dynamically monitor Java heap size?

I am trying to monitor the java heap size dynamically. Does anybody know how to get the maxmium memory used …

java monitoring heap
Monitoring contents of files/directories?

I'm looking for a cross-platform file monitoring python package? I know it is possible to monitor files on windows using …

python file cross-platform filesystems monitoring
Can jconsole data be retrieved from the command line?

I am currently using jconsole to monitor performance metrics of my Java application and would like to script this data …

java performance command-line monitoring jconsole
watchdog monitoring file for changes

I have a need to watch a log file for changes. After looking through stackoverflow questions, I see people recommending …

python file file-io monitoring watchdog
How can I monitor data on a serial port in Linux?

I'm debugging communications with a serial device, and I need to see all the data flowing both directions. It seems …

linux monitoring serial-port
CPU utilization by database?

Is it possible to get a breakdown of CPU utilization by database? I'm ideally looking for a Task Manager type …

sql-server monitoring
Monitoring application calls to DLL

In short: I want to monitor selected calls from an application to a DLL. We have an old VB6 application …

dll monitoring hook monitor
Read from a log file as it's being written using python

I'm trying to find a nice way to read a log file in real time using python. I'd like to …

python file logging file-io monitoring
Monitoring UI for Apache kafka - kafka manager vs kafka monitor

I am new to kafka. We want to monitor and manage kafka topics. We tried different open source monitoring tools …

apache-kafka jms monitoring