Commit 80e19f88 authored by Jim Fulton's avatar Jim Fulton

Added thread id in process id display.

parent 299b1d04
......@@ -29,7 +29,7 @@ font-size: 10pt;
<li>Zope version: <!--#var version_txt-->
<li>Python version: <!--#var sys_version-->
<li>System Platform: <!--#var sys_platform-->
<li>Process ID: <!--#var process_id-->
<li>Process ID: <!--#var process_id--> (<!--#var thread_get_ident-->)
<li>Running for: <!--#var process_time-->
<li>Top Refcounts: <select name="foo"><!--#in
"refcount(100)"--><option><!--#var
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment