Onboard NAND flash operations monitor for embedded Linux
Flashmon is a Linux kernel module that monitors NAND flash memory access events using Kprobes and
Jprobes. Flashmon targets embedded boards shipped with bare flash chips managed with MTD : mainly JFFS2, UBIFS and YAFFS based systems.
The monitored events are : flash page read / write requests, and flash block erase operations.
Instructions on how to use Flashmon are included in the archive.
File system/directory monitoring utilities with loggin and task processing support (can execute files or make a WCF service call). Multiple configuration options. Source code libraries can be used to create a custom file system monitor.
A Linux utility that monitors I/O requests going to physical disks and maps the requests to the files for which they were issued. It doesn't monitor file I/O, which can hit the cache. It only tracks file usage that generates disk activity.
Python File Monitor is a program that can execute custom commands when the monitored files are changed. Available on all platforms supporting Python 2.6.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
AFRS utilizes the Linux inotify kernel tool to monitor your filesystem for file changes, records or displays those changes and if desired, replicates those changes in near real time to other systems running AFRS using rsync. AFRS can also be used as a li
FSMM is the "File System Monitor and Mirror". Basically, it watches for certain
events on your filesystem (or on a portion of it), and calls a "Mirror Engine"
that will replicate this file ASAP to some other place.
This project tries to create a library that provides file notification to java. So that the polling of files and directories is no longer needed to monitor changes to the filesystem.