Re: [osg-users] DatabasePager Stats

2009-04-01 Thread Robert Osfield
Hi Mike,

2009/3/31 

>  I apologize in advance if this has already been answered, but I didn’t
> find anything.  One of the stats views shows “DatabasePager time to merge
> new tiles”.  What is the meaning of the different values, especially the
> “requests” value?  What would cause it to spike on a flt file?
>
Each external file reference that has to get paged in will be a single file
request.  The external file requests are instigated by either PagedLOD or
ProxyNode, with .flt it'll have to be the ProxyNode as it doesn't have
support for PagedLOD.  The OpenFlight plugin uses ProxyNode for external
file references.

You can pass different options into the OpenFlight plugin to get it to
loaded the the external file references up front.   To see the options do:

   osgconv --format flt

Robert.
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] DatabasePager Stats

2009-03-31 Thread Michael . Schmidt
Hello,

 

I apologize in advance if this has already been answered, but I didn't
find anything.  One of the stats views shows "DatabasePager time to
merge new tiles".  What is the meaning of the different values,
especially the "requests" value?  What would cause it to spike on a flt
file?

 

Thanks,

Mike

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org