[Checkins] SVN: zc.zeoinputlog/branches/replay/src/zc/zeoinputlog/readonlyreplay.py get client load averages periodically.

Jim Fulton jim at zope.com
Tue Aug 2 14:21:18 EDT 2011


Log message for revision 122448:
  get client load averages periodically.
  

Changed:
  U   zc.zeoinputlog/branches/replay/src/zc/zeoinputlog/readonlyreplay.py

-=-
Modified: zc.zeoinputlog/branches/replay/src/zc/zeoinputlog/readonlyreplay.py
===================================================================
--- zc.zeoinputlog/branches/replay/src/zc/zeoinputlog/readonlyreplay.py	2011-08-02 16:37:44 UTC (rev 122447)
+++ zc.zeoinputlog/branches/replay/src/zc/zeoinputlog/readonlyreplay.py	2011-08-02 18:21:18 UTC (rev 122448)
@@ -541,6 +541,7 @@
         if nrecords and (nrecords%10000 == 0):
             if (nrecords%100000 == 0):
                 os.system("nc %s %s" % (addr[0], options.status_port))
+                os.system("uptime")
                 last_times = print_times(last_times, handlers.times,
                                          "after %s operations" % nrecords)
                 print



More information about the checkins mailing list