pgetrusage - Get resource consumption informatio
pgetrusage - selfinfo childinfo
Calls the POSIX getrusage() function to obtain information on
memory consumption, context switches, I/O operatin count, etc,
for both the main process and its children. Information is
returned in dictionaries.
At least under Linux, child processes return 0 for all
entries, while the main process seems to produce meaningfull data
only for minflt and majflt, i.e., page reclaims and faults.
man 2 getrusage
Hans Ekkehard Plesser
2003-07-29
/builddir/build/BUILD/nest-simulator-3.3/nest-simulator-3.3/sli/slicontrol.cc