|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/node181.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/unix.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/module-posixfile.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/genindex.html| ]]
|
Next: 8.15.1 Resource Limits Up: 8. Unix Specific Services Previous: 8.14 posixfile
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.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/node181.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/unix.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/module-posixfile.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/contents.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/modindex.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/lib/genindex.html| ]]
|
Next: 8.15.1 Resource Limits Up: 8. Unix Specific Services Previous: 8.14 posixfile
Send comments on this document to python-docs@python.org.