LinuxProcess

fr.janalyse.ssh.LinuxProcess
case class LinuxProcess(pid: Int, ppid: Int, user: String, state: LinuxProcessState, rss: Int, vsz: Int, etime: ProcessTime, cputime: ProcessTime, cmdline: String) extends Process

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Process
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

val args: List[String]

Attributes

Inherited from:
Process
val cmd: String

Attributes

Inherited from:
Process