PageRenderTime 37ms CodeModel.GetById 9ms app.highlight 21ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/floater_lagmeter.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 336 lines | 336 code | 0 blank | 0 comment | 0 complexity | 737c3dc9594278cc03d34bfcd9d07481 MD5 | raw file
Possible License(s): LGPL-2.1
  1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2<floater
  3 legacy_header_height="18"
  4 height="170"
  5 layout="topleft"
  6 name="floater_lagmeter"
  7 help_topic="floater_lagmeter"
  8 save_rect="true"
  9 title="LAG METER"
 10 width="350">
 11    <floater.string
 12     name="max_title_msg">
 13        Lag Meter
 14    </floater.string>
 15    <floater.string
 16     name="max_width_px">
 17        360
 18    </floater.string>
 19    <floater.string
 20     name="min_title_msg">
 21        Lag
 22    </floater.string>
 23    <floater.string
 24     name="min_width_px">
 25        90
 26    </floater.string>
 27    <floater.string
 28     name="client_text_msg">
 29        Client
 30    </floater.string>
 31    <floater.string
 32     name="client_frame_rate_critical_fps">
 33        10
 34    </floater.string>
 35    <floater.string
 36     name="client_frame_rate_warning_fps">
 37        15
 38    </floater.string>
 39    <floater.string
 40     name="client_frame_time_window_bg_msg">
 41        Normal, window in background
 42    </floater.string>
 43    <floater.string
 44     name="client_frame_time_critical_msg">
 45        Client frame rate below [CLIENT_FRAME_RATE_CRITICAL]
 46    </floater.string>
 47    <floater.string
 48     name="client_frame_time_warning_msg">
 49        Client frame rate between [CLIENT_FRAME_RATE_CRITICAL] and [CLIENT_FRAME_RATE_WARNING]
 50    </floater.string>
 51    <floater.string
 52     name="client_frame_time_normal_msg">
 53        Normal
 54    </floater.string>
 55    <floater.string
 56     name="client_draw_distance_cause_msg">
 57        Possible cause: Draw distance set too high
 58    </floater.string>
 59    <floater.string
 60     name="client_texture_loading_cause_msg">
 61        Possible cause: Images loading
 62    </floater.string>
 63    <floater.string
 64     name="client_texture_memory_cause_msg">
 65        Possible cause: Too many images in memory
 66    </floater.string>
 67    <floater.string
 68     name="client_complex_objects_cause_msg">
 69        Possible cause: Too many complex objects in scene
 70    </floater.string>
 71    <floater.string
 72     name="network_text_msg">
 73        Network
 74    </floater.string>
 75    <floater.string
 76     name="network_packet_loss_critical_pct">
 77        10
 78    </floater.string>
 79    <floater.string
 80     name="network_packet_loss_warning_pct">
 81        5
 82    </floater.string>
 83    <floater.string
 84     name="network_packet_loss_critical_msg">
 85        Connection is dropping over [NETWORK_PACKET_LOSS_CRITICAL]% of packets
 86    </floater.string>
 87    <floater.string
 88     name="network_packet_loss_warning_msg">
 89        Connection is dropping [NETWORK_PACKET_LOSS_WARNING]%-[NETWORK_PACKET_LOSS_CRITICAL]% of packets
 90    </floater.string>
 91    <floater.string
 92     name="network_performance_normal_msg">
 93        Normal
 94    </floater.string>
 95    <floater.string
 96     name="network_ping_critical_ms">
 97        600
 98    </floater.string>
 99    <floater.string
100     name="network_ping_warning_ms">
101        300
102    </floater.string>
103    <floater.string
104     name="network_ping_critical_msg">
105        Connection ping time is over [NETWORK_PING_CRITICAL] ms
106    </floater.string>
107    <floater.string
108     name="network_ping_warning_msg">
109        Connection ping time is [NETWORK_PING_WARNING]-[NETWORK_PING_CRITICAL] ms
110    </floater.string>
111    <floater.string
112     name="network_packet_loss_cause_msg">
113        Possible bad connection or &apos;Bandwidth&apos; pref too high.
114    </floater.string>
115    <floater.string
116     name="network_ping_cause_msg">
117        Possible bad connection or file-sharing app.
118    </floater.string>
119    <floater.string
120     name="server_text_msg">
121        Server
122    </floater.string>
123    <floater.string
124     name="server_frame_rate_critical_fps">
125        20
126    </floater.string>
127    <floater.string
128     name="server_frame_rate_warning_fps">
129        30
130    </floater.string>
131    <floater.string
132     name="server_single_process_max_time_ms">
133        20
134    </floater.string>
135    <floater.string
136     name="server_frame_time_critical_msg">
137        Simulator framerate below [SERVER_FRAME_RATE_CRITICAL]
138    </floater.string>
139    <floater.string
140     name="server_frame_time_warning_msg">
141        Simulator framerate between [SERVER_FRAME_RATE_CRITICAL] and [SERVER_FRAME_RATE_WARNING]
142    </floater.string>
143    <floater.string
144     name="server_frame_time_normal_msg">
145        Normal
146    </floater.string>
147    <floater.string
148     name="server_physics_cause_msg">
149        Possible Cause: Too many physical objects
150    </floater.string>
151    <floater.string
152     name="server_scripts_cause_msg">
153        Possible Cause: Too many scripted objects
154    </floater.string>
155    <floater.string
156     name="server_net_cause_msg">
157        Possible Cause: Too much network traffic
158    </floater.string>
159    <floater.string
160     name="server_agent_cause_msg">
161        Possible Cause: Too many moving people in region
162    </floater.string>
163    <floater.string
164     name="server_images_cause_msg">
165        Possible Cause: Too many image calculations
166    </floater.string>
167    <floater.string
168     name="server_generic_cause_msg">
169        Possible Cause: Simulator load too heavy
170    </floater.string>
171    <floater.string
172     name="smaller_label">
173        &gt;&gt;
174    </floater.string>
175    <floater.string
176     name="bigger_label">
177        &lt;&lt;
178    </floater.string>
179    <button
180     follows="top|left"
181     height="16"
182     image_selected="lag_status_good.tga"
183     image_unselected="lag_status_good.tga"
184     layout="topleft"
185     left="8"
186     name="client_lagmeter"
187     tab_stop="false"
188     tool_tip="Client lag status"
189     top="24"
190     width="16" />
191    <text
192     type="string"
193     length="1"
194     follows="left|top"
195     font="SansSerif"
196     height="16"
197     layout="topleft"
198     left_pad="3"
199     name="client"
200     top_delta="0"
201     width="128">
202        Client
203    </text>
204    <text
205     invisiblity_control="LagMeterShrunk"
206     type="string"
207     length="1"
208     bottom="40"
209     follows="left|top"
210     font="SansSerif"
211     height="16"
212     layout="topleft"
213     left="110"
214     name="client_text"
215     right="-10">
216        Normal
217    </text>
218    <text
219     invisiblity_control="LagMeterShrunk"
220     bottom="56"
221     follows="left|top"
222     height="16"
223     layout="topleft"
224     left="40"
225     name="client_lag_cause"
226     right="-32" />
227    <button
228     follows="top|left"
229     height="16"
230     image_selected="lag_status_good.tga"
231     image_unselected="lag_status_good.tga"
232     layout="topleft"
233     left="8"
234     name="network_lagmeter"
235     tab_stop="false"
236     tool_tip="Network lag status"
237     top="64"
238     width="16" />
239    <text
240     type="string"
241     length="1"
242     follows="left|top"
243     font="SansSerif"
244     height="16"
245     layout="topleft"
246     left_pad="3"
247     name="network"
248     top_delta="0"
249     width="128">
250        Network
251    </text>
252    <text
253     invisiblity_control="LagMeterShrunk"
254     type="string"
255     length="1"
256     bottom="80"
257     follows="left|top"
258     font="SansSerif"
259     height="16"
260     layout="topleft"
261     left="110"
262     name="network_text"
263     right="-10">
264        Normal
265    </text>
266    <text
267     invisiblity_control="LagMeterShrunk"
268     bottom="96"
269     follows="left|top"
270     height="16"
271     layout="topleft"
272     left="40"
273     name="network_lag_cause"
274     right="-32" />
275    <button
276     follows="top|left"
277     height="16"
278     image_selected="lag_status_good.tga"
279     image_unselected="lag_status_good.tga"
280     layout="topleft"
281     left="8"
282     name="server_lagmeter"
283     tab_stop="false"
284     tool_tip="Server lag status"
285     top="104"
286     width="16" />
287    <text
288     type="string"
289     length="1"
290     follows="left|top"
291     font="SansSerif"
292     height="16"
293     layout="topleft"
294     left_pad="3"
295     name="server"
296     top_delta="0"
297     width="60">
298        Server
299    </text>
300    <text
301     invisiblity_control="LagMeterShrunk"
302     type="string"
303     length="1"
304     bottom="120"
305     follows="left|top"
306     font="SansSerif"
307     height="16"
308     layout="topleft"
309     left="110"
310     name="server_text"
311     right="-10">
312        Normal
313    </text>
314    <text
315     invisiblity_control="LagMeterShrunk"
316     bottom="136"
317     follows="left|top"
318     height="16"
319     layout="topleft"
320     left="40"
321     name="server_lag_cause"
322     right="-32" />
323    <button
324     follows="left|top"
325     height="20"
326     label="&gt;&gt;"
327     layout="topleft"
328     left="10"
329     name="minimize"
330	 tool_tip="Toggle floater size"
331     top_delta="24"
332     width="40">
333        <button.commit_callback
334         function="LagMeter.ClickShrink" />
335    </button>
336</floater>