tcllux::rusage(n) 1.0 tcllux_rusage "tcllux::rusage"

Name

tcllux::rusage - TclLux rusage

Table Of Contents

Synopsis

  • package require Tcl 8.6
  • package require tcllux::rusage ?1.0?

Description

The TclLux rusage Tcl extension provides rusage information.

COMMANDS

lux rusage ?who?
self

This is the default if who isn't provided. Returns rusage information about the current process.

children

Returns rusage information about the terminated children of the current process.

thread

Returns rusage information about the current thread.

See Also

getrusage(2)

Keywords

rusage, unix

Category

UNIX