Radiator Server Documentation — v10.33.2
Table of Contents
  • memory
  • Examples

memory

Stores the captured RADIUS messages in memory. Packets stored in memory are available with REST API.

Examples

Example configuration of a memory capture with default (16384) size:

captures {
    capture "CAPTURE_TO_MEMORY" {
        memory;
    }
}

Example configuration of memory capture with custom size:

captures {
    capture "CAPTURE_TO_MEMORY" {
        memory {
            size 32768;
        }
    }
}
Table of Contents
Navigation
  • @verification

  • aaa

  • backends

  • caches

  • captures

    • file

    • log

    • memory

      • size

  • certificates

  • clients

  • conditions

  • dictionary

  • hmac-otp

  • include

  • init

  • ip-accept

  • license

  • logging

  • management

  • proxy-protocol

  • scripts

  • servers

  • statistics

  • stats

  • template

  • ui