resource — System Resource Management — PyMOTW 3
Originally posted
· 1 min read
The functions in resource probe the current system resources consumed by a process, and place limits on them to control how much load a program can impose on a system.
This post is part of the Python Module of the Week series for Python 3. See PyMOTW.com for more articles from the series.