Server Beta User Group

From Second Life Wiki
Revision as of 10:43, 29 September 2014 by Maestro Linden (talk | contribs)
Jump to navigation Jump to search

This is the meeting tracking and progress page for the weekly Server BETA QA Meeting, moderated by Maestro Linden. Please contact him on AGNI for more information. You can join the Second Life Beta group for updates.

The next meeting is Thursday, October 2 2014, 3PM PDT at Morris🖈 on the preview grid, ADITI.

Agenda

Updates


Texture And Mesh Fetch Testing

  • A new texture/mesh asset fetching service is up on Aditi for testing
    • No special viewer support required (works with the Second Life 3.7.14 release viewer
    • Sims which use this service have the viewer fetch meshes and textures from a CDN, rather than through the sim host
    • This is accomplished by changing the URLs the viewer receives for GetMesh, GetMesh2, and GetTexture capabilities
    • The advantage of this approach is twofold
      • The sim isn’t burdened with texture and mesh asset requests
      • The CDN is globally distributed, so viewers located far away from the sim host will enjoy faster speeds (due to lower latency) when fetching these assets
    • This service is live on Aditi now, in the “DRTSIM-258” channel
      • Region “TextureTest CDN” on DRTSIM-258 contains about 5650 textures to download, when viewed from the parcel TP location with 512m draw distance
      • Region “MeshTest2H” on DRTSIM-258 contains about 5170 meshes to download, when viewed from the parcel TP location with 512m draw distance
      • For comparison, regions “MeshTest2” and “TextureTest SLS” on the “Second Life Server” channel have the same content but use the ‘classic’ asset fetching method
    • Performance results thus far
      • Maestro and April ran some benchmarks from the office
        • In the mesh test regions,
          • On DRTSIM-258 (using the CDN), all the meshes are fetched very consistently, within ~51 seconds
          • On SLS (not using the CDN), mesh fetch time averages ~78 seconds, with varied results
        • In the texture test regions,
          • On DRTSIM-258 (using the CDN), texture fetch time is about 43 seconds
          • On SLS (not using the CDN), texture fetch time is about 105 seconds
      • Early results from Europe are also very promising (appear to show about a 2x speedup in loading time with the CDN, compared to without)
      • Recommended test setup
        • Clear cache prior to test (deleting the viewer’s cache folder is a pretty convenient method)
        • Do a preliminary run before benchmarking to 'warm' the cache (applies to both CDN and simhost texture fetching)
        • Login directly to the test region
        • No other avatars around
        • Draw distance set to 512m
        • Maximum bandwidth set to 10000kbps
        • Viewer always kept in focus (otherwise FPS is capped at ~20fps, possibly affecting fetch performance)
        • Don’t touch the camera
        • For mesh benchmarking, we used the 'Mesh Download Quiescent' message in the viewer log. This message triggers when the viewer has fetched all the meshes it wants, and prints the fetch start and stop times (used to compute duration)
        • For texture benchmarking, we used time from hitting the ‘login’ button until the time until the texture console (Develop -> Consoles -> Texture Console) indicated that 0 textures were remaining to be fetched, with “Fetch 0(0)”
          • Because of the delay involved when logging in, this texture fetch benchmark is much less precise than what we have for meshes
    • Feel free to try it for yourselves! (please be gentle..)

Interesting Stuff

Any Other Items

Open Items

Minutes from Previous Meetings