mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > PrimeNet

Reply
 
Thread Tools
Old 2010-03-17, 16:53   #1
Damian
 
Damian's Avatar
 
May 2005
Argentina

2·3·31 Posts
Default Detailed user primenet stats

Hi,
I would like to know if it is possibble to obtain a detailed stats report (like that given on the progress reports but only for my particular username).
In particular I would like to know wich exponents I TF and if it found a factor or not (for all the machines assigned to my username)
Thanks,
Damián.

Last fiddled with by Damian on 2010-03-17 at 16:54
Damian is offline   Reply With Quote
Old 2010-03-17, 17:27   #2
petrw1
1976 Toyota Corona years forever!
 
petrw1's Avatar
 
"Wayne"
Nov 2006
Saskatchewan, Canada

22×7×167 Posts
Default

Does this not give you that?

Logon and then
My Account
Results

http://www.mersenne.org/results/
petrw1 is offline   Reply With Quote
Old 2010-03-17, 18:13   #3
Damian
 
Damian's Avatar
 
May 2005
Argentina

BA16 Posts
Default

Quote:
Originally Posted by petrw1 View Post
Does this not give you that?

Logon and then
My Account
Results

http://www.mersenne.org/results/
Thank you,
If I enter that link http://www.mersenne.org/results/ while I'm logged I can see my lasts results that is what I wanted.
What I don't understand now is why when I go to My Account there is no Results button/link anywhere, is something wrong with my account?
Thanks,
Damián.
Damian is offline   Reply With Quote
Old 2010-03-17, 19:09   #4
petrw1
1976 Toyota Corona years forever!
 
petrw1's Avatar
 
"Wayne"
Nov 2006
Saskatchewan, Canada

22·7·167 Posts
Default

Quote:
Originally Posted by Damian View Post
Thank you,
If I enter that link http://www.mersenne.org/results/ while I'm logged I can see my lasts results that is what I wanted.
What I don't understand now is why when I go to My Account there is no Results button/link anywhere, is something wrong with my account?
Thanks,
Damián.
There should be a little arrow thingie by My Account that you can expand to include Results and lots of other goodies I will let you explore yourself.

If not maybe it's the browser you are using???
petrw1 is offline   Reply With Quote
Old 2010-03-17, 19:11   #5
unconnected
 
unconnected's Avatar
 
May 2009
Russia, Moscow

13·199 Posts
Default

The results requested with bounds, f.e. http://www.mersenne.org/results/?exp...B1=Get+results never work for me:
Quote:
CGI Timeout

The specified CGI application exceeded the allowed time for processing. The server has deleted the process.
unconnected is offline   Reply With Quote
Old 2010-03-17, 19:54   #6
sdbardwick
 
sdbardwick's Avatar
 
Aug 2002
North San Diego County

10101011012 Posts
Default

Quote:
Originally Posted by unconnected View Post
The results requested with bounds, f.e. http://www.mersenne.org/results/?exp...B1=Get+results never work for me:
Same for me (most of the time); I think that our recordsets are just to large to process in the alloted time. We are both heavy on TF results, resulting in many database records.

Last fiddled with by sdbardwick on 2010-03-17 at 19:55 Reason: plurals and subject/verb agreement
sdbardwick is offline   Reply With Quote
Old 2010-03-17, 21:17   #7
S485122
 
S485122's Avatar
 
Sep 2006
Brussels, Belgium

69616 Posts
Default

Quote:
Originally Posted by unconnected View Post
The results requested with bounds, f.e. http://www.mersenne.org/results/?exp...B1=Get+results never work for me:
The problem are your bounds : in the 1000 to 2000 you have heavily ECMed numbers. The history of M1061 is at least 10000 lines long. If you would try this on another kind of range even 20000000-50000000 for instance you will get a timely response.

Sorry I was not completely right about that. I did get a response but it took some time. My mistake is that I do that kind of query from the "result queries" menu item about LL results or factors found, and then I get a prompt answer.

Jacob

Last fiddled with by S485122 on 2010-03-17 at 21:28 Reason: not the same type of query
S485122 is offline   Reply With Quote
Old 2010-03-17, 21:43   #8
Damian
 
Damian's Avatar
 
May 2005
Argentina

2·3·31 Posts
Default

Quote:
Originally Posted by petrw1 View Post
There should be a little arrow thingie by My Account that you can expand to include Results and lots of other goodies I will let you explore yourself.

If not maybe it's the browser you are using???
I use firefox but I never realized that little "arrow" could be expanded.
Thank you again.
Damian is offline   Reply With Quote
Old 2010-03-18, 06:36   #9
retina
Undefined
 
retina's Avatar
 
"The unspeakable one"
Jun 2006
My evil lair

619410 Posts
Default

[rant]
I think I have mentioned this before. Hiding things, and having the expand things to see them, is a bad way to design web pages IMO. Even worse is requiring JS to operate simple links.

I suggest to: Put a set of links at the let side that doesn't needs JS. And don't hide things, ever. See how Wikipedia works with all the navigation at the left side panels. Simple and effective, no JS needed, nothing hidden to be discovered by accident, no confusion about how to find things, links are always in the same place so are easy to find.
[/rant]
Thanks for reading.
retina is online now   Reply With Quote
Old 2010-03-18, 08:25   #10
cheesehead
 
cheesehead's Avatar
 
"Richard B. Woods"
Aug 2002
Wisconsin USA

22×3×641 Posts
Default Re: interface design

Quote:
Originally Posted by petrw1 View Post
There should be a little arrow thingie by My Account
Quote:
Originally Posted by Damian View Post
I use firefox but I never realized that little "arrow" could be expanded.
It's a plus sign, not an arrow, in those squares -- believe it or not. When you click on them, they change to minus signs. Plus = click to expand, minus = click to collapse.

It's the same as the scheme for expanding/collapsing directory hierarchy on Windows's My Computer display.

If the squares were slightly larger

(* Hint, Hint *)

the plus-in-square would look more like the plus-in-squares on a My Computer directory listing, and might be more likely to evoke recognition of its function.

Last fiddled with by cheesehead on 2010-03-18 at 08:49
cheesehead is offline   Reply With Quote
Old 2010-03-18, 13:19   #11
Damian
 
Damian's Avatar
 
May 2005
Argentina

BA16 Posts
Default

Quote:
Originally Posted by cheesehead View Post
It's a plus sign, not an arrow, in those squares -- believe it or not. When you click on them, they change to minus signs. Plus = click to expand, minus = click to collapse.

It's the same as the scheme for expanding/collapsing directory hierarchy on Windows's My Computer display.

If the squares were slightly larger

(* Hint, Hint *)

the plus-in-square would look more like the plus-in-squares on a My Computer directory listing, and might be more likely to evoke recognition of its function.
I know, it just didn't look like a plus sign to me.
It seems it's an implementation of TreeMenuXL
In the documentation it says that the size of the images can be changed, it should work fine with:

Code:
lineImageHeight"=>16, "lineImageWidth"=>10
(It is set to 9 and 12 now it seems)
Damian is offline   Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Detailed Stats 0 to 100 Gauges tapion64 PrimeNet 2 2014-04-12 08:26
User stats millsie PrimeNet 0 2009-06-21 22:10
Team User stats retrival ohiomike Information & Answers 0 2009-02-16 20:51
New stats on PrimeNet! ET_ PrimeNet 18 2008-01-24 01:21
Beta user stats for Phase 2 - Test of 210885 SlashDude 15k Search 1 2003-12-16 23:09

All times are UTC. The time now is 15:47.


Fri Jul 16 15:47:05 UTC 2021 up 49 days, 13:34, 1 user, load averages: 2.53, 2.03, 1.79

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.