[CalendarServer-changes] [13790] CalendarServer/trunk/calendarserver/tools/dashboard.py
source_changes at macosforge.org
source_changes at macosforge.org
Fri Jul 25 10:55:45 PDT 2014
Revision: 13790
http://trac.calendarserver.org//changeset/13790
Author: cdaboo at apple.com
Date: 2014-07-25 10:55:45 -0700 (Fri, 25 Jul 2014)
Log Message:
-----------
Table title switch.
Modified Paths:
--------------
CalendarServer/trunk/calendarserver/tools/dashboard.py
Modified: CalendarServer/trunk/calendarserver/tools/dashboard.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/dashboard.py 2014-07-24 16:36:26 UTC (rev 13789)
+++ CalendarServer/trunk/calendarserver/tools/dashboard.py 2014-07-25 17:55:45 UTC (rev 13790)
@@ -212,7 +212,7 @@
):
window.update()
except Exception:
- #print(str(e))
+ # print(str(e))
pass
if not self.usesCurses:
print("-------------")
@@ -883,7 +883,7 @@
x = 1
y = 1
s1 = " {:<8}{:>8}{:>10}{:>10}{:>10}{:>10}{:>8}{:>8}{:>8} ".format(
- "Period", "Reqs", "Av-Reqs", "Av-NoWr", "Av-Resp", "Max-Resp", "Slot", "CPU ", "500's"
+ "Period", "Reqs", "Av-Reqs", "Av-Resp", "Av-NoWr", "Max-Resp", "Slot", "CPU ", "500's"
)
s2 = " {:<8}{:>8}{:>10}{:>10}{:>10}{:>10}{:>8}{:>8}{:>8} ".format(
"", "", "per sec", "(ms)", "(ms)", "(ms)", "Avg.", "Avg.", ""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140725/98343eef/attachment.html>
More information about the calendarserver-changes
mailing list