org.jdiameter.server.impl.helpers
Interface StatisticTypes


public interface StatisticTypes

Enumeration of all static records


Field Summary
static int NET_APPID_LIST_COUNTER
          Count of regestered network listeners (appId)
static int NET_SELECTOR_LIST_COUNTER
          Count of regestered network listeners (selector)
static int PEER_QUEUE_SIZE
          Size of peer fsm queue
static int REQ_MESS_COUNTER
          Count of sended requests
static int RESP_MESS_COUNTER
          Count of received responses
 

Field Detail

REQ_MESS_COUNTER

static final int REQ_MESS_COUNTER
Count of sended requests

See Also:
Constant Field Values

RESP_MESS_COUNTER

static final int RESP_MESS_COUNTER
Count of received responses

See Also:
Constant Field Values

NET_APPID_LIST_COUNTER

static final int NET_APPID_LIST_COUNTER
Count of regestered network listeners (appId)

See Also:
Constant Field Values

NET_SELECTOR_LIST_COUNTER

static final int NET_SELECTOR_LIST_COUNTER
Count of regestered network listeners (selector)

See Also:
Constant Field Values

PEER_QUEUE_SIZE

static final int PEER_QUEUE_SIZE
Size of peer fsm queue

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.