[CalendarServer-changes] [8496] CalendarServer/trunk/doc/Admin/LoadSimulation.txt

source_changes at macosforge.org source_changes at macosforge.org
Sat Jan 7 23:14:09 PST 2012


Revision: 8496
          http://trac.macosforge.org/projects/calendarserver/changeset/8496
Author:   dre at apple.com
Date:     2012-01-07 23:14:08 -0800 (Sat, 07 Jan 2012)
Log Message:
-----------
Fix UTF-8 characters

Modified Paths:
--------------
    CalendarServer/trunk/doc/Admin/LoadSimulation.txt

Modified: CalendarServer/trunk/doc/Admin/LoadSimulation.txt
===================================================================
--- CalendarServer/trunk/doc/Admin/LoadSimulation.txt	2012-01-08 07:00:28 UTC (rev 8495)
+++ CalendarServer/trunk/doc/Admin/LoadSimulation.txt	2012-01-08 07:14:08 UTC (rev 8496)
@@ -34,11 +34,11 @@
 
  Loaded 99 accounts.
  user01 - - - - - - - - - - -  startup BEGIN 
- user01 request 207â“[ 0.04 s] PROPFIND /principals/users/user01/
- user01 request 207â“[ 0.02 s] PROPFIND /principals/__uids__/user01/
- user01 request 200â“[ 0.01 s]   REPORT /principals/
+ user01 request 207✓[ 0.04 s] PROPFIND /principals/users/user01/
+ user01 request 207✓[ 0.02 s] PROPFIND /principals/__uids__/user01/
+ user01 request 200✓[ 0.01 s]   REPORT /principals/
  user01 - - - - - - - - - - -     poll BEGIN 
- user01 request 207â“[ 0.19 s] PROPFIND /calendars/__uids__/user01/
+ user01 request 207✓[ 0.19 s] PROPFIND /calendars/__uids__/user01/
  ...
 
 - To stop the sim, simply cntrl-c it.
@@ -57,17 +57,17 @@
 ::
 
  user01 - - - - - - - - - - -  startup BEGIN 
- user01 request 207â“[ 0.04 s] PROPFIND /principals/users/user01/
- user01 request 207â“[ 0.02 s] PROPFIND /principals/__uids__/user01/
- user01 request 200â“[ 0.01 s]   REPORT /principals/
+ user01 request 207✓[ 0.04 s] PROPFIND /principals/users/user01/
+ user01 request 207✓[ 0.02 s] PROPFIND /principals/__uids__/user01/
+ user01 request 200✓[ 0.01 s]   REPORT /principals/
  user01 - - - - - - - - - - -     poll BEGIN 
- user01 request 207â“[ 0.29 s] PROPFIND /calendars/__uids__/user01/
- user01 request 207â“[ 0.04 s] PROPFIND /calendars/__uids__/user01/calendar/
- user01 request 207â“[ 0.04 s] PROPFIND /calendars/__uids__/user01/inbox/
- user01 request 207â“[ 0.05 s] PROPFIND /calendars/__uids__/user01/tasks/
- user01 request 207â“[ 0.02 s] PROPFIND /calendars/__uids__/user01/outbox/
- user01 request 207â“[ 0.03 s] PROPFIND /calendars/__uids__/user01/dropbox/
- user01 request 207â“[ 0.03 s] PROPFIND /calendars/__uids__/user01/notification/
+ user01 request 207✓[ 0.29 s] PROPFIND /calendars/__uids__/user01/
+ user01 request 207✓[ 0.04 s] PROPFIND /calendars/__uids__/user01/calendar/
+ user01 request 207✓[ 0.04 s] PROPFIND /calendars/__uids__/user01/inbox/
+ user01 request 207✓[ 0.05 s] PROPFIND /calendars/__uids__/user01/tasks/
+ user01 request 207✓[ 0.02 s] PROPFIND /calendars/__uids__/user01/outbox/
+ user01 request 207✓[ 0.03 s] PROPFIND /calendars/__uids__/user01/dropbox/
+ user01 request 207✓[ 0.03 s] PROPFIND /calendars/__uids__/user01/notification/
  user01 - - - - - - - - - - -     poll END [ 0.51 s]
  user01 - - - - - - - - - - -  startup END [ 0.59 s]
 
@@ -77,7 +77,7 @@
 
 Above, we see two behaviors that are nested; the 'startup' operation starts which includes a few requests and also triggers the 'poll' operation.
 
-Individual requests are logged with the word 'request', followed by the HTTP status, the request duration, the HTTP method of the request, and the URI that is being targeted. Successful requests are indicated by a â“ while failed requests are indicated with â—.
+Individual requests are logged with the word 'request', followed by the HTTP status, the request duration, the HTTP method of the request, and the URI that is being targeted. Successful requests are indicated by a ✓ while failed requests are indicated with —✗.
 
 Most client operations also log a 'lag' time when they start, e.g.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120107/2ff59d8f/attachment.html>


More information about the calendarserver-changes mailing list