Current time: 05-26-2013, 03:10 PM Hello There, Guest! (LoginRegister)

Post Reply 
 
Thread Rating:
  • 2 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
WPT Monitor
10-21-2010, 11:10 PM
Post: #41
RE: WPT Monitor
(10-21-2010 10:35 PM)ExKwhanDo Wrote:  
(10-21-2010 09:57 PM)asperkins Wrote:  
(10-21-2010 09:24 PM)ExKwhanDo Wrote:  Yes, I just have a problem wit the timezone.
As I am in France, the time is not corresponding and I would like to have the Europe/Paris timezone.
It will be easier to find the tests instead of making the convestion each time

Another cool feature would be a clickable point in the graphs. When you see a peak in the results it will lead you to the page result

You should be able to set the timezone to Paris as long as you set it on both the server and all agents. I'll also see if I can make the displayed timezone user configurable. That way you would leave the timezones set to UTC, but the server would convert to the desired timezone for you.

On the graph, if you set the resolution to max the points become clickable.

Thanks for the input.

Oh great for the clickable results I did not saw the trick Smile

For the timezone, I can modify the files but i commit the SVN server in order to update so the modifications will be erased every time Sad
That's what happened when I had the WPT files in the logs

If you set the timezone on the machines to Paris, then what gets displayed should be that timezone. Just be sure to set it on the server and agent machines. No code change should be necessary.

Tony Perkins
Find all posts by this user
Quote this message in a reply
10-21-2010, 11:29 PM
Post: #42
RE: WPT Monitor
(10-21-2010 11:10 PM)asperkins Wrote:  
(10-21-2010 10:35 PM)ExKwhanDo Wrote:  
(10-21-2010 09:57 PM)asperkins Wrote:  
(10-21-2010 09:24 PM)ExKwhanDo Wrote:  Yes, I just have a problem wit the timezone.
As I am in France, the time is not corresponding and I would like to have the Europe/Paris timezone.
It will be easier to find the tests instead of making the convestion each time

Another cool feature would be a clickable point in the graphs. When you see a peak in the results it will lead you to the page result

You should be able to set the timezone to Paris as long as you set it on both the server and all agents. I'll also see if I can make the displayed timezone user configurable. That way you would leave the timezones set to UTC, but the server would convert to the desired timezone for you.

On the graph, if you set the resolution to max the points become clickable.

Thanks for the input.

Oh great for the clickable results I did not saw the trick Smile

For the timezone, I can modify the files but i commit the SVN server in order to update so the modifications will be erased every time Sad
That's what happened when I had the WPT files in the logs

If you set the timezone on the machines to Paris, then what gets displayed should be that timezone. Just be sure to set it on the server and agent machines. No code change should be necessary.

I checked if it's on paris. the timezone of my WPT machine is Europe/Paris but the timezone in the results is not this one Sad
Visit this user's website Find all posts by this user
Quote this message in a reply
10-21-2010, 11:30 PM
Post: #43
RE: WPT Monitor
It's Europe/Paris on the WPT machine and the remote agents?

Let me see if I can get configurable timezone into the code this week.

Tony Perkins
Find all posts by this user
Quote this message in a reply
10-22-2010, 12:34 AM
Post: #44
RE: WPT Monitor
I don't have remote agents, just my machine (i only have one test computer).
And yes, it's confugured on the Paris timezone i checked the php.ini
Visit this user's website Find all posts by this user
Quote this message in a reply
10-22-2010, 01:39 PM
Post: #45
RE: WPT Monitor
I've checked in support for user selectable timezone. This includes storing the user preferred timezone at the time of registration, or via editing the user table.

Please note that you will have to manually add a column to the user table, unless you want to wipe the database and reinstall.

If you want to keep your data then add a column to the user table. The column should be named timezone and it should be of type varchar(60)

I use a simple windows program called sqlitebrowser which can be found at sqlitebrowser.sourceforge.net. I download the db from my server, modify the table, then upload it back to the server.

Also, you will need to set the timezone of the server and agent machines to UTC/GMT for this to be accurate.

Tony Perkins
Find all posts by this user
Quote this message in a reply
10-22-2010, 06:49 PM
Post: #46
RE: WPT Monitor
That works perfectly !
Wow ! You're so reactive and it was done in 2 clicks
Thanks for the tool as well i was seeking for this kind of software
Visit this user's website Find all posts by this user
Quote this message in a reply
10-23-2010, 05:14 AM
Post: #47
RE: WPT Monitor
I've checked in some additional fixes. No DB changes needed.

Also, I've finally figured out how to use the migration feature of Doctrine. So hopefully future changes that involve DB changes will be less manual.

Tony Perkins
Find all posts by this user
Quote this message in a reply
11-17-2010, 04:00 AM
Post: #48
RE: WPT Monitor
The graphing component has been updated for the next release. If you pull the latest from trunk you can test it out. It now includes panning, zooming, download, click through to results for a given datapoint. I've also included an initial go at a scatter chart as well.

Tony Perkins
Find all posts by this user
Quote this message in a reply
12-07-2010, 01:45 AM
Post: #49
RE: WPT Monitor
I have a new problem,
No in the jobprocessor it says :

Warning: file_get_contents(/xmlResult/101206_9648e1f1a3a5c8b8ab0e7c35ea87a27b/) [function.file-get-contents]: failed to open stream: No such file or directory in C:\Web Site\content\wptmonitor\wpt_functions.inc on line 583

I thing it did not goes to the right directory because the jobs are okay but the jobprocessor does not find it Sad
Visit this user's website Find all posts by this user
Quote this message in a reply
12-07-2010, 04:28 AM
Post: #50
RE: WPT Monitor
Actually this meas that wptmonitor was unable to fetch the results from the WebPagetest instance. Are you able to see /xmlResult/101206_9648e1f1a3a5c8b8ab0e7c35ea87a27b/ on your wpt instance?

Tony Perkins
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)