Subject: Discussion related to cado-nfs
List archive
- From: Grüninger, Micha <Micha.Grueninger@alumni.fh-aachen.de>
- To: "cado-nfs-discuss@lists.gforge.inria.fr" <cado-nfs-discuss@lists.gforge.inria.fr>
- Subject: [Cado-nfs-discuss] Statistic Visualization
- Date: Sun, 1 Jan 2017 22:26:56 +0000
- Accept-language: de-DE, en-US
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=Micha.Grueninger@alumni.fh-aachen.de; spf=None smtp.mailfrom=Micha.Grueninger@alumni.fh-aachen.de; spf=None smtp.helo=postmaster@mx-out-1.rwth-aachen.de
- Ironport-phdr: 9a23:llhV4hQLj9Qs/p6WxwuZ1lw7ldpsv+yvbD5Q0YIujvd0So/mwa67ZBGGt8tkgFKBZ4jH8fUM07OQ6PG8HzVYqs7d+Fk5M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aFRrwLxd6KfroEYDOkcu3y/qy+5rOaAlUmTaxe71/IRG5oAnLq8UanYRuJro+xxDUvnZGZuNayH9yK1mOhRj8/MCw/JBi8yRUpf0s8tNLXLv5caolU7FWFSwqPG8p6sLlsxnDVhaP6WAHUmoKiBpIAhPK4w/8U5zsryb1rOt92C2dPc3rUbA5XCmp4ql3RBP0jioMKiM38HzMisxojaJUvBOhpxtiw47PfYqaOuZwcKXAdt8eRWdNQsNdWipcCY2+coQPFfIMM+ZGoYfgu1sAoxiwBQiwC+zg0TJIg2P60Lcg3ug9DQ3KwQotFM8OvnTOq9X1Mb8fX+GvzLHUyzXDbvVW2Tjj54jSahwuufaCXbNsfsrR00YkCgTIgFKRqYP5PzOazP4BvWmB7+p9S+2vjW8nqwd+ojex3MchkZPGhoYIylDB8yV5wZw5JdO4SEJie9GrCodftyGEOItwWM8tXn9ntT88x7Ybt5C7ey0Kx44mxx7Zc/GLboeF7xb5WOqPPTt0mWhpdKywihqu60Ss1OLxW8+p21hJtipIisTAu34C2hDJ98SKROdx8l2h1DqVygze6eBJLVgwmKbGMZIswKQ8moQTvEnNBCP6hkr7ga+OekUq5Oel6Pjrb7Djq5KSK4N7kRvxP6EzlsOhG+s3KQ0DU3WY9Oii1bDu+E30TKlLg/A5lKTSrYrUKt4BpqGjBg9YyoYj5Ai7DzehyNkYmHYGIEtCeBKak4jlIkzCLOriDfaxn1SskC5nyOrcMbL9ApXCMH7DnK38crlj80JcyQwzws5D559MF70MLv3+VlXsuNHWEhM1KQy5z/z6BNh+144SQWePDbWYMKPWv1+I/OUvI+yUaYESuTbyN/gl6OT0gXE4g18dYLem3Z0WaHC+EfRpPV+ZbGH2jdcFDGcKuww+TO3whF2MUT5ffmy9ULgg6TE7Fo2mC53PSZ2zj7CZxie0AoVWZnxaClCLCXrna5+LVOoLaC6LJM9hnCcEWaG8RI8gzhGhqBL6y6F8LufP/i0YtInj1MRu5+HJmhEy+zt0D96S026TVW10n2UIRyU33K9lu0B9xE2DguBEhKkSHtVf4LZPXBx/OZ/HxPFhEPj2WxndZZGGRlG8TdjgADcrT9t3zcVEKxJ2EtmlyxbNxG+mAqQeiqeQLJg16b7HmXf/INxyxjDH0rMghh8oWJ0cG3ehg/tQ7ZzVBojGnl/doIOrfqQVlHro9WyDxCyhplxVVg92XqjfdXkbe07QrJL35gbLRrSuBLJhPgYXmp3KEbdDdtC81QYOf/zkItmLPjq8
- List-archive: <http://lists.gforge.inria.fr/pipermail/cado-nfs-discuss/>
- List-id: A discussion list for Cado-NFS <cado-nfs-discuss.lists.gforge.inria.fr>
Hey guys,
I have written some scripts to visualize progress and participation. Of course, the scripts are not perfect, but they work for me yet, and I think they are a good start. If you want to see it in action visit: http://149.201.240.24/ . Since you shared your cool program, I think it is just fair to share my work. It consists of these three files:
- data_eta.php: Reads the log, extracts and process information about the ETA. Saves it to a file that needs to be shared by a webserver.
- data_list_wus.php: Extract information from a SQLite3 DB, process it and saves it to a file that needs to be shared by a webserver.
- index.html: Takes to output file of the 2 previous scripts and visualize them. Needs to be shared by a webserver. This is the file the user sees.
Some words about the example page:
We are a group of students at FH-Aachen, and we are factoring a 200-digit number. We computed the polynomal selection with the GPU-version of Msieve, and are now using cadonfs for the second Step. Because our server crashed several times we have slumps in the ETA at the 23 and 29 December.
I see that it is not optimal that I used PHP to code the data generation scripts, because users must install another interpreter to use them. Feel free to convert them to another script language, if that bothers you.
I attached the files.
Greetings
Micha Grüninger
Team Rocket
Attachment:
data_eta.php
Description: data_eta.php
Attachment:
data_list_wus.php
Description: data_list_wus.php
- [Cado-nfs-discuss] Statistic Visualization, Grüninger , Micha, 01/01/2017
- Re: [Cado-nfs-discuss] Statistic Visualization, paul zimmermann, 01/03/2017
- Re: [Cado-nfs-discuss] Statistic Visualization, Emmanuel Thomé, 01/03/2017
- <Possible follow-up(s)>
- Re: [Cado-nfs-discuss] Statistic Visualization, Grüninger , Micha, 01/13/2017
Archive powered by MHonArc 2.6.19+.