Jump to content
  • 0

How to save the statistics from Statistics Panel and Scene Load Statistics in txt or CSV files?


RedEagle87
 Share

You are about to reply to a thread that has been inactive for 2657 days.

Please take a moment to consider if this thread is worth bumping.

Question

  • 0

Some of those stats can be read with LSL functions, specifically llGetRegionFPS, llGetRegionTimeDilation, and the DATA_SIM_STATUS parameter in llRequestSimulatorData .  If you write a simple LSL script to poll the region with a timer and feed results to a storage location -- an off-world server, maybe? -- that will get you some of what you want.  Most of the other data in the Statistics Panel, however, are not accessible with LSL, and are not available for public scrutiny because we do not have access to Linden Lab's servers.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Some of those stats can be read with LSL functions, specifically llGetRegionFPS, llGetRegionTimeDilation, and the DATA_SIM_STATUS parameter in llRequestSimulatorData .  If you write a simple LSL script to poll the region with a timer and feed results to a storage location -- an off-world server, maybe? -- that will get you some of what you want.  Most of the other data in the Statistics Panel, however, are not accessible with LSL, and are not available for public scrutiny because we do not have access to Linden Lab's servers.

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 2657 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...