Commit Graph

108 Commits

Author SHA1 Message Date
Tyron Madlener
2bf553247b Clear timeout once refresh rate has changed and display what the select list is for 2011-06-10 15:35:51 +02:00
Tyron Madlener
bccbff41ae Configurable refresh rate for real-time charts in the status page 2011-06-10 15:17:52 +02:00
Tyron Madlener
831da843c1 Fixes of some bugs 2011-06-09 20:08:17 +02:00
Tyron Madlener
855532ea2e replace pChart with highchart for the query statistics 2011-06-07 14:54:51 +02:00
Tyron Madlener
775beaca22 More secure chart export 2011-06-06 15:26:06 +02:00
Tyron Madlener
9abc87d3a5 Connection / Process charting on the server traffic tab 2011-06-06 13:50:17 +02:00
Tyron Madlener
9fdbb850bb Proof of concept for svg->canvas->image export of charts 2011-06-02 22:00:42 +02:00
Tyron Madlener
71cc8fec3d - Query chart:
- Point tooltip now shows what type of queries have been issued
 - Changed data from 'Seconds per Query' to 'Seconds since last refresh'
2011-06-01 17:49:27 +02:00
Tyron Madlener
8d5850674b Sorting indicators in the column headers 2011-05-31 15:50:50 +02:00
Tyron Madlener
3adc27ec81 A bit better number formatting for the query statistics table 2011-05-31 12:03:57 +02:00
Tyron Madlener
4885b174da - Implemented more reusable code for realtime charting
- added 'queries per second' chart in the query statistics tab
- removed test chart
- fixed kill process url
2011-05-30 22:37:18 +02:00
Tyron Madlener
58da05381c Added realtime charting of processes with the highcart lib for testing 2011-05-30 17:01:09 +02:00
unknown
4a788b1505 Small adjustments 2011-05-27 19:34:53 +02:00
tyron
1a4fc3b879 More wrong variable scoping 2011-05-24 20:48:21 +02:00
tyron
7a82a65c4e Fixed wrong variable scoping 2011-05-24 20:45:44 +02:00
tyron
b37f788a0b Fix for bug #3242060. Total sum of queries sums up all Com_ vars instead of using the Questions var 2011-05-24 20:41:07 +02:00
tyron
cd17b9721b Ajax refresh for all tabs now 2011-05-24 18:29:27 +02:00
tyron
c3dda3823a Fixed caching bug, added ajax refresh for variables table 2011-05-24 15:58:19 +02:00
tyron
e52393015f 2 Bugfixes 2011-05-20 00:24:52 +02:00
tyron
58f6523c57 - Server variable Filtering by category
- Some fixes and style improvements
- Tablesorting (sorting indicators are currently missing though)
2011-05-19 23:19:59 +02:00
tyron
d10e62ca37 Added variable filtering for the 'Variables' Page 2011-05-18 14:25:15 +02:00
tyron
c0749d5563 Organized tables into jQuery tabs to reduce odd scrolling effects when filtering variables 2011-05-18 13:17:47 +02:00
tyron
f8656fb0f8 Ajax loaded chart didn't remove zero values; filtered values have correct odd/even colored rows 2011-05-16 20:22:22 +02:00
tyron
0839be45a5 Status variables in one table, that can be filtered as-you-type with javascript also the query chart is loaded with ajax now. Both features degrade gracefully for non JS users. 2011-05-16 15:34:57 +02:00
Piotr Przybylski
52299e0658 Drizzle-compatible Status tab 2011-04-06 15:40:58 +02:00
Madhura Jayaratne
326f13827b Do not highlight rows of these tables 2011-03-15 20:35:53 +05:30
Michal Čihař
87b0c30747 Better sort some status variables 2011-01-28 11:06:44 +01:00
Michal Čihař
39bc66df25 rfe #1954161 [interface] Do not display long numbers in server status.
Fixed again, hopefully this way will work better.
2011-01-28 09:55:20 +01:00
Michal Čihař
311fd3b7cb Add another link to documentation 2011-01-28 09:36:36 +01:00
Michal Čihař
d50215684a [interface] Add link to documentation for status variables. 2011-01-28 09:28:59 +01:00
Dieter Adriaenssens
08701a59ce query chart : improve message layout and remove disable link 2010-12-06 21:21:24 +01:00
Dieter Adriaenssens
7dcd159da6 bug #3119882, Display query chart on demand 2010-12-04 15:12:45 +01:00
Dieter Adriaenssens
d370730eff bug #3119874, Show integers without decimals on status page 2010-12-04 14:13:51 +01:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
9c34a0eec9 Merged branch official/master. Resolved merge conflicts introduced due to merging of Piotr and Martynas's branches 2010-08-28 01:53:52 +05:30
ninadsp
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
Martynas Mickevicius
b0888714b6 Merge commit 'origin/master' into local
Conflicts:
	server_status.php
2010-07-29 14:14:26 +03:00
Michal Čihař
d291827444 No need to require_once footer
It is the last thing executed anyway (ends with exit).
2010-07-26 16:20:24 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Martynas Mickevicius
b7daf5d985 removed overlib dependancy. Written simple tooltip. 2010-07-23 16:53:46 +03:00
Martynas Mickevicius
bcbd662f48 added tooltip JS includes for other chart places. 2010-07-21 19:35:15 +03:00
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
Martynas Mickevicius
d1708970d6 moved chart dependant code to the chart lib. 2010-06-17 17:10:19 +03:00
Martynas Mickevicius
473b9b38dc fixed the layout of the chart in the server status page 2010-06-15 20:13:12 +03:00
Martynas Mickevicius
9e25d0536d implementation of the pie chart using OFC 2010-06-14 23:36:52 +03:00
ninadsp
834b36bd6a Merge remote branch 'origin/master' 2010-06-09 22:49:38 +05:30
Marc Delisle
5ed4790db0 move remaining old-format messages to the script that uses them, when possible 2010-06-08 12:32:18 -04:00
Martynas Mickevicius
61e00e523e file placeholder creation. Will build on top of these. 2010-06-04 16:19:55 +02:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Michal Čihař
6940bed8fa Allow to translate master/slave strings too. 2010-05-04 10:37:01 +02:00