Message boards :
Number crunching :
New tasks, Charts
Message board moderation
Author | Message |
---|---|
Send message Joined: 16 May 13 Posts: 48 Credit: 475,901 RAC: 0 |
Hi! I just put out the following service: http://ob.cakebox.net/cpdn_status/server_status.html It is a bit unstable and weird, but pools the server status page on cpdn and graphs the number of tasks available and number of tasks running. The update program currently runs on a raspberry pi without a stable internet connection, so might not capture everything. Apparently we had around 1000 tasks being released yesterday. Let me know what you think. |
Send message Joined: 29 Sep 04 Posts: 2363 Credit: 14,611,758 RAC: 0 |
http://ob.cakebox.net/cpdn_status/server_status.html I like this. Usually we can't see how long a batch of models takes to be sent out. I think we should sticky it but not yet because it's quite easy not to see new stickies up at the top. Thank you, Tullus! Cpdn news |
Send message Joined: 15 May 09 Posts: 4529 Credit: 18,633,388 RAC: 13,220 |
Nice, it is showing the new models released today already. |
Send message Joined: 16 May 13 Posts: 48 Credit: 475,901 RAC: 0 |
Made some updates and moved the code away from the raspberry pi. The code now runs on the cakebox server, which has a more stable internet connection. As it stands, the code will (likely) crash if new applications are added or old ones are removed... |
Send message Joined: 31 Oct 04 Posts: 336 Credit: 3,316,482 RAC: 0 |
In FF 26.0 it cuts the legend off : data.addColumn('number', ' hadam3p (Global model only) Tasks ready to send') shows (behind the blue square) as : hadam3p (Global mo... with trailing periods, so max-width is probably somewhat too short. p.s.: nice work, now we need the same for the beta server :-) |
Send message Joined: 1 Jan 07 Posts: 1058 Credit: 36,566,547 RAC: 15,982 |
It does that in Chrome as well, but with the full text available in a tooltip on hover over. |
Send message Joined: 16 May 13 Posts: 48 Credit: 475,901 RAC: 0 |
Thanks for the feedback, I made some more space for the legend. |
Send message Joined: 22 Feb 06 Posts: 490 Credit: 30,749,549 RAC: 10,262 |
Does it in IE as well. Nice graph though. |
Send message Joined: 16 May 13 Posts: 48 Credit: 475,901 RAC: 0 |
Yes, the legend was not fully visible on my screen as well, I just didn't think too much about it. I made another update, now the entire legend should be visible and the graph should resize itself for smaller screens (maximum width is now 1024px). Oh, and I turned off the mousewheel zooming feature, nobody was using it right? Apparently there might be some odd behavior in IE (Internet Explorer) with the method that I have used, could anyone check that it doesn't look totally insane in IE? (I have basically no experience with html and css). Another potential issue: The graph data will currently grow forever, if (or when) things start slowing down, please let me know. Not sure how much data the google chart can handle. |
Send message Joined: 15 Feb 06 Posts: 137 Credit: 35,094,257 RAC: 13,399 |
It looks fine in IE v11.0.4 |
Send message Joined: 3 Sep 04 Posts: 126 Credit: 26,610,380 RAC: 3,377 |
You might use the same period selection for both graphs. How often does it interrogate the server status? The In progress part isn't displayed in IE 8. |
Send message Joined: 16 May 13 Posts: 48 Credit: 475,901 RAC: 0 |
@Alex Plantema Would you mind trying in IE8 again, I added the line suggested here: https://code.google.com/p/google-visualization-api-issues/issues/detail?id=936 Do you know if the In progress part has disappeared recently or has it never been there? The data is currently fetched every half hour. I will see if I can link the two period selections somehow. |
Send message Joined: 5 Sep 04 Posts: 7629 Credit: 24,240,330 RAC: 0 |
In Progress has ALWAYS been there. |
Send message Joined: 3 Sep 04 Posts: 126 Credit: 26,610,380 RAC: 3,377 |
There seems to be no change, but I can't find this meta tag in the source. I checked it in IE 8 yesterday for the first time. |
Send message Joined: 16 May 13 Posts: 48 Credit: 475,901 RAC: 0 |
@Les Bayliss Yes: The problem seems to be isolated to Internet Explorer (IE) 8, are you saying you have IE8 and can see all of the graphs? The second line of the source should read <html lang="en" meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> It might not have done so if you check right after I posted, but it should be there now. Would you mind looking at: https://developers.google.com/chart/interactive/docs/gallery If the "Line Chart" there is not visible, then I will just give up on IE8... |
Send message Joined: 5 Sep 04 Posts: 7629 Credit: 24,240,330 RAC: 0 |
I use Firefox, not IE. The only part of our Service Status page that's intermittent, and hasn't worked at all for a LONG time is the bar chart under WU status. |
Send message Joined: 16 May 13 Posts: 48 Credit: 475,901 RAC: 0 |
I use Firefox, not IE. I hope we are not talking about the same thing, the discussion is around my server status page, which can be found here: http://ob.cakebox.net/cpdn_status/server_status.html This page has never featured a bar chart. |
Send message Joined: 5 Sep 04 Posts: 7629 Credit: 24,240,330 RAC: 0 |
In that case Oops. To be honest, I've only looked at your chart a couple of times. The cpdn page is sufficient for a quick look to see the status of work. Which, right now, is just under 14,000 tasks. |
Send message Joined: 3 Sep 04 Posts: 126 Credit: 26,610,380 RAC: 3,377 |
I searched for "<meta" but didn't find it. You made meta a property of an html element instead of a separate element as described in https://code.google.com/p/google-visualization-api-issues/issues/detail?id=936. |
Send message Joined: 16 May 13 Posts: 48 Credit: 475,901 RAC: 0 |
I searched for "<meta" but didn't find it. You made meta a property of an html element instead of a separate element as described in https://code.google.com/p/google-visualization-api-issues/issues/detail?id=936. Vops, could you try again, it should now be: <html lang="en"> <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> |
©2024 cpdn.org