Package rekall :: Package plugins :: Package response :: Module processes :: Class LiveProcess
[frames] | no frames]

Class LiveProcess

source code


Instance Methods

Inherited from _LiveProcess: __format__, __init__, __int__, __repr__, as_dict, get_process_address_space

Inherited from rekall_lib.utils.SlottedObject: keys

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from _LiveProcess: obj_offset

Properties
  cmdline
  connections
  cpu_affinity
  cpu_percent
  cpu_times
  create_time
  cwd
  environ
  exe
  gids
  io_counters
  ionice
  memory_full_info
  memory_info
  memory_info_ex
  memory_maps
  memory_percent
  name
  nice
  num_ctx_switches
  num_fds
  num_handles
  num_threads
  open_files
  pid
  ppid
  status
  terminal
  threads
  uids
  username

Inherited from _LiveProcess: obj_profile, session, start_time

Inherited from object: __class__

Property Details

cmdline

Get Method:
unreachable(self, field='cmdline')

connections

Get Method:
unreachable(self, field='connections')

cpu_affinity

Get Method:
unreachable(self, field='cpu_affinity')

cpu_percent

Get Method:
unreachable(self, field='cpu_percent')

cpu_times

Get Method:
unreachable(self, field='cpu_times')

create_time

Get Method:
unreachable(self, field='create_time')

cwd

Get Method:
unreachable(self, field='cwd')

environ

Get Method:
unreachable(self, field='environ')

exe

Get Method:
unreachable(self, field='exe')

gids

Get Method:
unreachable(self, field='gids')

io_counters

Get Method:
unreachable(self, field='io_counters')

ionice

Get Method:
unreachable(self, field='ionice')

memory_full_info

Get Method:
unreachable(self, field='memory_full_info')

memory_info

Get Method:
unreachable(self, field='memory_info')

memory_info_ex

Get Method:
unreachable(self, field='memory_info_ex')

memory_maps

Get Method:
unreachable(self, field='memory_maps')

memory_percent

Get Method:
unreachable(self, field='memory_percent')

name

Get Method:
unreachable(self, field='name')

nice

Get Method:
unreachable(self, field='nice')

num_ctx_switches

Get Method:
unreachable(self, field='num_ctx_switches')

num_fds

Get Method:
unreachable(self, field='num_fds')

num_handles

Get Method:
unreachable(self, field='num_handles')

num_threads

Get Method:
unreachable(self, field='num_threads')

open_files

Get Method:
unreachable(self, field='open_files')

pid

Get Method:
unreachable(self, field='pid')

ppid

Get Method:
unreachable(self, field='ppid')

status

Get Method:
unreachable(self, field='status')

terminal

Get Method:
unreachable(self, field='terminal')

threads

Get Method:
unreachable(self, field='threads')

uids

Get Method:
unreachable(self, field='uids')

username

Get Method:
unreachable(self, field='username')