Return a structure containing a number of statistics about the current Octave process.
Not all fields are available on all systems. If it is not possible to get CPU time statistics, the CPU time slots are set to zero. Other missing data are replaced by NaN. The list of possible fields is:
idrssUnshared data size.
inblockNumber of block input operations.
isrssUnshared stack size.
ixrssShared memory size.
majfltNumber of major page faults.
maxrssMaximum data size.
minfltNumber of minor page faults.
msgrcvNumber of messages received.
msgsndNumber of messages sent.
nivcswNumber of involuntary context switches.
nsignalsNumber of signals received.
nswapNumber of swaps.
nvcswNumber of voluntary context switches.
oublockNumber of block output operations.
stimeA structure containing the system CPU time used. The structure has the
elements sec (seconds) usec (microseconds).
utimeA structure containing the user CPU time used. The structure has the
elements sec (seconds) usec (microseconds).
Package: octave