Updated response
This commit is contained in:
parent
33bc25de70
commit
466f2d0adb
30
README.md
30
README.md
@ -37,21 +37,21 @@ docker run -d -it -p $PROM_PORT:$PROM_PORT -e ROUTER_ADDRESS=$ROUTER_ADDRESS -e
|
|||||||
sleep 5
|
sleep 5
|
||||||
curl http://localhost:$PROM_PORT
|
curl http://localhost:$PROM_PORT
|
||||||
|
|
||||||
HELP band The signal band the LTE connection is using
|
#HELP band The signal band the LTE connection is using
|
||||||
TYPE band gauge
|
#TYPE band gauge
|
||||||
band{deviceName="B535-232",iccid="111"} 1
|
band{deviceName="B535-232",iccid="8944200119514034161"} 20
|
||||||
HELP rsrp The average power received from a single Reference signal, and Its typical range is around -44dbm (good) to -140dbm(bad)
|
#HELP rsrp The average power received from a single Reference signal in dBm
|
||||||
TYPE rsrp gauge
|
#TYPE rsrp gauge
|
||||||
rsrp{deviceName="B535-232",iccid="111",band="3"} -98
|
rsrp{deviceName="B535-232",iccid="8944200119514034161"} -75
|
||||||
HELP rsrq Indicates quality of the received signal, and its range is typically -19.5dB(bad) to -3dB (good)
|
#HELP rsrq Indicates quality of the received signal in db
|
||||||
TYPE rsrq gauge
|
#TYPE rsrq gauge
|
||||||
rsrq{deviceName="B535-232",iccid="111",band="3"} -10.0
|
rsrq{deviceName="B535-232",iccid="8944200119514034161"} -9.0
|
||||||
HELP rssi Represents the entire received power including the wanted power from the serving cell as well as all co-channel power and other sources of noise in dBm
|
#HELP rssi Represents the entire received power including the wanted power from the serving cell as well as all co-channel power and other sources of noise in dBm
|
||||||
TYPE rssi gauge
|
#TYPE rssi gauge
|
||||||
rssi{deviceName="B535-232",iccid="111",band="3"} -71
|
rssi{deviceName="B535-232",iccid="8944200119514034161"} -53
|
||||||
HELP sinr The signal-to-noise ratio of the given signal in dB
|
#HELP sinr The signal-to-noise ratio of the given signal in dB
|
||||||
TYPE sinr gauge
|
#TYPE sinr gauge
|
||||||
rsrq{deviceName="B535-232",iccid="111",band="3"} 11
|
sinr{deviceName="B535-232",iccid="8944200119514034161"} 18
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configure
|
## Configure
|
||||||
|
Reference in New Issue
Block a user