Search: |
|
| | LinkBack | Thread Tools |
| | #1 |
| Moderator Join Date: Jan 2002
Posts: 973
| cache explorer I wrote a small tool to test various aspects of drive caching including cache size, cache line numbers, FUA bit support, Plextor's special FUA command, and read cache disabling. You can get the tool at http://download.cdfreaks.com/download/155 and use this thread for questions and comments. |
| | |
| | #2 | ||
| CD Freaks Junior Member Join Date: Jan 2006 Location: Karlsruhe, Germany
Posts: 68
| Re: cache explorer Thanks for this tool. I think it might have a problem with my Plextor PX-712A, but I am not sure. "cachex.exe -p -r 0xd8 F" returns the following: Quote:
Quote:
__________________ There are 10 types of people in this world: those who understand binary, and those who don't. Last edited by DoMiN8ToR; 26-06-2006 at 19:23.. Reason: removed email address to fight spam | ||
| | |
| | #3 |
| CD Freaks Junior Member Join Date: Jan 2006 Location: Karlsruhe, Germany
Posts: 68
| Re: cache explorer There is another problem - fetching information from my BenQ DW1655 freezes the whole system. Tell me if you need more information, such as chipset or unit connection.
__________________ There are 10 types of people in this world: those who understand binary, and those who don't. |
| | |
| | #4 |
| Moderator Join Date: Jan 2002
Posts: 973
| Re: cache explorer Hi Sebastian, Can you add the debug switch '-d' and post your results ? At first look it seems you PX-712 does accept Plextor's FUA command but that it does not actually flush the cache, which is quite interesting. Did you try EAC's -usefua switch with this drive, and if so what kind of ripping speed difference did you measure ? |
| | |
| | #5 | |
| CD Freaks Junior Member Join Date: Jan 2006 Location: Karlsruhe, Germany
Posts: 68
| Re: cache explorer Hello! Quote:
Also, any idea why the whole system freezes when querying information from my BenQ unit? It's set as primary slave and my chipset is a SiS 648FX. The Plextor is secondary slave. I didn't notice any problems with my NEC ND-4551A which is set as secondary master.
__________________ There are 10 types of people in this world: those who understand binary, and those who don't. | |
| | |
| | #6 |
| CD Freaks Junior Member Join Date: Aug 2002 Location: Somewhere around Barstow, on the edge of the desert...
Posts: 68
| Re: cache explorer Hello, spath. Thank you for this little utility - it should become very useful for all EAC (and the rest) users. I have a similar problem to Sebastian's, albeit not the same. Setup: WinXP SP2, BenQ DW1640 set as master, alone on the channel. VIA KT333 chipset. I have Daemon Tools installed. They're disabled, but the virtual drive is active. I mention them because they used to interfere with ASPI in the past here. I know you used SPTI, but just in case... I don't know what exactly they might or might not do. ![]() Problems: 1. The programme works fine with BenQ's BSLB firmware. I was curious about the newer firmware results, but the whole system freezes when I try tu use it with BSPB or BSQB firmware. It looks like a BenQ-specific problem, considering Sebastian's experiences. The system freezes after displaying this only: Code: Drive on G is BENQ Code: Drive on G is BENQ DVD DD DW1640 BSLB 3. I don't know whether it is a problem or not: sometimes, it displays different amounts cached by the drive. An example: Code: [+] Testing cache line size: info: using command BEh info: 16 test(s), c/nc ratio : 4, bursts of 1 sector(s) 2 kB / 1 sectors (92.86 .. 1.08 -> 4.47) 2 kB / 1 sectors (98.94 .. 0.70 -> 2.86) 2 kB / 1 sectors (105.40 .. 0.87 -> 4.70) 147 kB / 64 sectors (99.08 .. 5.06 -> 63.27) 2 kB / 1 sectors (98.54 .. 0.71 -> 3.06) 2 kB / 1 sectors (93.08 .. 0.74 -> 3.04) 2 kB / 1 sectors (98.23 .. 0.86 -> 4.74) 2 kB / 1 sectors (105.50 .. 0.73 -> 3.04) 2 kB / 1 sectors (92.52 .. 0.71 -> 3.07) 2 kB / 1 sectors (98.83 .. 0.74 -> 3.06) 2 kB / 1 sectors (105.78 .. 0.85 -> 4.74) 2 kB / 1 sectors (98.85 .. 0.87 -> 4.41) 2 kB / 1 sectors (98.86 .. 0.84 -> 4.67) 2 kB / 1 sectors (105.15 .. 0.83 -> 4.71) 2 kB / 1 sectors (98.95 .. 0.76 -> 3.15) 2 kB / 1 sectors (99.42 .. 0.71 -> 3.06) Let me know if I can supply any additional details you might want to know. And thank you again for creating this app. ![]() |
| | |
| | #7 |
| Moderator Join Date: Jan 2002
Posts: 973
| Re: cache explorer @Sebastian: I found the problem, it's a bug For now use '-i' instead of '-r' for the plextor FUA test. Regarding the freeze, it seems BENQ drives have a problem. @Marius_The_Mad: Thanks a lot for the investigations, it's very useful. It looks like some BENQ drives have problems with the INQUIRY MMC command, I will try to get a drive and look into it. Regarding 2., do you still see drive activity (LED flashing) while nothing happens on the screen ? If you wait a bit, do you get a 'test aborted' message ? Regarding 3., the log just means that your drive does not cache. |
| | |
| | #8 |
| New on Forum Join Date: Apr 2002
Posts: 13
| Re: cache explorer Hi, I can't get the test to complete with any of my drives. I always get a "test aborted" result. Results with my burner: Code: cachex -d -i -c -n 1 e: CacheExplorer 0.7 - spath@cdfreaks.com Drive on E is LITE-ON DVDRW SOHW-832S VS0M [+] Buffer size: 2048 kB, read cache is enabled [+] Supported read commands: BEh [+] Testing cache line size: info: using command BEh info: 1 test(s), c/nc ratio : 4, bursts of 1 sector(s) test aborted. Code: cachex -d -i -c -n 3 f: CacheExplorer 0.7 - spath@cdfreaks.com Drive on F is JLMS XJ-HD166S DS1E [+] Buffer size: 512 kB [+] Supported read commands: BEh [+] Testing cache line size: info: using command BEh info: 3 test(s), c/nc ratio : 4, bursts of 1 sector(s) test aborted. Regards. |
| | |
| | #9 | |
| New on Forum Join Date: Dec 2005 Location: Czech Republic, city of the Budvar beer
Posts: 2
| Re: cache explorer Hi, Looks like great tool, but I think it has problem with SCSI drives. Of course, i know that those drives are rarely used but ... ![]() My system has Adaptec AHA-2940AU and there is Yamaha CRW-F1S and Plextor PX-40TS. When I try to explore anything on these drives, I get this message: Quote:
Last edited by WIFT; 27-06-2006 at 11:07.. Reason: typo | |
| | |
| | #10 | |||
| CD Freaks Junior Member Join Date: Aug 2002 Location: Somewhere around Barstow, on the edge of the desert...
Posts: 68
| Re: cache explorer Quote:
![]() Quote:
Also, I now see it happens randomly, not only after the first trial. Quote:
Could you post some general guidelines on how to correctly interpret the report for us, less drive-savvy ones?Thanks for the reply. ![]() | |||
| | |
| | #11 | |
| New on Forum Join Date: Jun 2005
Posts: 5
| Re: cache explorer Hello, thank you for this utility. I tested it on both of my drives, it worked find on my LG4167, but I had the same problem with my BenQ 1640 that other's have experienced. Quote:
I am one person who got burnt thinking that the LG4167 drive doesn't cache audio data, because that is what EAC reports. But your utility confirms the information from Feurio that the LG4167 does infact cache 36 Kb of data. I'd be interested in people using this utility to test the new Plextor Premium2 CD burner, because I am looking for a new dedicated CD ripping drive. | |
| | |
| | #12 |
| CD Freaks Junior Member Join Date: Jan 2006 Location: Karlsruhe, Germany
Posts: 68
| Re: cache explorer I was wondering about one thing... If it comes out that a drive caches one sector only (like it is the case with my NEC), can I tell EAC that the device does not cache? IIRC, if the cache is smaller than the number of sectors EAC requests, one can tell EAC that the unit doesn't cache. Please correct me if I am wrong.
__________________ There are 10 types of people in this world: those who understand binary, and those who don't. |
| | |
| | #13 | |
| CD Freaks Member Join Date: Jun 2006 Location: Denmark
Posts: 125
| Re: cache explorer @Sebastian Mares Quote:
| |
| | |
| | #14 |
| CD Freaks Junior Member Join Date: Apr 2005
Posts: 57
| Re: cache explorer Here's my output with cachex ... cachex -i -c -n 3 g: Drive on G is PLEXTOR CD-R PX-W4012A1.06 [+] Buffer size: 4096 kB, read cache is enabled [+] Supported read commands: BEh A8h(FUA) 28h(FUA) D4h(FUA) D5h(FUA) D8h(FUA) [+] Testing cache line size: 1169 kB / 509 sectors 1169 kB / 509 sectors 1169 kB / 509 sectors ---------------------- cachex -i -p -d g: Drive on G is PLEXTOR CD-R PX-W4012A1.06 [+] Buffer size: 4096 kB, read cache is enabled [+] Supported read commands: BEh A8h(FUA) 28h(FUA) D4h(FUA) D5h(FUA) D8h(FUA) [+] Plextor flush command: rejected (status = 0) The parameters I use for Synchronize Cache to flush it that work on my Plexy (which it might ignore) ... Immediate = False LBA = 0 Number of Blocks = $FFFF BillM |
| | |
| | #15 |
| Moderator Join Date: Jan 2002
Posts: 973
| Re: cache explorer 0.8 - fixed problems of '-i' with some BENQ firmwares (thanks to Mariusz) - fixed bug with '-p -r' (thanks to Sebastian) - fixed "1 sector cache" false results (thanks to Mariusz) - added '-m' option BTW this PX-W4012A looks really good, all commands support the FUA bit ! |
| | |
| | #16 |
| CD Freaks Junior Member Join Date: Aug 2002 Location: Somewhere around Barstow, on the edge of the desert...
Posts: 68
| Re: cache explorer Thank you for the new version. It appears to have cured all the problems I had with it and my drive.Thanks. ![]() |
| | |
| | #17 |
| New on Forum Join Date: May 2006
Posts: 8
| Re: cache explorer Hi spath, I tried your program with my burner, but the cache results seems to fluctuate a lot(?): cachex -i -c -n 10 -d e: CacheExplorer 0.8 - spath@cdfreaks.com Drive on E is LITE-ON DVDRW SHM-165P6S MV9N [+] Buffer size: 2048 kB, read cache is enabled [+] Supported read commands: BEh [+] Testing cache line size: info: using command BEh info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 261 kB / 114 sectors (187.95 .. 0.96 -> 5.05) 209 kB / 91 sectors (269.50 .. 0.96 -> 4.95) 229 kB / 100 sectors (189.22 .. 1.03 -> 4.99) 229 kB / 100 sectors (188.86 .. 0.96 -> 5.01) 114 kB / 50 sectors (269.52 .. 1.07 -> 5.33) 236 kB / 103 sectors (189.00 .. 0.96 -> 5.04) 197 kB / 86 sectors (269.23 .. 0.96 -> 5.00) 229 kB / 100 sectors (189.15 .. 0.95 -> 5.00) 227 kB / 99 sectors (188.94 .. 0.96 -> 4.99) 291 kB / 127 sectors (269.60 .. 0.94 -> 5.00) Another run: cachex -i -c -n 10 -d e: CacheExplorer 0.8 - spath@cdfreaks.com Drive on E is LITE-ON DVDRW SHM-165P6S MV9N [+] Buffer size: 2048 kB, read cache is enabled [+] Supported read commands: BEh [+] Testing cache line size: info: using command BEh info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 252 kB / 110 sectors (237.33 .. 0.95 -> 5.00) 227 kB / 99 sectors (220.57 .. 0.96 -> 5.04) 227 kB / 99 sectors (220.50 .. 0.96 -> 5.05) 227 kB / 99 sectors (237.31 .. 0.96 -> 4.99) 362 kB / 158 sectors (253.30 .. 0.97 -> 4.99) 289 kB / 126 sectors (237.53 .. 1.04 -> 5.03) 229 kB / 100 sectors (204.92 .. 0.95 -> 5.04) 294 kB / 128 sectors (253.30 .. 0.96 -> 4.99) 227 kB / 99 sectors (220.49 .. 0.96 -> 5.05) 227 kB / 99 sectors (253.53 .. 0.96 -> 4.98) |
| | |
| | #18 |
| New on Forum Join Date: Oct 2004
Posts: 1
| Re: cache explorer Code: C:\cachex>cachex -i -c -n 3 d: CacheExplorer 0.8 - spath@cdfreaks.com Drive on D is _NEC DVD_RW ND-1300A 1.0B [+] Buffer size: 2048 kB, read cache is enabled [+] Supported read commands: BEh [+] Testing cache line size: no cache detected no cache detected no cache detected Code: C:\cachex>cachex -i -c -n 3 e: CacheExplorer 0.8 - spath@cdfreaks.com Drive on E is TOSHIBA DVD-ROM SD-C2302 1013 [+] Buffer size: 128 kB [+] Supported read commands: BEh [+] Testing cache line size: no cache detected 682 kB / 297 sectors 18 kB / 8 sectors C:\cachex>cachex -i -c -n 3 e: CacheExplorer 0.8 - spath@cdfreaks.com Drive on E is TOSHIBA DVD-ROM SD-C2302 1013 [+] Buffer size: 128 kB [+] Supported read commands: BEh [+] Testing cache line size: 151 kB / 66 sectors 167 kB / 73 sectors no cache detected Code: C:\cachex>cachex -i -c -n 3 e: CacheExplorer 0.8 - spath@cdfreaks.com Drive on E is AOPEN CD-RW CRW3248 1.09 [+] Buffer size: 2048 kB, read cache is enabled [+] Supported read commands: BEh [+] Testing cache line size: 395 kB / 172 sectors 842 kB / 367 sectors 661 kB / 288 sectors Code: C:\cachex>cachex -i -c -n 3 d: CacheExplorer 0.8 - spath@cdfreaks.com Drive on D is LITE-ON DVDRW SOHW-1673S JS0D [+] Buffer size: 2048 kB, read cache is enabled [+] Supported read commands: BEh [+] Testing cache line size: no cache detected no cache detected no cache detected C:\cachex>cachex -i -c -n 3 d: CacheExplorer 0.8 - spath@cdfreaks.com Drive on D is LITE-ON DVDRW SOHW-1673S JS0D [+] Buffer size: 2048 kB, read cache is enabled [+] Supported read commands: BEh [+] Testing cache line size: no cache detected no cache detected no cache detected |
| | |
| | #19 |
| New on Forum Join Date: May 2006 Location: Medford, Oregon, USA
Posts: 20
| Re: cache explorer Thanx spath, this tool of yours is very handy. I managed to get the basic cache info for my two drives using the basic arguments -i -c -n 3. Neither one caches audio as EAC also indicates. NEC 3500AG and TSST TS-H352A. Could you also please elaborate a bit on all the -switches and -arguments that can be used on Cachex including creating an output log. That could also be included in the next cachex.txt when you decide to update. Thanx again |
| | |
| | #20 |
| CDFreaks Resident Join Date: Sep 2003
Posts: 4,531
| Re: cache explorer Thanks spath for the tool. ![]() Some tests with cachex on a Plextor Premium2 (Sample drive), FW 1.00. ![]() Code: cachex -i i: CacheExplorer 0.8 - spath@cdfreaks.com Drive on I is PLEXTOR CD-R PREMIUM2 1.00 [+] Buffer size: 8192 kB, read cache is enabled [+] Supported read commands: BEh D8h Code: cachex -c -r 0xbe -n 10 -d i: (5 runs) CacheExplorer 0.8 - spath@cdfreaks.com Drive on I is PLEXTOR CD-R PREMIUM2 1.00 [+] Testing cache line size: info: using command BEh info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 1171 kB / 510 sectors (43.28 .. 0.48 -> 24.83) 1171 kB / 510 sectors (44.12 .. 0.54 -> 23.60) info: increasing c/nc ratio to 5 1171 kB / 510 sectors (43.92 .. 0.55 -> 26.49) 1171 kB / 510 sectors (43.87 .. 0.59 -> 28.39) 1171 kB / 510 sectors (43.86 .. 0.65 -> 22.05) 1171 kB / 510 sectors (43.87 .. 0.60 -> 27.73) 126 kB / 55 sectors (43.90 .. 0.73 -> 5.58) 1171 kB / 510 sectors (36.93 .. 0.62 -> 22.57) 1171 kB / 510 sectors (43.86 .. 0.58 -> 22.10) 1171 kB / 510 sectors (43.87 .. 0.59 -> 26.77) CacheExplorer 0.8 - spath@cdfreaks.com Drive on I is PLEXTOR CD-R PREMIUM2 1.00 [+] Testing cache line size: info: using command BEh info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 1171 kB / 510 sectors (36.74 .. 0.58 -> 25.74) 1171 kB / 510 sectors (50.93 .. 0.59 -> 23.92) 1171 kB / 510 sectors (43.88 .. 0.61 -> 28.07) 1171 kB / 510 sectors (43.81 .. 0.56 -> 28.24) 1171 kB / 510 sectors (50.97 .. 0.44 -> 27.40) 1171 kB / 510 sectors (43.86 .. 0.56 -> 28.84) 6 kB / 3 sectors (43.96 .. 0.76 -> 5.91) 1171 kB / 510 sectors (43.98 .. 0.61 -> 27.70) 1171 kB / 510 sectors (36.78 .. 0.62 -> 27.04) 1171 kB / 510 sectors (50.97 .. 0.65 -> 22.67) CacheExplorer 0.8 - spath@cdfreaks.com Drive on I is PLEXTOR CD-R PREMIUM2 1.00 [+] Testing cache line size: info: using command BEh info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 1171 kB / 510 sectors (43.99 .. 0.56 -> 26.58) 1171 kB / 510 sectors (58.00 .. 0.54 -> 28.08) 1171 kB / 510 sectors (43.89 .. 0.53 -> 25.24) 1171 kB / 510 sectors (36.80 .. 0.59 -> 21.94) 358 kB / 156 sectors (72.20 .. 0.79 -> 5.48) 1171 kB / 510 sectors (50.97 .. 0.56 -> 21.74) 1171 kB / 510 sectors (43.89 .. 0.62 -> 26.84) 1171 kB / 510 sectors (44.01 .. 0.58 -> 27.32) 1171 kB / 510 sectors (36.81 .. 0.62 -> 21.95) 73 kB / 32 sectors (72.14 .. 0.76 -> 5.29) CacheExplorer 0.8 - spath@cdfreaks.com Drive on I is PLEXTOR CD-R PREMIUM2 1.00 [+] Testing cache line size: info: using command BEh info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 1171 kB / 510 sectors (43.72 .. 0.62 -> 22.22) 1171 kB / 510 sectors (50.99 .. 0.68 -> 22.13) 1171 kB / 510 sectors (43.80 .. 0.62 -> 25.53) 133 kB / 58 sectors (43.88 .. 0.73 -> 5.72) 1171 kB / 510 sectors (43.84 .. 0.62 -> 22.62) 1171 kB / 510 sectors (44.00 .. 0.65 -> 28.12) 1171 kB / 510 sectors (72.12 .. 0.67 -> 23.34) 1171 kB / 510 sectors (72.19 .. 0.60 -> 21.17) 1171 kB / 510 sectors (43.93 .. 0.59 -> 22.74) 1171 kB / 510 sectors (50.84 .. 0.61 -> 27.64) CacheExplorer 0.8 - spath@cdfreaks.com Drive on I is PLEXTOR CD-R PREMIUM2 1.00 [+] Testing cache line size: info: using command BEh info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 1171 kB / 510 sectors (43.92 .. 0.58 -> 22.09) 746 kB / 325 sectors (72.06 .. 0.76 -> 6.08) 1171 kB / 510 sectors (65.11 .. 0.59 -> 21.16) 1171 kB / 510 sectors (72.12 .. 0.61 -> 27.51) 1171 kB / 510 sectors (72.12 .. 0.58 -> 27.66) 1171 kB / 510 sectors (43.88 .. 0.58 -> 27.76) 6 kB / 3 sectors (50.97 .. 0.76 -> 6.26) 1171 kB / 510 sectors (72.23 .. 0.44 -> 27.46) 1171 kB / 510 sectors (43.88 .. 0.58 -> 22.19) 1171 kB / 510 sectors (43.87 .. 0.63 -> 26.86) Code: cachex -c -r 0xd8 -n 10 -d i: (5 runs) CacheExplorer 0.8 - spath@cdfreaks.com Drive on I is PLEXTOR CD-R PREMIUM2 1.00 [+] Testing cache line size: info: using command D8h info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 1171 kB / 510 sectors (71.46 .. 0.50 -> 23.37) 1171 kB / 510 sectors (43.94 .. 0.51 -> 25.41) 6 kB / 3 sectors (72.08 .. 0.68 -> 6.15) 1171 kB / 510 sectors (72.13 .. 0.40 -> 24.26) 1171 kB / 510 sectors (51.01 .. 0.44 -> 22.92) 4 kB / 2 sectors (72.12 .. 0.76 -> 5.31) 1171 kB / 510 sectors (72.07 .. 0.60 -> 23.46) 1171 kB / 510 sectors (44.01 .. 0.55 -> 23.03) 6 kB / 3 sectors (43.88 .. 0.71 -> 5.61) 1171 kB / 510 sectors (43.86 .. 0.41 -> 22.90) CacheExplorer 0.8 - spath@cdfreaks.com Drive on I is PLEXTOR CD-R PREMIUM2 1.00 [+] Testing cache line size: info: using command D8h info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 1171 kB / 510 sectors (43.80 .. 0.53 -> 25.39) 454 kB / 198 sectors (50.96 .. 0.69 -> 5.10) 1171 kB / 510 sectors (72.11 .. 0.57 -> 21.88) 1171 kB / 510 sectors (36.83 .. 0.52 -> 23.86) 1171 kB / 510 sectors (51.05 .. 0.40 -> 25.65) 1171 kB / 510 sectors (43.80 .. 0.55 -> 21.90) 548 kB / 239 sectors (72.07 .. 0.69 -> 5.75) 1171 kB / 510 sectors (72.21 .. 0.55 -> 23.17) 1171 kB / 510 sectors (72.14 .. 0.42 -> 21.56) 1171 kB / 510 sectors (43.94 .. 0.51 -> 27.69) CacheExplorer 0.8 - spath@cdfreaks.com Drive on I is PLEXTOR CD-R PREMIUM2 1.00 [+] Testing cache line size: info: using command D8h info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 1171 kB / 510 sectors (64.95 .. 0.43 -> 27.72) 1171 kB / 510 sectors (72.14 .. 0.55 -> 23.68) 1171 kB / 510 sectors (72.13 .. 0.52 -> 26.08) 1171 kB / 510 sectors (43.93 .. 0.54 -> 22.36) 1171 kB / 510 sectors (50.98 .. 0.61 -> 22.36) 1171 kB / 510 sectors (72.11 .. 0.55 -> 28.01) 1171 kB / 510 sectors (50.91 .. 0.55 -> 24.60) 1171 kB / 510 sectors (43.92 .. 0.52 -> 26.24) 1171 kB / 510 sectors (72.20 .. 0.54 -> 23.55) 1123 kB / 489 sectors (43.84 .. 0.69 -> 6.00) CacheExplorer 0.8 - spath@cdfreaks.com Drive on I is PLEXTOR CD-R PREMIUM2 1.00 [+] Testing cache line size: info: using command D8h info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 1171 kB / 510 sectors (50.94 .. 0.55 -> 24.46) 1171 kB / 510 sectors (44.01 .. 0.40 -> 25.73) 1171 kB / 510 sectors (51.01 .. 0.55 -> 23.78) 544 kB / 237 sectors (72.20 .. 0.69 -> 6.02) 1171 kB / 510 sectors (43.89 .. 0.55 -> 25.89) 1171 kB / 510 sectors (36.93 .. 0.36 -> 24.18) 6 kB / 3 sectors (50.92 .. 0.69 -> 5.73) 1171 kB / 510 sectors (36.81 .. 0.40 -> 25.56) 1171 kB / 510 sectors (72.18 .. 0.52 -> 24.47) 6 kB / 3 sectors (43.91 .. 0.75 -> 5.70) CacheExplorer 0.8 - spath@cdfreaks.com Drive on I is PLEXTOR CD-R PREMIUM2 1.00 [+] Testing cache line size: info: using command D8h info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 1171 kB / 510 sectors (72.11 .. 0.52 -> 25.06) 6 kB / 3 sectors (79.23 .. 0.72 -> 7.00) 1171 kB / 510 sectors (43.82 .. 0.55 -> 24.44) 1171 kB / 510 sectors (50.91 .. 0.53 -> 24.09) 6 kB / 3 sectors (72.12 .. 0.69 -> 5.59) 1171 kB / 510 sectors (51.04 .. 0.54 -> 23.21) 1171 kB / 510 sectors (36.79 .. 0.55 -> 24.39) 6 kB / 3 sectors (43.99 .. 0.74 -> 5.99) 1171 kB / 510 sectors (57.95 .. 0.53 -> 23.45) 1171 kB / 510 sectors (36.81 .. 0.52 -> 23.09) Code: cache -p -r 0xbe -d i: CacheExplorer 0.8 - spath@cdfreaks.com Drive on I is PLEXTOR CD-R PREMIUM2 1.00 [+] Plextor flush command: accepted (status = 0) [+] Plextor flush tests: info: using command BEh info: 5 test(s), c/nc ratio: 4, burst: 1, max: 1000 42.96 ms / 0.62 ms -> 70.64 ms / 23.66 ms 43.50 ms / 0.78 ms -> 43.91 ms / 24.15 ms 72.16 ms / 0.71 ms -> 43.93 ms / 24.12 ms 43.90 ms / 0.65 ms -> 43.97 ms / 24.11 ms 43.91 ms / 0.64 ms -> 43.84 ms / 24.05 ms result: 5/5 Code: cache -p -r 0xd8 -d i: CacheExplorer 0.8 - spath@cdfreaks.com Drive on I is PLEXTOR CD-R PREMIUM2 1.00 [+] Plextor flush command: accepted (status = 0) [+] Plextor flush tests: info: using command D8h info: 5 test(s), c/nc ratio: 4, burst: 1, max: 1000 42.91 ms / 0.59 ms -> 42.94 ms / 23.63 ms 43.62 ms / 0.66 ms -> 43.84 ms / 24.16 ms 72.32 ms / 0.66 ms -> 72.20 ms / 17.04 ms 43.90 ms / 0.62 ms -> 36.78 ms / 17.03 ms 43.93 ms / 0.55 ms -> 43.90 ms / 24.79 ms result: 5/5 Code: cache -k -r 0xbe -d i: CacheExplorer 0.8 - spath@cdfreaks.com Drive on I is PLEXTOR CD-R PREMIUM2 1.00 [+] Testing cache disabling: info: using command BEh info: 3 test(s), c/nc ratio: 4, burst: 1, max: 1000 info: cannot write Caching Mode page result: 0/3 not supported Code: cache -k -r 0xd8 -d i: CacheExplorer 0.8 - spath@cdfreaks.com Drive on I is PLEXTOR CD-R PREMIUM2 1.00 [+] Testing cache disabling: info: using command D8h info: 3 test(s), c/nc ratio: 4, burst: 1, max: 1000 info: cannot write Caching Mode page result: 0/3 not supported Code: cache -w -r 0xbe -d i: CacheExplorer 0.8 - spath@cdfreaks.com Drive on I is PLEXTOR CD-R PREMIUM2 1.00 [+] Testing cache line numbers: info: using command BEh info: using c/nc ratio : 4 71.25 / 43.50 -> 1 62.92 / 43.68 -> 1 56.83 / 56.65 -> 1 58.11 / 39.11 -> 1 60.27 / 47.96 -> 1 Code: cache -w -r 0xd8 -d i: CacheExplorer 0.8 - spath@cdfreaks.com Drive on I is PLEXTOR CD-R PREMIUM2 1.00 [+] Testing cache line numbers: info: using command D8h info: using c/nc ratio : 4 43.40 / 50.53 -> 1 76.68 / 43.69 -> 1 56.77 / 63.71 -> 1 50.97 / 39.08 -> 1 60.19 / 40.74 -> 1
__________________ KTPHTT |
| | |
| | #21 |
| Moderator Join Date: Aug 2004
Posts: 2,232
| Re: cache explorer PX-755a FW 1.04 Code: C:\zz>cachex -i h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Buffer size: 2048 kB, read cache is enabled [+] Supported read commands: BEh A8h(FUA) 28h(FUA) D8h Code: C:\zz>cachex -c -r 0xbe -n 10 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache line size: info: using command BEh info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 581 kB / 253 sectors (73.55 .. 0.52 -> 29.97) 581 kB / 253 sectors (81.48 .. 0.65 -> 21.63) 581 kB / 253 sectors (81.12 .. 0.62 -> 18.63) 581 kB / 253 sectors (71.07 .. 0.56 -> 18.23) 581 kB / 253 sectors (78.68 .. 0.62 -> 18.17) 581 kB / 253 sectors (85.59 .. 0.62 -> 24.30) 581 kB / 253 sectors (78.58 .. 0.62 -> 17.78) 581 kB / 253 sectors (78.58 .. 0.67 -> 22.86) 581 kB / 253 sectors (78.60 .. 0.69 -> 20.18) 581 kB / 253 sectors (78.62 .. 0.66 -> 19.35) C:\zz>cachex -c -r 0xbe -n 10 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache line size: info: using command BEh info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 581 kB / 253 sectors (82.52 .. 0.64 -> 18.43) 581 kB / 253 sectors (82.39 .. 0.66 -> 17.98) 581 kB / 253 sectors (70.98 .. 0.69 -> 20.81) 581 kB / 253 sectors (78.61 .. 0.61 -> 23.51) 581 kB / 253 sectors (78.57 .. 0.62 -> 18.25) 581 kB / 253 sectors (71.53 .. 0.68 -> 23.90) 581 kB / 253 sectors (78.61 .. 0.66 -> 24.22) 581 kB / 253 sectors (78.52 .. 0.62 -> 19.79) 581 kB / 253 sectors (78.59 .. 0.66 -> 19.56) 581 kB / 253 sectors (78.57 .. 0.60 -> 18.66) C:\zz>cachex -c -r 0xbe -n 10 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache line size: info: using command BEh info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 581 kB / 253 sectors (78.59 .. 0.54 -> 17.46) 581 kB / 253 sectors (78.58 .. 0.66 -> 19.32) 581 kB / 253 sectors (78.61 .. 0.52 -> 17.49) 581 kB / 253 sectors (85.64 .. 0.61 -> 18.90) 581 kB / 253 sectors (71.56 .. 0.68 -> 23.80) 581 kB / 253 sectors (85.60 .. 0.69 -> 18.19) 581 kB / 253 sectors (78.58 .. 0.65 -> 18.55) 581 kB / 253 sectors (78.51 .. 0.62 -> 17.52) 581 kB / 253 sectors (71.51 .. 0.62 -> 23.72) 581 kB / 253 sectors (78.60 .. 0.62 -> 17.93) Code: C:\zz>cachex -c -r 0xa8 -n 10 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache line size: info: using command A8h info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 581 kB / 253 sectors (85.49 .. 0.60 -> 21.66) 581 kB / 253 sectors (80.82 .. 0.53 -> 23.47) 581 kB / 253 sectors (80.59 .. 0.57 -> 20.13) 581 kB / 253 sectors (80.47 .. 0.57 -> 19.57) 581 kB / 253 sectors (73.50 .. 0.63 -> 18.62) 581 kB / 253 sectors (73.44 .. 0.58 -> 20.55) 581 kB / 253 sectors (73.43 .. 0.63 -> 14.91) 581 kB / 253 sectors (73.46 .. 0.49 -> 20.56) 581 kB / 253 sectors (73.48 .. 0.49 -> 19.90) 581 kB / 253 sectors (80.71 .. 0.57 -> 20.09) C:\zz>cachex -c -r 0xa8 -n 10 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache line size: info: using command A8h info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 581 kB / 253 sectors (80.63 .. 0.50 -> 19.87) 581 kB / 253 sectors (73.44 .. 0.63 -> 20.73) 581 kB / 253 sectors (80.72 .. 0.62 -> 18.56) 581 kB / 253 sectors (80.61 .. 0.63 -> 14.79) 581 kB / 253 sectors (73.49 .. 0.60 -> 20.56) 581 kB / 253 sectors (73.45 .. 0.63 -> 20.68) 581 kB / 253 sectors (80.63 .. 0.57 -> 14.29) 581 kB / 253 sectors (80.67 .. 0.55 -> 14.76) 581 kB / 253 sectors (80.64 .. 0.63 -> 20.70) 581 kB / 253 sectors (73.52 .. 0.63 -> 20.57) C:\zz>cachex -c -r 0xa8 -n 10 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache line size: info: using command A8h info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 581 kB / 253 sectors (73.52 .. 0.60 -> 14.76) 581 kB / 253 sectors (73.48 .. 0.63 -> 20.69) 581 kB / 253 sectors (73.50 .. 0.50 -> 19.81) 581 kB / 253 sectors (73.50 .. 0.63 -> 18.58) 581 kB / 253 sectors (73.45 .. 0.54 -> 14.75) 581 kB / 253 sectors (73.45 .. 0.58 -> 20.56) 581 kB / 253 sectors (73.49 .. 0.60 -> 19.43) 581 kB / 253 sectors (73.42 .. 0.60 -> 20.10) 581 kB / 253 sectors (73.42 .. 0.63 -> 21.28) 581 kB / 253 sectors (73.48 .. 0.66 -> 21.39) Code: C:\zz>cachex -c -r 0x28 -n 10 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache line size: info: using command 28h info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 581 kB / 253 sectors (74.15 .. 0.37 -> 20.79) 581 kB / 253 sectors (77.36 .. 0.46 -> 15.98) 581 kB / 253 sectors (72.66 .. 0.48 -> 23.62) 581 kB / 253 sectors (73.40 .. 0.49 -> 17.95) 581 kB / 253 sectors (80.62 .. 0.46 -> 18.70) 581 kB / 253 sectors (73.43 .. 0.38 -> 22.98) 581 kB / 253 sectors (73.54 .. 0.48 -> 17.59) 581 kB / 253 sectors (73.40 .. 0.48 -> 18.28) 581 kB / 253 sectors (80.71 .. 0.52 -> 24.08) 581 kB / 253 sectors (80.67 .. 0.48 -> 18.28) C:\zz>cachex -c -r 0x28 -n 10 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache line size: info: using command 28h info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 581 kB / 253 sectors (73.51 .. 0.55 -> 23.77) 581 kB / 253 sectors (73.43 .. 0.39 -> 24.99) 581 kB / 253 sectors (73.52 .. 0.49 -> 18.32) 581 kB / 253 sectors (73.47 .. 0.48 -> 18.36) 581 kB / 253 sectors (73.52 .. 0.55 -> 18.77) 581 kB / 253 sectors (73.47 .. 0.48 -> 18.31) 581 kB / 253 sectors (80.63 .. 0.50 -> 24.80) 581 kB / 253 sectors (73.48 .. 0.47 -> 18.71) 581 kB / 253 sectors (80.64 .. 0.39 -> 24.99) 581 kB / 253 sectors (80.65 .. 0.39 -> 15.77) C:\zz>cachex -c -r 0x28 -n 10 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache line size: info: using command 28h info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 581 kB / 253 sectors (73.48 .. 0.48 -> 18.28) 581 kB / 253 sectors (73.47 .. 0.39 -> 23.60) 581 kB / 253 sectors (80.65 .. 0.46 -> 19.32) 581 kB / 253 sectors (80.69 .. 0.38 -> 24.92) 581 kB / 253 sectors (80.65 .. 0.37 -> 19.34) 581 kB / 253 sectors (73.51 .. 0.46 -> 19.34) 581 kB / 253 sectors (73.52 .. 0.48 -> 24.87) 581 kB / 253 sectors (73.52 .. 0.49 -> 22.73) 581 kB / 253 sectors (73.49 .. 0.46 -> 18.05) 581 kB / 253 sectors (73.48 .. 0.39 -> 18.47) Code: C:\zz>cachex -c -r 0xd8 -n 10 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache line size: info: using command D8h info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 581 kB / 253 sectors (79.92 .. 0.27 -> 21.52) 581 kB / 253 sectors (80.42 .. 0.27 -> 21.64) 581 kB / 253 sectors (80.63 .. 0.27 -> 21.61) 581 kB / 253 sectors (80.72 .. 0.36 -> 21.54) 581 kB / 253 sectors (80.65 .. 0.27 -> 21.70) 581 kB / 253 sectors (80.72 .. 0.27 -> 21.59) 581 kB / 253 sectors (80.73 .. 0.27 -> 21.76) 581 kB / 253 sectors (80.55 .. 0.27 -> 21.60) 581 kB / 253 sectors (80.67 .. 0.27 -> 21.65) 581 kB / 253 sectors (80.66 .. 0.36 -> 21.64) C:\zz>cachex -c -r 0xd8 -n 10 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache line size: info: using command D8h info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 581 kB / 253 sectors (80.64 .. 0.27 -> 21.78) 581 kB / 253 sectors (80.64 .. 0.27 -> 21.73) 581 kB / 253 sectors (80.51 .. 0.27 -> 21.64) 581 kB / 253 sectors (80.55 .. 0.27 -> 21.59) 581 kB / 253 sectors (80.54 .. 0.27 -> 21.65) 581 kB / 253 sectors (80.58 .. 0.27 -> 21.68) 581 kB / 253 sectors (80.60 .. 0.27 -> 21.66) 581 kB / 253 sectors (80.63 .. 0.27 -> 21.64) 581 kB / 253 sectors (80.60 .. 0.27 -> 21.75) 581 kB / 253 sectors (87.67 .. 0.27 -> 21.71) C:\zz>cachex -c -r 0xd8 -n 10 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache line size: info: using command D8h info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 581 kB / 253 sectors (80.56 .. 0.38 -> 21.55) 581 kB / 253 sectors (80.48 .. 0.27 -> 21.76) 581 kB / 253 sectors (87.77 .. 0.27 -> 21.69) 581 kB / 253 sectors (80.62 .. 0.27 -> 21.81) 581 kB / 253 sectors (80.50 .. 0.27 -> 21.60) 581 kB / 253 sectors (87.63 .. 0.27 -> 21.66) 581 kB / 253 sectors (80.55 .. 0.27 -> 21.68) 581 kB / 253 sectors (80.64 .. 0.27 -> 21.67) 581 kB / 253 sectors (80.48 .. 0.27 -> 21.78) 581 kB / 253 sectors (80.65 .. 0.27 -> 21.50) Code: C:\zz>cachex -p -r 0xbe -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Plextor flush command: accepted (status = 0) [+] Plextor flush tests: info: using command BEh info: 5 test(s), c/nc ratio: 4, burst: 1, max: 1000 87.48 ms / 0.94 ms -> 88.58 ms / 12.79 ms 73.96 ms / 0.68 ms -> 72.44 ms / 10.01 ms 80.35 ms / 0.66 ms -> 73.38 ms / 10.15 ms 73.50 ms / 0.69 ms -> 73.50 ms / 10.12 ms 73.47 ms / 0.66 ms -> 73.50 ms / 10.13 ms result: 5/5 Code: C:\zz>cachex -p -r 0xa8 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Plextor flush command: accepted (status = 0) [+] Plextor flush tests: info: using command A8h info: 5 test(s), c/nc ratio: 4, burst: 1, max: 1000 79.71 ms / 0.76 ms -> 77.48 ms / 11.22 ms 79.50 ms / 0.61 ms -> 80.25 ms / 10.13 ms 73.39 ms / 0.61 ms -> 73.42 ms / 10.10 ms 73.45 ms / 0.76 ms -> 80.69 ms / 10.11 ms 73.46 ms / 0.77 ms -> 73.49 ms / 10.08 ms result: 5/5 Code: C:\zz>cachex -p -r 0x28 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Plextor flush command: accepted (status = 0) [+] Plextor flush tests: info: using command 28h info: 5 test(s), c/nc ratio: 4, burst: 1, max: 1000 77.31 ms / 0.70 ms -> 83.91 ms / 10.36 ms 72.33 ms / 0.58 ms -> 73.22 ms / 10.12 ms 73.39 ms / 0.64 ms -> 73.48 ms / 10.12 ms 73.45 ms / 0.68 ms -> 73.48 ms / 10.09 ms 73.49 ms / 0.65 ms -> 73.53 ms / 10.07 ms result: 5/5 Code: C:\zz>cachex -p -r 0xd8 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Plextor flush command: accepted (status = 0) [+] Plextor flush tests: info: using command D8h info: 5 test(s), c/nc ratio: 4, burst: 1, max: 1000 79.50 ms / 0.54 ms -> 80.28 ms / 17.11 ms 80.54 ms / 0.68 ms -> 80.59 ms / 24.36 ms 80.53 ms / 0.66 ms -> 87.78 ms / 24.39 ms 80.68 ms / 0.69 ms -> 80.52 ms / 24.33 ms 80.55 ms / 0.66 ms -> 80.57 ms / 17.20 ms result: 5/5 Code: C:\zz>cachex -k -r 0xbe -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache disabling: info: using command BEh info: 3 test(s), c/nc ratio: 4, burst: 1, max: 1000 info: cannot write Caching Mode page result: 0/3 not supported Code: C:\zz>cachex -k -r 0xa8 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache disabling: info: using command A8h info: 3 test(s), c/nc ratio: 4, burst: 1, max: 1000 info: cannot write Caching Mode page result: 0/3 not supported Code: C:\zz>cachex -k -r 0x28 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache disabling: info: using command 28h info: 3 test(s), c/nc ratio: 4, burst: 1, max: 1000 info: cannot write Caching Mode page result: 0/3 not supported Code: C:\zz>cachex -k -r 0xd8 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache disabling: info: using command D8h info: 3 test(s), c/nc ratio: 4, burst: 1, max: 1000 info: cannot write Caching Mode page result: 0/3 not supported Code: C:\zz>cachex -w -r 0xbe -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache line numbers: info: using command BEh info: using c/nc ratio : 4 73.47 / 43.27 -> 1 77.49 / 53.92 -> 1 73.83 / 55.37 -> 1 70.61 / 55.08 -> 1 75.82 / 52.94 -> 1 Code: C:\zz>cachex -w -r 0xa8 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache line numbers: info: using command A8h info: using c/nc ratio : 4 74.06 / 52.02 -> 1 81.54 / 55.22 -> 1 72.76 / 54.67 -> 1 70.42 / 55.03 -> 1 75.81 / 52.99 -> 1 Code: C:\zz>cachex -w -r 0x28 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache line numbers: info: using command 28h info: using c/nc ratio : 4 80.91 / 53.63 -> 1 69.47 / 53.21 -> 1 80.64 / 55.21 -> 1 70.64 / 55.06 -> 1 75.85 / 52.97 -> 1 Code: C:\zz>cachex -w -r 0xd8 -d h: CacheExplorer 0.8 - spath@cdfreaks.com Drive on H is PLEXTOR DVDR PX-755A 1.04 [+] Testing cache line numbers: info: using command D8h info: using c/nc ratio : 4 79.74 / 56.89 -> 1 84.24 / 61.13 -> 1 80.95 / 69.74 -> 1 77.60 / 62.28 -> 1 82.77 / 60.19 -> 1 |
| | |
| | #22 |
| CDFreaks Resident Join Date: Sep 2003
Posts: 4,531
| Re: cache explorer Some tests with cachex on a Plextor PX-230A, FW 1.02. Code: cachex -i j: CacheExplorer 0.8 - spath@cdfreaks.com Drive on J is PLEXTOR CD-R PX-230A 1.02 [+] Buffer size: 2048 kB, read cache is enabled [+] Supported read commands: BEh Code: cachex -c -r 0xbe -n 10 -d j: (5 runs) CacheExplorer 0.8 - spath@cdfreaks.com Drive on J is PLEXTOR CD-R PX-230A 1.02 [+] Testing cache line size: info: using command BEh info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 689 kB / 300 sectors (64.52 .. 1.42 -> 26.04) 785 kB / 342 sectors (58.79 .. 1.42 -> 26.04) 746 kB / 325 sectors (58.76 .. 1.42 -> 26.07) 725 kB / 316 sectors (58.78 .. 1.42 -> 26.08) 757 kB / 330 sectors (64.59 .. 1.42 -> 25.93) 744 kB / 324 sectors (58.80 .. 1.42 -> 14.57) 746 kB / 325 sectors (64.54 .. 1.42 -> 14.91) 732 kB / 319 sectors (64.49 .. 1.41 -> 25.99) 714 kB / 311 sectors (58.76 .. 1.42 -> 25.85) 792 kB / 345 sectors (64.56 .. 1.40 -> 26.06) CacheExplorer 0.8 - spath@cdfreaks.com Drive on J is PLEXTOR CD-R PX-230A 1.02 [+] Testing cache line size: info: using command BEh info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 1270 kB / 553 sectors (61.48 .. 1.19 -> 7.86) 797 kB / 347 sectors (68.30 .. 1.42 -> 26.24) 714 kB / 311 sectors (58.89 .. 1.42 -> 26.03) 679 kB / 296 sectors (64.53 .. 1.42 -> 26.03) 700 kB / 305 sectors (64.54 .. 1.42 -> 25.93) 700 kB / 305 sectors (58.78 .. 1.42 -> 26.54) 721 kB / 314 sectors (58.74 .. 1.51 -> 26.00) 714 kB / 311 sectors (64.54 .. 1.42 -> 26.09) 755 kB / 329 sectors (70.25 .. 1.47 -> 25.99) 718 kB / 313 sectors (58.76 .. 1.42 -> 15.10) CacheExplorer 0.8 - spath@cdfreaks.com Drive on J is PLEXTOR CD-R PX-230A 1.02 [+] Testing cache line size: info: using command BEh info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 785 kB / 342 sectors (64.58 .. 1.42 -> 14.51) 762 kB / 332 sectors (64.56 .. 1.43 -> 15.04) 785 kB / 342 sectors (58.89 .. 1.42 -> 26.07) 700 kB / 305 sectors (58.81 .. 1.63 -> 26.37) 780 kB / 340 sectors (64.57 .. 1.42 -> 14.52) 693 kB / 302 sectors (58.80 .. 1.42 -> 14.97) 753 kB / 328 sectors (58.84 .. 1.42 -> 26.06) 790 kB / 344 sectors (58.77 .. 1.42 -> 26.07) 735 kB / 320 sectors (64.57 .. 1.43 -> 26.00) 707 kB / 308 sectors (64.55 .. 1.43 -> 14.47) CacheExplorer 0.8 - spath@cdfreaks.com Drive on J is PLEXTOR CD-R PX-230A 1.02 [+] Testing cache line size: info: using command BEh info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 705 kB / 307 sectors (58.80 .. 1.42 -> 14.56) 712 kB / 310 sectors (58.77 .. 1.42 -> 26.61) 732 kB / 319 sectors (64.52 .. 1.42 -> 26.09) 792 kB / 345 sectors (64.59 .. 1.42 -> 26.09) 741 kB / 323 sectors (58.78 .. 1.41 -> 26.40) 693 kB / 302 sectors (58.82 .. 1.42 -> 26.07) 787 kB / 343 sectors (58.79 .. 1.40 -> 26.08) 778 kB / 339 sectors (64.56 .. 1.42 -> 14.97) 714 kB / 311 sectors (64.53 .. 1.41 -> 26.07) 774 kB / 337 sectors (58.83 .. 1.42 -> 26.07) CacheExplorer 0.8 - spath@cdfreaks.com Drive on J is PLEXTOR CD-R PX-230A 1.02 [+] Testing cache line size: info: using command BEh info: 10 test(s), c/nc ratio: 4, burst: 1, max: 1000 1352 kB / 589 sectors (68.89 .. 3.46 -> 18.37) 1345 kB / 586 sectors (68.95 .. 1.23 -> 20.48) 213 kB / 93 sectors (68.95 .. 1.53 -> 6.29) 739 kB / 322 sectors (68.38 .. 1.42 -> 26.29) 810 kB / 353 sectors (64.70 .. 1.42 -> 26.61) 760 kB / 331 sectors (58.77 .. 1.43 -> 26.03) 748 kB / 326 sectors (58.78 .. 1.50 -> 26.55) 686 kB / 299 sectors (58.84 .. 1.42 -> 26.01) 774 kB / 337 sectors (64.56 .. 1.42 -> 26.07) 764 kB / 333 sectors (58.83 .. 1.51 -> 25.99) Code: cache -p -r 0xbe -d j: CacheExplorer 0.8 - spath@cdfreaks.com Drive on J is PLEXTOR CD-R PX-230A 1.02 [+] Plextor flush command: accepted (status = 0) [+] Plextor flush tests: info: using command BEh info: 5 test(s), c/nc ratio: 4, burst: 1, max: 1000 69.31 ms / 1.48 ms -> 69.54 ms / 0.92 ms 69.51 ms / 1.54 ms -> 69.51 ms / 0.97 ms 69.57 ms / 1.48 ms -> 69.77 ms / 0.96 ms 69.78 ms / 1.54 ms -> 69.51 ms / 0.96 ms 69.46 ms / 1.49 ms -> 69.52 ms / 0.96 ms result: 0/5 Code: cache -k -r 0xbe -d j: CacheExplorer 0.8 - spath@cdfreaks.com Drive on J is PLEXTOR CD-R PX-230A 1.02 [+] Testing cache disabling: info: using command BEh info: 3 test(s), c/nc ratio: 4, burst: 1, max: 1000 info: cannot write Caching Mode page result: 0/3 not supported Code: cache -w -r 0xbe -d j: CacheExplorer 0.8 - spath@cdfreaks.com Drive on J is PLEXTOR CD-R PX-230A 1.02 [+] Testing cache line numbers: info: using command BEh info: using c/nc ratio : 4 69.53 / 75.28 -> 1 101.55 / 77.31 -> 1 101.08 / 90.08 -> 1 120.23 / 81.84 -> 1 109.80 / 69.74 -> 1
__________________ KTPHTT |
| | |
| | #23 | |
| New on Forum Join Date: Feb 2006
Posts: 4
| Re: cache explorer Quote:
| |
| | |
| | #24 |
| Moderator Join Date: Jan 2002
Posts: 973
| Re: cache explorer That's a very long and entertaining talk, but reality is much simpler : SPTD breaks FUA, as reported by cachex and as experienced by every CD ripper which supports FUA, see http://www.hydrogenaudio.org/forums/...howtopic=54678 |
| | |
| | #25 | |
| New on Forum Join Date: Feb 2006
Posts: 4
| Re: cache explorer Quote:
| |
| | |
![]() |
| |
| |
| If you can't find where you are looking for, then become a member and get an answer fast! We have thousands of people online every moment of the day to help you! Click here |
| Can't find where you are looking for? Search our knowledgebase! | |
| | |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to clear nero's cache???? | dmnesic | Nero & InCD | 12 | 03-02-2007 06:02 |
| Nero cache - Help! | Oz12 | Nero & InCD | 3 | 01-02-2007 20:46 |
| Opera cache files | narciskom | General Software | 8 | 05-12-2006 13:41 |
| EAC Cache Audio | longanova | Newbie Forum | 2 | 14-03-2006 14:59 |
| cache dvd program ? like the older cache cd programs | siliconsoul | General Software | 2 | 03-07-2004 22:19 |
| Thread Tools | |
| |
| People who found this thread also searched for: |