frncsdrk / node-red-contrib-linux-memory

Collect system memory stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-red-contrib-linux-memory

Collect linux system memory stats

Configuration

General

  • Name
  • Relative values flag
  • Unit type

Available values

basic

  • total
  • used
  • free
  • buffers
  • cached
  • slab

advanced

  • available (= total - active)
  • active (used actively excl. buffer/cache)
  • used by buffer + cache

special

  • free available (= available - active)

swap

  • total
  • used
  • free

Calculation of relative values

Relative values are from the amount of total system memory. The swap values are calculated independently of the memory.

One can decide if to use absolute or relative values.

Copyright info

Linux is a registered trademark of Linus Torvalds.

Contributions

see CONTRIBUTING

Dependencies

systeminformation

Credits

see CREDITS file

License

MIT (c) 2018 - 2021 frncsdrk and contributors

About

Collect system memory stats

License:MIT License


Languages

Language:JavaScript 52.6%Language:HTML 47.4%