help to understand node-query -s

Home Forums Lora Network Server help to understand node-query -s

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23564
    luis santos
    Participant

    Hi, I have a lora network with 70 devices.
    When I type lora-query stats i get a lot pkts Dropped, Missed, Errors.

    lora-query -s
    {
    “joinResponse10” : 0,
    “joinResponse30” : 0,
    “joinResponse70” : 0,
    “joinResponse90” : 0,
    “joinResponseAvg” : 0,
    “pkts1stWnd” : 412376,
    “pkts2ndWnd” : 5009,
    “pktsDropped” : 1050,
    “pktsMissed” : 5,
    “rxCrcErrors” : 138267,
    “rxDups” : 7983,
    “rxJoinDups” : 14671,
    “rxJoins” : 373683,
    “rxJoinsNok” : 0,
    “rxJoinsNokGw” : 0,
    “rxJoinsNokMic” : 73,
    “rxJoinsNokNonce” : 0,
    “rxJoinsNokUnk” : 0,
    “rxJoinsOk” : 358939,
    “rxJoinsTooLate” : 0,
    “rxMicFails” : 1378,
    “rxPkts” : 421148,
    “tx1stWnd” : 91886,
    “tx2ndWnd” : 2210,
    “txAckDups” : 0,
    “txAckMissed” : 437,
    “txAckPkts” : 8254,
    “txJoins1stWnd” : 353003,
    “txJoins2ndWnd” : 3242,
    “txJoinsDropped” : 2694,
    “txPkts” : 92390
    }

    Where I can find some documentation about this lora stats.

    Cheers,
    Luís

    #23565
    Jason Reiss
    Keymaster
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.