oslo_reports.views.text.process
Module¶Provides process view
This module provides a view for visualizing processes in human-readable form
oslo_reports.views.text.process.
ProcessView
(path=None, text=None)¶Bases: oslo_reports.views.jinja_view.JinjaView
A Process View
This view displays process models defined by
oslo_reports.models.process.ProcessModel
VIEW_TEXT
= "Process {{ pid }} (under {{ parent_pid }}) [ run by: {{ username }} ({{ uids.real|default('unknown uid') }}), state: {{ state }} ]\n{% for child in children %} {{ child }}{% endfor %}"¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.