https://github.com/frncsdrk/node-red-contrib-linux-memory
Collect system memory stats
https://github.com/frncsdrk/node-red-contrib-linux-memory
memory node-red node-red-contrib
Last synced: 9 months ago
JSON representation
Collect system memory stats
- Host: GitHub
- URL: https://github.com/frncsdrk/node-red-contrib-linux-memory
- Owner: frncsdrk
- License: mit
- Created: 2018-08-18T11:30:04.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-28T16:33:36.000Z (over 1 year ago)
- Last Synced: 2024-12-28T16:39:22.094Z (over 1 year ago)
- Topics: memory, node-red, node-red-contrib
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/sebhildebrandt/systeminformation)
## Credits
see `CREDITS` file
## License
MIT (c) 2018 - 2021 frncsdrk and contributors