performance_counting_enable()
über die Python API oder alternativ ausführen.
globals.conf
den Parameter performance_counting
= "true" setzen und anschließend den Server neustarten.
performance_counting_enable()
über die Python API oder alternativ ausführen.
globals.conf
den Parameter performance_counting
= "true" setzen und anschließend den Server neustarten.
Details'''Toggles performance counting globally and shows a message depending on current setting''' cur_title = ppms.ui_get_system_title() on_str = 'Performance Counting: ON' off_str = 'Performance Counting: OFF' if ppms.performance_counting_is_enabled(): ppms.performance_counting_disable() ppms.ui_message_box(off_str) else: ppms.performance_counting_enable() ppms.ui_message_box(on_str)
I | Attachment | History | Size | Date | Comment |
---|---|---|---|---|---|
doc | Checkliste_Performance-Probleme_5.doc | r2 r1 | 149.0 K | 2015-04-29 - 14:54 |