Class: Kanrisuru::Core::Socket::StatisticsMemory

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/socket/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#back_logObject

Returns the value of attribute back_log

Returns:

  • (Object)

    the current value of back_log



12
13
14
# File 'lib/kanrisuru/core/socket/types.rb', line 12

def back_log
  @back_log
end

#fwd_allocObject

Returns the value of attribute fwd_alloc

Returns:

  • (Object)

    the current value of fwd_alloc



12
13
14
# File 'lib/kanrisuru/core/socket/types.rb', line 12

def fwd_alloc
  @fwd_alloc
end

#rcv_bufObject

Returns the value of attribute rcv_buf

Returns:

  • (Object)

    the current value of rcv_buf



12
13
14
# File 'lib/kanrisuru/core/socket/types.rb', line 12

def rcv_buf
  @rcv_buf
end

#rmem_allocObject

Returns the value of attribute rmem_alloc

Returns:

  • (Object)

    the current value of rmem_alloc



12
13
14
# File 'lib/kanrisuru/core/socket/types.rb', line 12

def rmem_alloc
  @rmem_alloc
end

#ropt_memObject

Returns the value of attribute ropt_mem

Returns:

  • (Object)

    the current value of ropt_mem



12
13
14
# File 'lib/kanrisuru/core/socket/types.rb', line 12

def ropt_mem
  @ropt_mem
end

#snd_bufObject

Returns the value of attribute snd_buf

Returns:

  • (Object)

    the current value of snd_buf



12
13
14
# File 'lib/kanrisuru/core/socket/types.rb', line 12

def snd_buf
  @snd_buf
end

#sock_dropObject

Returns the value of attribute sock_drop

Returns:

  • (Object)

    the current value of sock_drop



12
13
14
# File 'lib/kanrisuru/core/socket/types.rb', line 12

def sock_drop
  @sock_drop
end

#wmem_allocObject

Returns the value of attribute wmem_alloc

Returns:

  • (Object)

    the current value of wmem_alloc



12
13
14
# File 'lib/kanrisuru/core/socket/types.rb', line 12

def wmem_alloc
  @wmem_alloc
end

#wmem_queuedObject

Returns the value of attribute wmem_queued

Returns:

  • (Object)

    the current value of wmem_queued



12
13
14
# File 'lib/kanrisuru/core/socket/types.rb', line 12

def wmem_queued
  @wmem_queued
end