[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["The Runtime Utilities API provides tools for interacting with the Python Runtime environment."],["It offers functions to retrieve CPU usage data in mcycles through `cpu_usage(...)`, and memory usage data in MB via `memory_usage(...)`."],["The API includes a `is_shutting_down(...)` function to determine if the server is in the process of shutting down."],["A shutdown hook can be registered using `set_shutdown_hook(...)`, which will call the specified function when the server is shutting down."],["The Runtime Utilities API is deprecated as of version 1.8.1."]]],[]]