Command: pgetrusage

NEST HelpDesk Command Index NEST Quick Reference
Name:
pgetrusage - Get resource consumption informatio
Synopsis:
pgetrusage - selfinfo childinfo
Description:
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.
Remarks:
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.
References:
man 2 getrusage
Author:
Hans Ekkehard Plesser
FirstVersion:
2003-07-29
SeeAlso:
Source:
/builddir/build/BUILD/nest-simulator-3.3/nest-simulator-3.3/sli/slicontrol.cc
NEST HelpDesk Command Index NEST Quick Reference

© 2004 The NEST Initiative