From yyangpan at gmail.com Fri Apr 16 16:20:21 2010 From: yyangpan at gmail.com (Yangyang Pan) Date: Fri, 16 Apr 2010 16:20:21 -0400 Subject: [Disksim-users] help for compile error Message-ID: Hi All, I am new beginner of Disksim. When I compiled the disksim first, gcc -Wall -Wno-unused -MD -c -I. -I../diskmodel/include -I../libparam/include -I../libddbg/include -g -DASSERTS -I../memsmodel/include -D_INLINE disksim_iosim.c -o disksim_iosim.o disksim_iosim.c: In function `iosim_load_map': disksim_iosim.c:364: warning: cast to pointer from integer of different size disksim_iosim.c: In function `io_initialize': disksim_iosim.c:712: error: duplicate case value disksim_iosim.c:712: error: previously used here make[1]: *** [disksim_iosim.o] Error 1 make[1]: Leaving directory `/home/rhome/pany2/Disksim/disksim-4.0/src' make: *** [all] Error 2 If anybody have the same problem and the solution. I will be very appreciated if you can provide some help. Thank you very much. All the best, Yangyang -- All the Best ----------------------------------------------------------- Yangyang Electrical and Computer&System Engineering Department Rensselaer Polytechnic Institute, 12180,Troy.NY -------------- next part -------------- An HTML attachment was scrubbed... URL: From catblade at gmail.com Fri Apr 16 16:31:59 2010 From: catblade at gmail.com (Marlow Weston) Date: Fri, 16 Apr 2010 13:31:59 -0700 Subject: [Disksim-users] help for compile error In-Reply-To: References: Message-ID: You are building on a 64 bit machine. You need to add -m32 to your build flags, or build on a 32-bit machine. Best wishes, --Marlow 2010/4/16 Yangyang Pan > Hi All, > > I am new beginner of Disksim. When I compiled the disksim first, > > > gcc -Wall -Wno-unused -MD -c -I. -I../diskmodel/include > -I../libparam/include -I../libddbg/include -g -DASSERTS > -I../memsmodel/include -D_INLINE disksim_iosim.c -o disksim_iosim.o > disksim_iosim.c: In function `iosim_load_map': > disksim_iosim.c:364: warning: cast to pointer from integer of different > size > disksim_iosim.c: In function `io_initialize': > disksim_iosim.c:712: error: duplicate case value > disksim_iosim.c:712: error: previously used here > make[1]: *** [disksim_iosim.o] Error 1 > make[1]: Leaving directory `/home/rhome/pany2/Disksim/disksim-4.0/src' > make: *** [all] Error 2 > If anybody have the same problem and the solution. I will be very > appreciated if you can provide some help. Thank you very much. > > All the best, > Yangyang > > -- > All the Best > > ----------------------------------------------------------- > Yangyang > Electrical and Computer&System Engineering Department > Rensselaer Polytechnic Institute, > 12180,Troy.NY > > _______________________________________________ > Disksim-users mailing list > Disksim-users at ece.cmu.edu > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sajen.langthasa at gmail.com Mon Apr 19 01:59:56 2010 From: sajen.langthasa at gmail.com (sajen langthasa) Date: Mon, 19 Apr 2010 11:29:56 +0530 Subject: [Disksim-users] simos Message-ID: has anyone already configured disksim with simos? is it possible? -------------- next part -------------- An HTML attachment was scrubbed... URL: From sajen.langthasa at gmail.com Mon Apr 19 02:02:33 2010 From: sajen.langthasa at gmail.com (sajen langthasa) Date: Mon, 19 Apr 2010 11:32:33 +0530 Subject: [Disksim-users] (no subject) Message-ID: can anyone send me the link to download simos please. -------------- next part -------------- An HTML attachment was scrubbed... URL: From swschlosser at gmail.com Mon Apr 19 08:54:30 2010 From: swschlosser at gmail.com (Steve Schlosser) Date: Mon, 19 Apr 2010 08:54:30 -0400 Subject: [Disksim-users] simos In-Reply-To: References: Message-ID: Hi Sajen I used DiskSim with SimOS in around 1999. Unfortunately, SimOS is more than a decade out of date today, as it was originally developed for the MIPS and Alpha architectures. If you need to do full-system simulation with a more modern architecture, I would look at Simics or Bochs. It should be pretty straightforward to make DiskSim work as an emulated device for these systems. -steve 2010/4/19 sajen langthasa : > has anyone already configured disksim with simos? > is it possible? > > _______________________________________________ > Disksim-users mailing list > Disksim-users at ece.cmu.edu > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users > > From jordgary at gmail.com Wed Apr 21 02:44:28 2010 From: jordgary at gmail.com (Gary Jordan) Date: Wed, 21 Apr 2010 14:44:28 +0800 Subject: [Disksim-users] DiskSim SPC trace running help? Message-ID: Hi All, I am a little comfused about ASU in the SPC trace of in UMASS repository. For instance, the trace in Financial1.trace, 0,303567,3584,w,0.000000 1,55590,3072,w,0.000000 0,303574,3584,w,0.026214 1,240840,3072,w,0.026214 If I wanna transfer it to an ASCII trace, I just choose the lines of ASU 0? If this trace is running on a single disk, so the access of the requests is interleaving at the disk? Thanks a lot! Gary -------------- next part -------------- An HTML attachment was scrubbed... URL: From jordgary at gmail.com Thu Apr 22 08:00:05 2010 From: jordgary at gmail.com (Gary Jordan) Date: Thu, 22 Apr 2010 20:00:05 +0800 Subject: [Disksim-users] Buffer layer in DiskSim Message-ID: Dear all-users: I wanna test a block-level caching and prefetching algorithm upon DiskSim. Does Disk contain a single buffer?The cache in the internal disk is not the one. The test case is very simple. If disksim has one, Can I prohibit it to make sure no cache or prefetching effect except the one I use. Should I build one myself combining the current version or use the one in DiskSim? Look forward to your help. Thanks. Gary -------------- next part -------------- An HTML attachment was scrubbed... URL: From ganger at ece.cmu.edu Thu Apr 22 13:37:15 2010 From: ganger at ece.cmu.edu (Greg Ganger) Date: Thu, 22 Apr 2010 13:37:15 -0400 (EDT) Subject: [Disksim-users] Buffer layer in DiskSim In-Reply-To: References: Message-ID: The documentation seems likely to help with understanding what can be configured. Greg On Thu, 22 Apr 2010, Gary Jordan wrote: > Dear all-users: > I wanna test a block-level caching and prefetching algorithm upon > DiskSim. Does Disk contain a single buffer???The cache in the internal disk > is not the one. The test case is very simple. If disksim has one, Can I > prohibit it to make sure no cache or prefetching effect except the one I > use. Should I build one myself combining the current version or use the one > in DiskSim? > > Look forward to your help. > Thanks. > > Gary > From yyangpan at gmail.com Thu Apr 22 22:05:44 2010 From: yyangpan at gmail.com (Yangyang Pan) Date: Thu, 22 Apr 2010 22:05:44 -0400 Subject: [Disksim-users] Compiling problem of SSD model Message-ID: Hi all, Does anyone have used the SSD model(ssd-add-on.zip) with disksim? When I compile the ssdmoel, there is an error : If you have the same problem and solution, please drop me a message. I will be very appreciated. Thank you very much. gcc -Wall -Wno-unused -MD -m32 -c -m32 -g -DASSERTS -I../src// -I../diskmodel/include -I../ -I../src//src ssd.c -o ssd.o ssd.c: In function `getssd': ssd.c:33: error: structure has no member named `ssdinfo' ssd.c:34: error: structure has no member named `ssdinfo' ssd.c: In function `ssd_invoke_element_cleaning': ssd.c:423: error: structure has no member named `ssd_elem_num' ssd.c: In function `ssd_activate_elem': ssd.c:543: error: structure has no member named `ssd_elem_num' ssd.c:566: error: structure has no member named `ssd_elem_num' ssd.c:599: error: structure has no member named `ssd_elem_num' ssd.c: In function `ssd_clean_element_complete': ssd.c:766: error: structure has no member named `ssd_elem_num' ssd.c: In function `ssd_access_complete_element': ssd.c:814: error: structure has no member named `ssd_elem_num' ssd.c:814: error: structure has no member named `ssd_elem_num' ssd.c: In function `ssd_get_numdisks': ssd.c:1042: error: structure has no member named `ssdinfo' ssd.c: In function `ssd_add': ssd.c:1068: error: structure has no member named `ssdinfo' ssd.c:1070: error: structure has no member named `ssdinfo' ssd.c:1071: error: structure has no member named `ssdinfo' ssd.c:1072: error: structure has no member named `ssdinfo' ssd.c:1073: error: structure has no member named `ssdinfo' ssd.c:1079: error: structure has no member named `ssdinfo' ssd.c:1080: error: structure has no member named `ssdinfo' ssd.c:1083: error: structure has no member named `ssdinfo' ssd.c:1083: error: structure has no member named `ssdinfo' ssd.c:1083: error: structure has no member named `ssdinfo' ssd.c:1086: error: structure has no member named `ssdinfo' ssd.c:1087: error: structure has no member named `ssdinfo' ssd.c:1088: error: structure has no member named `ssdinfo' ssd.c: In function `ssdmodel_ssd_loadparams': ssd.c:1099: error: structure has no member named `ssdinfo' ssd.c: In function `ssd_printstats': ssd.c:1414: error: structure has no member named `ssdinfo' ssd.c:1431: error: structure has no member named `ssdinfo' ssd.c:1433: error: structure has no member named `ssdinfo' ssd.c:1434: error: structure has no member named `ssdinfo' ssd.c:1436: error: structure has no member named `ssdinfo' ssd.c:1440: error: structure has no member named `ssdinfo' ssd.c: At top level: ssd.c:1487: error: `DEVICETYPE_SSD' undeclared here (not in a function) ssd.c:1487: error: initializer element is not constant ssd.c:1487: error: (near initialization for `ssd_hdr_initializer.device_type') make: *** [ssd.o] Error 1 -- All the Best ----------------------------------------------------------- Yangyang Electrical and Computer&System Engineering Department Rensselaer Polytechnic Institute, 12180,Troy.NY -------------- next part -------------- An HTML attachment was scrubbed... URL: From jordgary at gmail.com Fri Apr 23 02:28:20 2010 From: jordgary at gmail.com (Gary Jordan) Date: Fri, 23 Apr 2010 14:28:20 +0800 Subject: [Disksim-users] How can get a disk model files of IBM-Ultrastar-36z15 in DiskSim Message-ID: Dear users, I saw many works including a IBM-ultrastar-36z15 disk model. I found IBM-UIultrastar-18ES model in Disksim.The performance and capacity of them are different. Could I get IBM-ultrastar-36z15 disk model with small modification from the IBM-UIultrastar-18ES model ? Could anybody provide that specs and model files of this disk? Thanks. Jordan -------------- next part -------------- An HTML attachment was scrubbed... URL: From haghdoost at gmail.com Fri Apr 23 12:05:47 2010 From: haghdoost at gmail.com (Alireza Haghdoost) Date: Fri, 23 Apr 2010 20:35:47 +0430 Subject: [Disksim-users] Compiling problem of SSD model Message-ID: Dear Yangyang I have compiled Microsoft SSD model without any problem, are you sure that you have done all required steps for compilation that is mentioned in the readme file ? Alireza Haghdoost Graduate Student Department of Computer Engineering Sharif University of Technology http://ce.sharif.edu/~haghdoost Phone: (98) (21) 6616 6689 On Fri, Apr 23, 2010 at 20:30, wrote: > Send Disksim-users mailing list submissions to > disksim-users at ece.cmu.edu > > To subscribe or unsubscribe via the World Wide Web, visit > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users > or, via email, send a message with subject or body 'help' to > disksim-users-request at ece.cmu.edu > > You can reach the person managing the list at > disksim-users-owner at ece.cmu.edu > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Disksim-users digest..." > > > Today's Topics: > > 1. Re: Buffer layer in DiskSim (Greg Ganger) > 2. Compiling problem of SSD model (Yangyang Pan) > 3. How can get a disk model files of IBM-Ultrastar-36z15 in > DiskSim (Gary Jordan) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 22 Apr 2010 13:37:15 -0400 (EDT) > From: Greg Ganger > Subject: Re: [Disksim-users] Buffer layer in DiskSim > To: Gary Jordan > Cc: disksim-users at ece.cmu.edu > Message-ID: > Content-Type: text/plain; charset="x-unknown"; Format="flowed" > > > The documentation seems likely to help with understanding what can be > configured. > > Greg > > > On Thu, 22 Apr 2010, Gary Jordan wrote: > > > Dear all-users: > > I wanna test a block-level caching and prefetching algorithm upon > > DiskSim. Does Disk contain a single buffer???The cache in the internal > disk > > is not the one. The test case is very simple. If disksim has one, Can I > > prohibit it to make sure no cache or prefetching effect except the one I > > use. Should I build one myself combining the current version or use the > one > > in DiskSim? > > > > Look forward to your help. > > Thanks. > > > > Gary > > > > ------------------------------ > > Message: 2 > Date: Thu, 22 Apr 2010 22:05:44 -0400 > From: Yangyang Pan > Subject: [Disksim-users] Compiling problem of SSD model > To: disksim-users at ece.cmu.edu > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1" > > Hi all, > > Does anyone have used the SSD model(ssd-add-on.zip) with disksim? When I > compile the ssdmoel, there is an error : > > If you have the same problem and solution, please drop me a message. I will > be very appreciated. Thank you very much. > > gcc -Wall -Wno-unused -MD -m32 -c -m32 -g -DASSERTS -I../src// > -I../diskmodel/include -I../ -I../src//src ssd.c -o ssd.o > ssd.c: In function `getssd': > ssd.c:33: error: structure has no member named `ssdinfo' > ssd.c:34: error: structure has no member named `ssdinfo' > ssd.c: In function `ssd_invoke_element_cleaning': > ssd.c:423: error: structure has no member named `ssd_elem_num' > ssd.c: In function `ssd_activate_elem': > ssd.c:543: error: structure has no member named `ssd_elem_num' > ssd.c:566: error: structure has no member named `ssd_elem_num' > ssd.c:599: error: structure has no member named `ssd_elem_num' > ssd.c: In function `ssd_clean_element_complete': > ssd.c:766: error: structure has no member named `ssd_elem_num' > ssd.c: In function `ssd_access_complete_element': > ssd.c:814: error: structure has no member named `ssd_elem_num' > ssd.c:814: error: structure has no member named `ssd_elem_num' > ssd.c: In function `ssd_get_numdisks': > ssd.c:1042: error: structure has no member named `ssdinfo' > ssd.c: In function `ssd_add': > ssd.c:1068: error: structure has no member named `ssdinfo' > ssd.c:1070: error: structure has no member named `ssdinfo' > ssd.c:1071: error: structure has no member named `ssdinfo' > ssd.c:1072: error: structure has no member named `ssdinfo' > ssd.c:1073: error: structure has no member named `ssdinfo' > ssd.c:1079: error: structure has no member named `ssdinfo' > ssd.c:1080: error: structure has no member named `ssdinfo' > ssd.c:1083: error: structure has no member named `ssdinfo' > ssd.c:1083: error: structure has no member named `ssdinfo' > ssd.c:1083: error: structure has no member named `ssdinfo' > ssd.c:1086: error: structure has no member named `ssdinfo' > ssd.c:1087: error: structure has no member named `ssdinfo' > ssd.c:1088: error: structure has no member named `ssdinfo' > ssd.c: In function `ssdmodel_ssd_loadparams': > ssd.c:1099: error: structure has no member named `ssdinfo' > ssd.c: In function `ssd_printstats': > ssd.c:1414: error: structure has no member named `ssdinfo' > ssd.c:1431: error: structure has no member named `ssdinfo' > ssd.c:1433: error: structure has no member named `ssdinfo' > ssd.c:1434: error: structure has no member named `ssdinfo' > ssd.c:1436: error: structure has no member named `ssdinfo' > ssd.c:1440: error: structure has no member named `ssdinfo' > ssd.c: At top level: > ssd.c:1487: error: `DEVICETYPE_SSD' undeclared here (not in a function) > ssd.c:1487: error: initializer element is not constant > ssd.c:1487: error: (near initialization for > `ssd_hdr_initializer.device_type') > make: *** [ssd.o] Error 1 > -- > All the Best > > ----------------------------------------------------------- > Yangyang > Electrical and Computer&System Engineering Department > Rensselaer Polytechnic Institute, > 12180,Troy.NY > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://sos.ece.cmu.edu/pipermail/disksim-users/attachments/20100422/fb9730f4/attachment-0001.html > > > > ------------------------------ > > Message: 3 > Date: Fri, 23 Apr 2010 14:28:20 +0800 > From: Gary Jordan > Subject: [Disksim-users] How can get a disk model files of > IBM-Ultrastar-36z15 in DiskSim > To: disksim-users at ece.cmu.edu > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1" > > Dear users, > I saw many works including a IBM-ultrastar-36z15 disk model. I > found IBM-UIultrastar-18ES model in Disksim.The performance and capacity of > them are different. > Could I get IBM-ultrastar-36z15 disk model with small modification from > the IBM-UIultrastar-18ES model ? > Could anybody provide that specs and model files of this disk? Thanks. > > Jordan > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://sos.ece.cmu.edu/pipermail/disksim-users/attachments/20100423/65a8d3da/attachment-0001.html > > > > ------------------------------ > > _______________________________________________ > Disksim-users mailing list > Disksim-users at ece.cmu.edu > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users > > > End of Disksim-users Digest, Vol 55, Issue 5 > ******************************************** > -------------- next part -------------- An HTML attachment was scrubbed... URL: From yyangpan at gmail.com Fri Apr 23 13:29:14 2010 From: yyangpan at gmail.com (Yangyang Pan) Date: Fri, 23 Apr 2010 13:29:14 -0400 Subject: [Disksim-users] Compiling problem of SSD model In-Reply-To: References: Message-ID: Dear Alireza, Thank you for your attention. I did use the command " patch -p1 < ssdmodel/ssd-patch" Some of the modification can be loaded automatically, while some are not. I need to modify the file of DiskSim manually. Thanks, Yangyang On Fri, Apr 23, 2010 at 12:05 PM, Alireza Haghdoost wrote: > Dear Yangyang > > I have compiled Microsoft SSD model without any problem, are you sure that > you have done all required steps for compilation that is mentioned in the > readme file ? > > > > Alireza Haghdoost > Graduate Student > Department of Computer Engineering > Sharif University of Technology > http://ce.sharif.edu/~haghdoost > Phone: (98) (21) 6616 6689 > > > > > On Fri, Apr 23, 2010 at 20:30, wrote: > >> Send Disksim-users mailing list submissions to >> disksim-users at ece.cmu.edu >> >> To subscribe or unsubscribe via the World Wide Web, visit >> https://sos.ece.cmu.edu/mailman/listinfo/disksim-users >> or, via email, send a message with subject or body 'help' to >> disksim-users-request at ece.cmu.edu >> >> You can reach the person managing the list at >> disksim-users-owner at ece.cmu.edu >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of Disksim-users digest..." >> >> >> Today's Topics: >> >> 1. Re: Buffer layer in DiskSim (Greg Ganger) >> 2. Compiling problem of SSD model (Yangyang Pan) >> 3. How can get a disk model files of IBM-Ultrastar-36z15 in >> DiskSim (Gary Jordan) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Thu, 22 Apr 2010 13:37:15 -0400 (EDT) >> From: Greg Ganger >> Subject: Re: [Disksim-users] Buffer layer in DiskSim >> To: Gary Jordan >> Cc: disksim-users at ece.cmu.edu >> Message-ID: >> Content-Type: text/plain; charset="x-unknown"; Format="flowed" >> >> >> The documentation seems likely to help with understanding what can be >> configured. >> >> Greg >> >> >> On Thu, 22 Apr 2010, Gary Jordan wrote: >> >> > Dear all-users: >> > I wanna test a block-level caching and prefetching algorithm upon >> > DiskSim. Does Disk contain a single buffer???The cache in the internal >> disk >> > is not the one. The test case is very simple. If disksim has one, Can I >> > prohibit it to make sure no cache or prefetching effect except the one I >> > use. Should I build one myself combining the current version or use the >> one >> > in DiskSim? >> > >> > Look forward to your help. >> > Thanks. >> > >> > Gary >> > >> >> ------------------------------ >> >> Message: 2 >> Date: Thu, 22 Apr 2010 22:05:44 -0400 >> From: Yangyang Pan >> Subject: [Disksim-users] Compiling problem of SSD model >> To: disksim-users at ece.cmu.edu >> Message-ID: >> >> Content-Type: text/plain; charset="iso-8859-1" >> >> >> Hi all, >> >> Does anyone have used the SSD model(ssd-add-on.zip) with disksim? When I >> compile the ssdmoel, there is an error : >> >> If you have the same problem and solution, please drop me a message. I >> will >> be very appreciated. Thank you very much. >> >> gcc -Wall -Wno-unused -MD -m32 -c -m32 -g -DASSERTS -I../src// >> -I../diskmodel/include -I../ -I../src//src ssd.c -o ssd.o >> ssd.c: In function `getssd': >> ssd.c:33: error: structure has no member named `ssdinfo' >> ssd.c:34: error: structure has no member named `ssdinfo' >> ssd.c: In function `ssd_invoke_element_cleaning': >> ssd.c:423: error: structure has no member named `ssd_elem_num' >> ssd.c: In function `ssd_activate_elem': >> ssd.c:543: error: structure has no member named `ssd_elem_num' >> ssd.c:566: error: structure has no member named `ssd_elem_num' >> ssd.c:599: error: structure has no member named `ssd_elem_num' >> ssd.c: In function `ssd_clean_element_complete': >> ssd.c:766: error: structure has no member named `ssd_elem_num' >> ssd.c: In function `ssd_access_complete_element': >> ssd.c:814: error: structure has no member named `ssd_elem_num' >> ssd.c:814: error: structure has no member named `ssd_elem_num' >> ssd.c: In function `ssd_get_numdisks': >> ssd.c:1042: error: structure has no member named `ssdinfo' >> ssd.c: In function `ssd_add': >> ssd.c:1068: error: structure has no member named `ssdinfo' >> ssd.c:1070: error: structure has no member named `ssdinfo' >> ssd.c:1071: error: structure has no member named `ssdinfo' >> ssd.c:1072: error: structure has no member named `ssdinfo' >> ssd.c:1073: error: structure has no member named `ssdinfo' >> ssd.c:1079: error: structure has no member named `ssdinfo' >> ssd.c:1080: error: structure has no member named `ssdinfo' >> ssd.c:1083: error: structure has no member named `ssdinfo' >> ssd.c:1083: error: structure has no member named `ssdinfo' >> ssd.c:1083: error: structure has no member named `ssdinfo' >> ssd.c:1086: error: structure has no member named `ssdinfo' >> ssd.c:1087: error: structure has no member named `ssdinfo' >> ssd.c:1088: error: structure has no member named `ssdinfo' >> ssd.c: In function `ssdmodel_ssd_loadparams': >> ssd.c:1099: error: structure has no member named `ssdinfo' >> ssd.c: In function `ssd_printstats': >> ssd.c:1414: error: structure has no member named `ssdinfo' >> ssd.c:1431: error: structure has no member named `ssdinfo' >> ssd.c:1433: error: structure has no member named `ssdinfo' >> ssd.c:1434: error: structure has no member named `ssdinfo' >> ssd.c:1436: error: structure has no member named `ssdinfo' >> ssd.c:1440: error: structure has no member named `ssdinfo' >> ssd.c: At top level: >> ssd.c:1487: error: `DEVICETYPE_SSD' undeclared here (not in a function) >> ssd.c:1487: error: initializer element is not constant >> ssd.c:1487: error: (near initialization for >> `ssd_hdr_initializer.device_type') >> make: *** [ssd.o] Error 1 >> -- >> All the Best >> >> ----------------------------------------------------------- >> Yangyang >> Electrical and Computer&System Engineering Department >> Rensselaer Polytechnic Institute, >> 12180,Troy.NY >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://sos.ece.cmu.edu/pipermail/disksim-users/attachments/20100422/fb9730f4/attachment-0001.html >> > >> >> ------------------------------ >> >> Message: 3 >> Date: Fri, 23 Apr 2010 14:28:20 +0800 >> From: Gary Jordan >> Subject: [Disksim-users] How can get a disk model files of >> IBM-Ultrastar-36z15 in DiskSim >> To: disksim-users at ece.cmu.edu >> Message-ID: >> >> Content-Type: text/plain; charset="iso-8859-1" >> >> Dear users, >> I saw many works including a IBM-ultrastar-36z15 disk model. I >> found IBM-UIultrastar-18ES model in Disksim.The performance and capacity >> of >> them are different. >> Could I get IBM-ultrastar-36z15 disk model with small modification from >> the IBM-UIultrastar-18ES model ? >> Could anybody provide that specs and model files of this disk? Thanks. >> >> Jordan >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://sos.ece.cmu.edu/pipermail/disksim-users/attachments/20100423/65a8d3da/attachment-0001.html >> > >> >> ------------------------------ >> >> _______________________________________________ >> Disksim-users mailing list >> Disksim-users at ece.cmu.edu >> https://sos.ece.cmu.edu/mailman/listinfo/disksim-users >> >> >> End of Disksim-users Digest, Vol 55, Issue 5 >> ******************************************** >> > > -- All the Best ----------------------------------------------------------- Yangyang Electrical and Computer&System Engineering Department Rensselaer Polytechnic Institute, 12180,Troy.NY -------------- next part -------------- An HTML attachment was scrubbed... URL: From yyangpan at gmail.com Thu Apr 29 15:40:01 2010 From: yyangpan at gmail.com (Yangyang Pan) Date: Thu, 29 Apr 2010 15:40:01 -0400 Subject: [Disksim-users] Number of Erasing Flash with the SSD package in DiskSim Message-ID: Hi all, I am using the SSD package in DiskSim. In the simulation result, I want to find how many times the Flash has been erased and the endurance of the Flash. Which parameter I should use to get the information I need? Please drop me a message if you have found the information. Thank you very much. Yangyang -- All the Best ----------------------------------------------------------- Yangyang Electrical and Computer&System Engineering Department Rensselaer Polytechnic Institute, 12180,Troy.NY -------------- next part -------------- An HTML attachment was scrubbed... URL: From clemons.47 at buckeyemail.osu.edu Thu Apr 29 16:47:28 2010 From: clemons.47 at buckeyemail.osu.edu (Tyler Clemons) Date: Thu, 29 Apr 2010 16:47:28 -0400 Subject: [Disksim-users] Number of Erasing Flash with the SSD package in DiskSim In-Reply-To: References: Message-ID: <493DCA20-A016-4D5E-94B2-E8CCA3ED9C61@buckeyemail.osu.edu> Hello Yangyang, You should be able to find the information inside the output files generated by disksim. Try searching for: Number of cleans: Inside the .outv files generated by Disksim -Tyler On Apr 29, 2010, at 3:40 PM, Yangyang Pan wrote: > > Hi all, > > I am using the SSD package in DiskSim. In the simulation result, I want to find how many times the Flash has been erased and the endurance of the Flash. Which parameter I should use to get the information I need? Please drop me a message if you have found the information. Thank you very much. > > Yangyang > -- > All the Best > > ----------------------------------------------------------- > Yangyang > Electrical and Computer&System Engineering Department > Rensselaer Polytechnic Institute, > 12180,Troy.NY > _______________________________________________ > Disksim-users mailing list > Disksim-users at ece.cmu.edu > https://sos.ece.cmu.edu/mailman/listinfo/disksim-users