root@ubuntu-librenms:/opt/librenms/rrd/192.168.26.86# rrdtool fetch port-11.rrd AVERAGE -r 5m -s -10m
INOCTETS OUTOCTETS INERRORS OUTERRORS INUCASTPKTS OUTUCASTPKTS INNUCASTPKTS OUTNUCASTPKTS INDISCARDS OUTDISCARDS INUNKNOWNPROTOS INBROADCASTPKTS OUTBROADCASTPKTS INMULTICASTPKTS OUTMULTICASTPKTS
1431521100: 3.1494997233e+03 1.3662389476e+03 0.0000000000e+00 0.0000000000e+00 6.7418706488e+00 7.3583300658e+00 2.2080580639e-01 1.8312894528e-01 0.0000000000e+00 0.0000000000e+00 0.0000000000e+00 1.8161435166e-01 8.7473877613e-02 3.9191454724e-02 9.5655067668e-02
1431521400: 2.6977047230e+03 1.2687213582e+03 0.0000000000e+00 0.0000000000e+00 6.3283237552e+00 7.0040621689e+00 2.3171095359e-01 1.5191616249e-01 0.0000000000e+00 0.0000000000e+00 0.0000000000e+00 1.9757028204e-01 6.6160386555e-02 3.4140671545e-02 8.5755775932e-02
1431521700: -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -nan -na
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
web: | |
image: 'redmine:passenger' | |
container_name: 'redmine_web' | |
restart: always | |
ports: | |
- '3000:3000' | |
links: | |
- postgres | |
environment: |