https://github.com/seletskiy/r2sstat
R2S UMB tool for reading sensor data and displaying it like iostat
https://github.com/seletskiy/r2sstat
Last synced: 2 months ago
JSON representation
R2S UMB tool for reading sensor data and displaying it like iostat
- Host: GitHub
- URL: https://github.com/seletskiy/r2sstat
- Owner: seletskiy
- Created: 2013-02-14T10:34:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-14T11:07:48.000Z (over 13 years ago)
- Last Synced: 2023-03-12T08:57:14.570Z (over 3 years ago)
- Language: Erlang
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
r2sstat
=======
Simple tool for reading data from R2S UMB device and displaying it in iostat
style:
```
timestamp a.temp a.ltr/m ltr/m prec.type s/s sum of snow-flakes sum of goodcounts sum of badcounts
13/02/14 17:44:54 -9.18 0.01 0.00 none 0 10 0 546
13/02/14 17:44:58 -9.18 0.01 0.00 none 0 10 0 607
13/02/14 17:45:01 -9.18 0.01 0.00 none 0 11 1 672
13/02/14 17:45:05 -9.18 0.01 0.00 none 0 11 1 754
13/02/14 17:45:09 -9.18 0.01 0.00 none 0 11 0 39
13/02/14 17:45:12 -9.18 0.01 0.00 none 0 11 0 92
13/02/14 17:45:16 -9.18 0.01 0.00 none 0 12 1 164
```
Installation
============
Just clone repository and run `rebar co es`. Binary named `r2sstat` should
appear in working directory.