Skip to content

clonesht/OctoPrint-Resource-Monitor

 
 

Repository files navigation

OctoPrint-Resource-Monitor Donate

This plugin adds a neat tab containing various information and graphs about your system resource usage.

It displays information about your CPU, memory, disks and network usage.

Screenshot

CPU Usage Screenshot

Setup

Install via the bundled Plugin Manager or manually using this URL:

https://github.com/Renaud11232/OctoPrint-Resource-Monitor/archive/master.zip

Configuration

You can select which devices you want to filter out so they are not shown. This might be useful, for instance, if you have multiple network interfaces but only want to show one.

All can be configured directly though the Settings menu. or via the config.yaml

plugins:
  resource monitor:
    network:
      exceptions:
        - lo
        - eth0
    disk:
      exceptions:
        - /media/example

Need help ?

If you need help please open an issue.

Donations

If you like what I have done and feel generous, you can thank me by donating. Any amount is fine, I'll still be very thankful.

About

An OctoPrint plugin to view current CPU and RAM usage

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 43.9%
  • JavaScript 39.5%
  • Python 13.0%
  • CSS 3.6%