Difference between revisions of "Server Beta User Group"

From Second Life Wiki
Jump to navigation Jump to search
Line 67: Line 67:


==== Map Tile Fetching ====
==== Map Tile Fetching ====
Similar to [[#Texture_And_Mesh_Fetch_Testing]] above, we are working on using a CDN for world map tile fetching.  The world map CDN is now grid-wide on Aditi, for testing.  The change is that upon login, the login server gives you a CDN URL for map tiles, rather than the usual Amazon S3 URL.  Fetching map tiles from the CDN should be faster, in general, due to geographic proximity of the CDN servers.
Similar to [[#Texture_And_Mesh_Fetch_Testing]] above, we are working on using a [http://en.wikipedia.org/wiki/Content_delivery_network CDN] for world map tile fetching.  The world map CDN is now grid-wide on Aditi, for testing.  The change is that upon login, the login server gives you a CDN URL for map tiles, rather than the usual Amazon S3 URL.  Fetching map tiles from the CDN should be faster, in general, due to geographic proximity of the CDN servers.


You can detect which URL the viewer is using for map tiles by this viewer log message:
You can detect which URL the viewer is using for map tiles by this viewer log message:

Revision as of 15:28, 18 September 2014

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, September 18 2014, 3PM PDT at Morris🖈 on the preview grid, ADITI.

Agenda

Updates

  • The main channel is getting the maintenance project which was introduced to all three RC channels last week
  • RC BlueSteel was updated to a new project, which addresses experience tools
  • RC LeTigre was updated to the same project as BlueSteel
  • RC Magnum was updated to the same project as BlueSteel and LeTigre
  • CDN #Map Tile Fetching is now live on all of Agni
    • This update was through the login servers (pointing viewers at the new URLs to use for map tile downloads)
    • Half of the login hosts were updated yesterday, and the other half were updated this morning (September 18)
  • CDN #Texture And Mesh Fetch Testing is now live on select Agni regions
    • The channel name is "Second Life RC Snack", and only has a few regions now
    • Presently, the following Linden-owned regions are on this channel:
      • Denby
      • Hippo Hollow
      • Hippotropolis
      • Testylvania Sandbox
    • We are accepting proposals to add other regions to this test, though space is very limited (there's space for 20-30 regions, total)
      • If you own a region and would like to have it moved to the RC Snack channel for CDN testing, please email cdn-test@lindenlab.com


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..)

Map Tile Fetching

Similar to #Texture_And_Mesh_Fetch_Testing above, we are working on using a CDN for world map tile fetching. The world map CDN is now grid-wide on Aditi, for testing. The change is that upon login, the login server gives you a CDN URL for map tiles, rather than the usual Amazon S3 URL. Fetching map tiles from the CDN should be faster, in general, due to geographic proximity of the CDN servers.

You can detect which URL the viewer is using for map tiles by this viewer log message:

INFO: process_login_success_response: map-server-url : we got an answer from the grid : http://maps-cdn.dev.lindenlab.com/aditi/

Interesting Stuff

Any Other Items

Open Items

Minutes from Previous Meetings