mersenneforum.org  

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

Closed Thread
 
Thread Tools
Old 2013-02-07, 14:03   #452
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23×101 Posts
Default

Quote:
Originally Posted by Chuck View Post
MISFIT generates a lot of logging. After it is set up and running smoothly, these are of not much interest to me. Does the program have any provisions for periodic removal of old log information?
You are on your own deleting logs.
swl551 is offline  
Old 2013-02-07, 14:12   #453
Chuck
 
Chuck's Avatar
 
May 2011
Orange Park, FL

3·5·59 Posts
Default

Quote:
Originally Posted by swl551 View Post
You are on your own deleting logs.
Maybe a provision for no logging?
Chuck is offline  
Old 2013-02-07, 15:08   #454
Aramis Wyler
 
Aramis Wyler's Avatar
 
"Bill Staffen"
Jan 2013
Pittsburgh, PA, USA

23×53 Posts
Default

I'm loath to comment on misfit since I do not use it (I could not be happier with GPU72WorkFetcher!) I can see where having an option to keep x days of logs would be nice.

Still though, you can do this with a scheduled task. for windows XP the task command would be:
Quote:
forfiles -p "C:\what\ever" -s -m *.log -d <number of days> -c "cmd /c del @path"
and for windows 7 it would be
Quote:
forfiles -p "C:\what\ever" -s -m *.log /D -<number of days> /C "cmd /c del @path"
where "C:\what\ever" is the folder your misfit log files is in, and *.log is the file mask for the log files. Someone else might be able to make that command more applicable to misfit, as I don't know what file extention the logs use.

To be extra explicit, if I wanted to delete all .log files from the "c:\misfit\logs" folder that were older than 7 days (On windows 7) I'd start a scheduled task to run daily, and the task command would be
Quote:
forfiles -p "C:\misfit\logs" -s -m *.log /D -7 /C "cmd /c del @path"

Last fiddled with by Aramis Wyler on 2013-02-07 at 15:09
Aramis Wyler is offline  
Old 2013-02-07, 15:49   #455
Chuck
 
Chuck's Avatar
 
May 2011
Orange Park, FL

15658 Posts
Default

Quote:
Originally Posted by Aramis Wyler View Post
I'm loath to comment on misfit since I do not use it (I could not be happier with GPU72WorkFetcher!) I can see where having an option to keep x days of logs would be nice.
This is very helpful, thanks. Still, I think management of the logging should be part of the application
Chuck is offline  
Old 2013-02-07, 19:05   #456
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23·101 Posts
Default

Quote:
Originally Posted by Aramis Wyler View Post
I'm loath to comment on misfit since I do not use it (I could not be happier with GPU72WorkFetcher!) I can see where having an option to keep x days of logs would be nice.

Still though, you can do this with a scheduled task. for windows XP the task command would be:

and for windows 7 it would be

where "C:\what\ever" is the folder your misfit log files is in, and *.log is the file mask for the log files. Someone else might be able to make that command more applicable to misfit, as I don't know what file extention the logs use.

To be extra explicit, if I wanted to delete all .log files from the "c:\misfit\logs" folder that were older than 7 days (On windows 7) I'd start a scheduled task to run daily, and the task command would be
Excellent solution as I will not be turning off or managing log files in any way. 2 meg of disk space is not worth my time.
swl551 is offline  
Old 2013-02-07, 19:29   #457
chalsall
If I May
 
chalsall's Avatar
 
"Chris Halsall"
Sep 2002
Barbados

33·192 Posts
Default

Quote:
Originally Posted by Chuck View Post
Still, I think management of the logging should be part of the application
I agree.
chalsall is offline  
Old 2013-02-07, 23:41   #458
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

80810 Posts
Default

Quote:
Originally Posted by chalsall View Post
I agree.
Me to.
swl551 is offline  
Old 2013-02-07, 23:43   #459
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

23×271 Posts
Default

Quote:
Originally Posted by swl551 View Post
Me to.
kracker is offline  
Old 2013-02-08, 04:38   #460
bcp19
 
bcp19's Avatar
 
Oct 2011

2A716 Posts
Default

Quote:
Originally Posted by swl551 View Post
Did you see this post. It may be of value to you.
http://mersenneforum.org/showpost.ph...&postcount=364

Please clarify if you must keep the DCTF & LLTF dedicated to specific GPUs or if is OK to commingle the work.
My mind is still stuck in the old days of mfaktc when you had to take the cpu cores into consideration, so I still designate them as only DC and on LL. (I had 7 GPUs running on 19 cores) My spider machine to report results went down, and I have not had the time to diagnose it or resetup what I had on this machine.

Basically I have 2 GTX 480's running LLTF and 2 GTX 560's running DCTF, but the machines (while connected by lan) are not close physically. I currently use Windows Explorer to look at the networked drives and add more assignments when the worktodo filesize < 1kb. I also (daily, if I remember) copy the results to a temp file to upload to primnet and mersenne.ca and when finished copy the results to a master result file.

I would prefer to be able to run 1 or 2 instances from the main computer and lock the GPUs to their current work types.
bcp19 is offline  
Old 2013-02-08, 12:53   #461
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

11001010002 Posts
Default

Quote:
Originally Posted by bcp19 View Post
My mind is still stuck in the old days of mfaktc when you had to take the cpu cores into consideration, so I still designate them as only DC and on LL. (I had 7 GPUs running on 19 cores) My spider machine to report results went down, and I have not had the time to diagnose it or resetup what I had on this machine.

Basically I have 2 GTX 480's running LLTF and 2 GTX 560's running DCTF, but the machines (while connected by lan) are not close physically. I currently use Windows Explorer to look at the networked drives and add more assignments when the worktodo filesize < 1kb. I also (daily, if I remember) copy the results to a temp file to upload to primnet and mersenne.ca and when finished copy the results to a master result file.

I would prefer to be able to run 1 or 2 instances from the main computer and lock the GPUs to their current work types.
MISFIT will work fine. You will like the REMOTE CONTROL feature which allows you to INQUIRE, STOP,START, SAFE-REBOOT, FORCE-REBOOT. Stalled process detection.
You can keep the work split or commingle, that is just an implementation detail.

Enjoy.
swl551 is offline  
Old 2013-02-08, 13:04   #462
swl551
 
swl551's Avatar
 
Aug 2012
New Hampshire

23·101 Posts
Default 2.3.4.1 with prototype Log Purger is out there

It will give you an idea of how it will work once I account for all directories


under the configurtion|MISC tab.


thx
swl551 is offline  
Closed Thread



Similar Threads
Thread Thread Starter Forum Replies Last Post
questions about misfit jschwar313 MISFIT 1 2016-02-02 00:32
Help with Misfit TheMawn MISFIT 18 2015-06-21 22:00
Misfit feature request. Aramis Wyler MISFIT 15 2015-03-04 21:13
MISFIT 2.9 swl551 MISFIT 44 2014-12-15 12:46
MISFIT for MFAKTx swl551 MISFIT 186 2014-02-05 23:27

All times are UTC. The time now is 08:30.


Tue Jul 27 08:30:38 UTC 2021 up 4 days, 2:59, 0 users, load averages: 2.07, 1.88, 1.80

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.