Re: [sleuthkit-users] EXTERNAL: sleuthkit-users Digest, Vol 101, Issue 1
Brought to you by:
carrier
From: Conley, T. <tom...@us...> - 2014-11-04 20:04:48
|
Concerning #5 (Mascot name) Not FRED -----Original Message----- From: sle...@li... [mailto:sle...@li...] Sent: Monday, November 03, 2014 4:50 PM To: sle...@li... Subject: EXTERNAL: sleuthkit-users Digest, Vol 101, Issue 1 Send sleuthkit-users mailing list submissions to sle...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/sleuthkit-users or, via email, send a message with subject or body 'help' to sle...@li... You can reach the person managing the list at sle...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of sleuthkit-users digest..." Today's Topics: 1. OSDFCon Updates (Brian Carrier) 2. TSK Java Binding very slow (ma...@mh...) 3. Re: TSK Java Binding very slow (Lu?s Filipe Nassif) 4. Autopsy 3.1.1 is released (Brian Carrier) 5. Mascot Name Needed (Brian Carrier) ---------------------------------------------------------------------- Message: 1 Date: Fri, 17 Oct 2014 11:26:05 -0400 From: Brian Carrier <ca...@sl...> Subject: [sleuthkit-users] OSDFCon Updates To: "sle...@li... users" <sle...@li...> Message-ID: <BC9...@sl...> Content-Type: text/plain; charset=us-ascii On Oct 20, the reserved block of hotel rooms expire and the module writing challenge submissions are due. Registration has been changed so that it is again free for govn't attendees. http://www.osdfcon.org About OSDFCon: The 5th Annual Open Source Digital Forensics Conference (OSDFCon) will be held on November 5, 2014 at the Westin Washington Dulles in Herndon, VA. This conference focuses on tools and techniques that are open source and (typically) free to use. It is a one day event with short talks packed with information. There are both tool developers and users in attendance, and this is a unique opportunity to learn about new tools and provide feedback. ------------------------------ Message: 2 Date: Thu, 30 Oct 2014 16:32:00 +0100 From: ma...@mh... Subject: [sleuthkit-users] TSK Java Binding very slow To: sle...@li... Message-ID: <201...@we...> Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes Hi, I write an application which uses the sleuthktit Java-Binding. In gernal the binding works fine for me, but during my tests I found a strange issue. If I try to process an images which has a size of 150 GB my own implementation needs about 2 1/2 hours to fill the database. If I use Autopsy, Autopsy needs only about 30 minutes to process to finish the process. I allready checked the file AddImageTask.java in the Autopsy github reop. But I can't find any significant difference to my own code. Is there a special trick to improve the performance? I add a Image in the following way: SleuthkitCase currentCase = SleuthkitCase.newCase(caseDB); currentCase.acquireExclusiveLock(); AddImageProcess proc = this.currentCase.makeAddImageProcess(this.timezone, false, true); String[] paths = {imagePath}; proc.run(paths); proc.commit(); currentCase.releaseExclusiveLock(); Markus ------------------------------ Message: 3 Date: Thu, 30 Oct 2014 14:40:27 -0200 From: Lu?s Filipe Nassif <lfc...@gm...> Subject: Re: [sleuthkit-users] TSK Java Binding very slow To: ma...@mh... Cc: "sle...@li... users" <sle...@li...> Message-ID: <CAC...@ma...> Content-Type: text/plain; charset="utf-8" Hi Markus, Recently an issue that caused very slow database creation time was resolved in sleuthkit-4.2 brach, which is used by Autopsy-3.1. Sleuthkit-4.1.3 still has the problem. Regards, Luis Nassif 2014-10-30 13:32 GMT-02:00 <ma...@mh...>: > Hi, > > I write an application which uses the sleuthktit Java-Binding. In > gernal the binding works fine for me, but during my tests I found a > strange issue. If I try to process an images which has a size of 150 > GB my own implementation needs about 2 1/2 hours to fill the database. > > If I use Autopsy, Autopsy needs only about 30 minutes to process to > finish the process. I allready checked the file AddImageTask.java in > the Autopsy github reop. But I can't find any significant difference > to my own code. Is there a special trick to improve the performance? > > I add a Image in the following way: > > SleuthkitCase currentCase = SleuthkitCase.newCase(caseDB); > currentCase.acquireExclusiveLock(); > AddImageProcess proc = > this.currentCase.makeAddImageProcess(this.timezone, false, true); > String[] paths = {imagePath}; proc.run(paths); proc.commit(); > currentCase.releaseExclusiveLock(); > > Markus > > > > ---------------------------------------------------------------------- > -------- _______________________________________________ > sleuthkit-users mailing list > https://lists.sourceforge.net/lists/listinfo/sleuthkit-users > http://www.sleuthkit.org > -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 4 Date: Mon, 3 Nov 2014 17:31:56 -0500 From: Brian Carrier <ca...@sl...> Subject: [sleuthkit-users] Autopsy 3.1.1 is released To: "sle...@li... users" <sle...@li...>, "sle...@li..." <sle...@li...> Message-ID: <13B...@sl...> Content-Type: text/plain; charset=us-ascii Right in time for OSDFCon on Wed, the 1/2 day workshop tomorrow, and the 2-day training on Thu & Fri! http://www.sleuthkit.org/autopsy/ Main highlights: - Python bindings - Timeline viewer - Interesting files module (flags files by name and extension) - And more Hopefully we'll see a bunch of you at OSDFCon. There is still time to sign up (free for govn't) if you haven't yet. http://www.osdfcon.org brian ------------------------------ Message: 5 Date: Mon, 3 Nov 2014 17:49:32 -0500 From: Brian Carrier <ca...@sl...> Subject: [sleuthkit-users] Mascot Name Needed To: "sle...@li... users" <sle...@li...> Message-ID: <DF5...@sl...> Content-Type: text/plain; charset="us-ascii" We need a name for the new Autopsy logo. We'll be voting on Wed at OSDFCon. Candidates so far are: - Slash (to counter the original Hash the Hound) - ROT13 the Rottweiler Send me your ideas and we'll factor them in. Or, vote if you won't be attending. brian -------------- next part -------------- An HTML attachment was scrubbed... -------------- next part -------------- A non-text attachment was scrubbed... Name: logo.jpg Type: image/jpeg Size: 43918 bytes Desc: not available ------------------------------ ------------------------------------------------------------------------------ ------------------------------ _______________________________________________ sleuthkit-users mailing list sle...@li... https://lists.sourceforge.net/lists/listinfo/sleuthkit-users End of sleuthkit-users Digest, Vol 101, Issue 1 *********************************************** |