The nap_info Command

The nap_info command provides information (mainly about the NAP system). There are three variants which are shown in the following example:

% nap_info bytes
1300 1640
% nap_info seconds
12.519
% nap_info sequence
15

The command "nap_info bytes" returns two numbers:

  • current number of bytes of memory being used by NAOs (1300 in above example)
  • maximum number of bytes used at any time so far(1640 in above example)

    The command "nap_info seconds" returns the processor time used by tcl, as defined by the C function "clock()".

    The command "nap_info sequence" returns the sequence-number of the most recently created NAO.

    Author: Harvey Davies       © 2002, CSIRO Australia.       Legal Notice and Disclaimer
    CVS Version Details: $Id: nap_info.html,v 1.2 2004/04/27 07:38:25 dav480 Exp $