(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-posixfile.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/unix.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/node215.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 8.14 posixfile Up: 8. Unix Specific Services Next: 8.15.1 Resource Limits
8.15 resource -- Resource usage information
Availability: Unix.
This module provides basic mechanisms for measuring and controlling system resources utilized by a program.
Symbolic constants are used to specify particular system resources and to request usage information about either the current process or its children.
A single exception is defined for errors:
- error
- The functions described below may raise this error if the underlying system call failures unexpectedly.
Subsections
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-posixfile.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/unix.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/node215.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/genindex.html| ]]
|
Previous: 8.14 posixfile Up: 8. Unix Specific Services Next: 8.15.1 Resource Limits
See About this document... for information on suggesting changes.