Previous Page Next Page Contents

module::stat -- status of the module manager

Introduction

module::stat() displays information about the current status of the module manager.

Call(s)

module::stat()

Returns

the void object of type DOM_NULL.

Related Functions

module::age, module::displace, module::new, module::max

Details

Example 1

The status information are displayed as follows. One can see that even if all module were unloaded, the dynamic module stdmod is currently loaded. This is due to the fact that it is needed to create the status information and is loaded automatically when executing the function module::stat.

>> module::displace():
   module::stat()
      ============================================================
      M-Path: /usr/local/mupad/linux/modules
      ------------------------------------------------------------
      Pseudo: {}
      ------------------------------------------------------------
      Kernel: obj = 201/ 202 | unload=  YES
      ------------------------------------------------------------
      Module: loaded =     1 | max   =   16 | active =           1
      Aging :  is not active | itval =   10 | LRU    =      stdmod
      ------------------------------------------------------------
      stdmod    : age=     0 | flags = {"secure"}
      ============================================================

Background




Do you have questions or comments?


Copyright © SciFace Software GmbH & Co. KG 2000