uploaded 4 months ago
System Monitor component for ESP-IDF

readme

Monitor Component

The monitor component provides utilities for monitoring various aspects of the system.

Table of Contents

Task Monitor

The task monitor provides the ability to use the FreeRTOS trace facility to output information about the CPU utilization (%), stack high water mark (bytes), and priority of all the tasks running on the system.

There is an associated task-monitor python gui which can parse the output of this component and render it as a chart or into a table for visualization.

Example

This example shows how to use the monitor component to monitor the executing tasks.

Links

Supports all targets

Maintainer

  • William Emfinger <waemfinger@gmail.com>

License: MIT

To add this component to your project, run:

idf.py add-dependency "espp/monitor^0.21.1"

or download archive

Stats

  • Archive size
    Archive size ~ 9.87 KB
  • Downloaded in total
    Downloaded in total 4.5k times
  • Downloaded this version
    This version: 1 time

Badge

espp/monitor version: 0.21.1
|