Taking a long time to export a report to PDF in web app

Hi,
I downloaded CR for Eclipse 2.0 to integrate a "Create PDF Report" option into our web application. The original .rpt files were created using CR 2008. I used the sample online code to do this:
ReportClientDocument reportClientDoc = new ReportClientDocument();
reportClientDoc.open(REPORT_NAME, 0);   
// .. set report params here..
ByteArrayInputStream byteArrayInputStream = (ByteArrayInputStream)reportClientDoc.getPrintOutputController().export(ReportExportFormat.PDF);
I was able to successfully run this and generate a PDF output file, however the report takes over 2 minutes to complete, whether there were only 2 records or 75 records!
From CR 2008 on a Windows machine, the export to PDF option takes about 2 - 3 seconds for the exact same report.
Our web servers are very powerful Linux blade servers from Dell.
Why is there such a delay? Does it have to do with the licensed version versus the free version? Or is this just a limitation of being in a web app?
-Mike

We created a version of the same test report that only generates two PDF pages.It has cut the time down, but it still takes it about 16 seconds to open the .rpt file and another 6 seconds to export to PDF and write it out to a file. [Total of about 22 seconds.]
When we run the same report on CR2008 on a Windows laptop, it takes less than 1 second to load the .rpt file, under 1 second to generate the report and another 1 second to generate the PDF. [Total under 3 seconds.]
Our question still remains: Why is there a considerable time difference between CR2008 and CR4Eclipse [3 secs vs 22 secs] and is there anything we can do on the web app side to decrease the report output time?
Here are the "highlights" from the verbose logs (the full logs were about 32K). I tried showing where there were obvious time gaps. If there is a big time gap between statements separated by ".... " it was just doing it's regular work (evaluating functions, etc). If you provide me an email address I can send the complete logs as an attachment.
2009-09-04 16:18:32,212 DEBUGaction.TestReportsAction (?:?) - begin hub/TestReportsAction
2009-09-04 16:18:32,213 DEBUGaction.TestReportsAction (?:?) - 1-calling new ReportClientDocument();
2009-09-04 16:18:32,215 DEBUGaction.TestReportsAction (?:?) - 2-calling .open(REPORT_NAME
2009-09-04 16:18:33,193 INFO reportloading.saveddata (?:?) - FieldManager
2009-09-04 16:18:33,194 INFO reportloading.saveddata (?:?) - NDatabaseFields: 63
2009-09-04 16:18:33,195 INFO reportloading.saveddata (?:?) - Field: {INVOICE_HEADER_VIEW.INVOICE}, NBytesInField: 8, ValueType: number
2009-09-04 16:18:33,288 INFO reportloading.saveddata (?:?) - Field: {%Unit_Price}, NBytesInField: 131070, ValueType: string
2009-09-04 16:18:33,289 INFO reportloading.saveddata (?:?) - NOlapDimensionFields: 0
2009-09-04 16:18:33,289 INFO reportloading.saveddata (?:?) - NOlapGenerationFields: 0
2009-09-04 16:18:33,290 INFO reportloading.saveddata (?:?) - NULL Field
2009-09-04 16:18:37,141 INFO reportloading.saveddata (?:?) - FieldManager
2009-09-04 16:18:37,142 INFO reportloading.saveddata (?:?) - NDatabaseFields: 8
2009-09-04 16:18:37,177 INFO reportloading.saveddata (?:?) - NOlapGenerationFields: 0
2009-09-04 16:18:37,177 INFO reportloading.saveddata (?:?) - NULL Field
2009-09-04 16:18:39,333 INFO formulas.Compiler (?:?) - Formula {@Record_Selection} compiled.
2009-09-04 16:18:39,340 INFO formulas.Compiler (?:?) - Formula {@Saved_Data_Selection} compiled.
2009-09-04 16:18:47,868 INFO ReportCommand.SetReportDateCommand (?:?) - SetReportDateCommand,24667963,Exit perform,<document=ReportDocument:<report=main><reportPath=/webdata/webapps/tcmIS/reports/invoice_header_en.rpt>>;
2009-09-04 16:18:48,042 INFO formulas.Compiler (?:?) - Formula {@Invtest} compiled.
2009-09-04 16:18:48,045 INFO formulas.Compiler (?:?) - Formula {@Load column names} compiled.
2009-09-04 16:18:48,701 DEBUGaction.TestReportsAction (?:?) - opened report: /reports/invoice_header_en.rpt
2009-09-04 16:18:48,702 DEBUGaction.TestReportsAction (?:?) - 3-calling getParameterFieldController() - setting params
2009-09-04 16:18:48,792 DEBUGaction.TestReportsAction (?:?) - 4-calling export(ReportExportFormat.PDF);
2009-09-04 16:18:48,794 INFO reports.queryengine (?:?) - Connection logon:Database DLL=s(crdb_oracle.dll);PreQEServerName=s(tcmprod);Server=s(tcmprod);Tru
sted_Connection=b(false);Password=;User ID=s(sskidmore)
2009-09-04 16:18:48,812 INFO driverImpl.jdbc (?:?) - Connection Opened null
2009-09-04 16:18:48,829 INFO reports.queryengine (?:?) - Connection logon successfully
2009-09-04 16:18:48,835 INFO reports.dataengine (?:?) - Create new report state
2009-09-04 16:18:48,838 INFO reports.dataengine (?:?) - Need to recompile formulas, the number of formulas needed to recompile is 1
2009-09-04 16:18:55,202 WARN Simplifier.Fields (?:?) - Field {INVOICE_HEADER_VIEW.BILLING_ENTITY_ADDRESS_LINE_1} is null. Interrupting formula evaluation.
2009-09-04 16:18:55,203 INFO formulas.Evaluator (?:?) - Formula {@-suppressSection-13} evaluated to: null
2009-09-04 16:18:55,302 INFO formatter.paginator (?:?) - Page 2 formatted.
2009-09-04 16:18:55,303 INFO lightmodel.FCMFormattedContentModeller (?:?) - FCM: modelling contents
2009-09-04 16:18:55,344 INFO lightmodel.FCMFormattedContentModeller (?:?) - FCM: modelling contents
2009-09-04 16:18:55,981 INFO formatter.paginator (?:?) - Moving to Page 3
2009-09-04 16:18:56,015 WARN Simplifier.Fields (?:?) - Field {INVOICE_HEADER_VIEW.BILLING_ENTITY_ADDRESS_LINE_1} is null. Interrupting formula evaluation.
2009-09-04 16:18:56,016 INFO formulas.Evaluator (?:?) - Formula {@-suppressSection-12} evaluated to: null
2009-09-04 16:18:56,019 WARN Simplifier.Fields (?:?) - Field {INVOICE_HEADER_VIEW.BILLING_ENTITY_ADDRESS_LINE_1} is null. Interrupting formula evaluation.
2009-09-04 16:18:56,020 INFO formulas.Evaluator (?:?) - Formula {@-suppressSection-13} evaluated to: null
2009-09-04 16:18:56,024 INFO formulas.Evaluator (?:?) - Formula {@-suppressSection-11} evaluated to: b(true)
2009-09-04 16:18:56,087 DEBUGaction.TestReportsAction (?:?) - exported report to stream
2009-09-04 16:18:56,089 INFO reports.basicdataengine (?:?) - Invalidating controller
2009-09-04 16:18:56,090 INFO reports.basicdataengine (?:?) - Invalidating controller
2009-09-04 16:18:56,091 INFO reports.basicdataengine (?:?) - Invalidating controller
2009-09-04 16:18:56,094 INFO reports.queryengine (?:?) - Connection logoffServer:
2009-09-04 16:18:56,095 INFO driverImpl.jdbc (?:?) - Connection Closed null
2009-09-04 16:18:56,185 DEBUGaction.TestReportsAction (?:?) - Successfully exported report to /webdata/html/reports/invoice_PGE_465.pdf
Edited by: Mike Najera on Sep 5, 2009 12:13 AM

Similar Messages

  • Report script taking very long time to export in ASO

    Hi All,
    My report script is taking very long time to execute and finally a message appears as timed out.
    I'm working on ASO Cubes and there are 14 dimensions for which i need to export all data for all the dimensions for only one version.
    The data is very huge and the member count in each dimension is also huge, so which is making me difficult to export the data.
    Any suggestions??
    Thanks

    Here is a link that addresses several ways to optimize your report script. I utilize report scripts for Level 0 exports in an ASO environment as well, however the majority of our dimemsions are attribute dimensions.
    These are the most effective solutions we have implemented to improve our exports via report scripts:
    1. Make sure your report script is written in the order of how the Report Extractor retrieves data.
    2. Supressing Zero and Missing Data
    3. We use the LINK command within reports for some dimensions that are really big and pull at Level 0
    4. Using Symmetric reports.
    5. Breakout the exports in multiple reports.
    However, you may also consider some additional solutions outlined in this link:
    1. The MDX optimizing commands
    2. Back end system settings
    http://download.oracle.com/docs/cd/E12825_01/epm.111/esb_dbag/drpoptim.htm
    I hope this helps. Maybe posting your report script would also help users to provide feedback.
    Thanks
    Edited by: ronnie on Jul 14, 2011 9:25 AM
    Edited by: ronnie on Jul 14, 2011 9:53 AM

  • Taking a long time to export to Quicktime

    Hello,
    I'm trying to export my Flash "file" to Quicktime. The issue I'm having is that it's taking a really long time to "record flash content". My file is pretty long (about 5-6min long) so maybe this is normal. Or is it?

    When you use the Share to iDVD export mode iPhoto has to create a Quicktime movie of the slideshow prior to exporting it into iDVD. If you've got lots of KB effects, fancy transitions, etc. along with those 185 photos it's going to take a long live. The 99 slide limit refers to creating a slideshow in iDVD with imported stills.

  • Taking a long time to export

    Why is it taking so long to exort a sile show with with a 185 photos to idvd?its been over 5min and its only half way done. Thanks

    When you use the Share to iDVD export mode iPhoto has to create a Quicktime movie of the slideshow prior to exporting it into iDVD. If you've got lots of KB effects, fancy transitions, etc. along with those 185 photos it's going to take a long live. The 99 slide limit refers to creating a slideshow in iDVD with imported stills.

  • 30 Second time-out when Exporting Report to PDF in Web App.

    Post Author: Dave Milford
    CA Forum: .NET
    I'm currently upgrading older web applications to new web servers that use Windows Server 2003 and IIS 6, with SQL Server 2000 on a separate Windows 2003 server. The tools that I am required to use for this conversion are Visual Studio .Net 2003 and the Crystal Reports 9.1 version that comes with VS.Net 2003. The Crystal Reports .dlls from Visual Studio 2003 have been installed onto the new web servers (using the .MSI packages) and all available CR service packs have been applied.
    I've been able to successfully migrate the reports from CR 7.0 and to create new ASPX pages to drive the reports. On the server script side (in the Page_Load event) I am using the ExportToStream method of the ReportDocument object to load a MemoryStream and then write the MemoryStream out to the client's browser, i.e.
    Dim oStream As MemoryStream
    oStream = DirectCast(creport.ExportToStream(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat), MemoryStream)
    Response.Clear()
    Response.ContentType = "application/pdf"
    Response.BinaryWrite(oStream.ToArray())
    Response.End()
    One of two things will occur: either the report will appear in the client browser as a PDF within 30 seconds of the user requesting the report, or the client browser will display an 'Internet Explorer cannot display the webpage' error if more than 30 seconds have passed.
    Some of the reports return a small amount of data. These reports always produce a PDF, usually within 5 seconds.
    Some of the reports utilize the RecordSelectionFormula property. When these reports are filtered to produce small results, the PDF is generated; when the reports are not filtered (and will return a large amount of information) the client browser will display the 'Cannot Display Web page' message (after 30 seconds).
    I've tested the SQL Server views that suppy the information for the reports; they take no longer than 4 or 5 seconds to produce recordsets.
    These same reports work with the CrystalReportViewer .Net object, however, I need to get these reports to PDF in order for people to be able to save/print them.
    Anyone want to point me in the right direction?

    Post Author: Dave Milford
    CA Forum: .NET
    I'm currently upgrading older web applications to new web servers that use Windows Server 2003 and IIS 6, with SQL Server 2000 on a separate Windows 2003 server. The tools that I am required to use for this conversion are Visual Studio .Net 2003 and the Crystal Reports 9.1 version that comes with VS.Net 2003. The Crystal Reports .dlls from Visual Studio 2003 have been installed onto the new web servers (using the .MSI packages) and all available CR service packs have been applied.
    I've been able to successfully migrate the reports from CR 7.0 and to create new ASPX pages to drive the reports. On the server script side (in the Page_Load event) I am using the ExportToStream method of the ReportDocument object to load a MemoryStream and then write the MemoryStream out to the client's browser, i.e.
    Dim oStream As MemoryStream
    oStream = DirectCast(creport.ExportToStream(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat), MemoryStream)
    Response.Clear()
    Response.ContentType = "application/pdf"
    Response.BinaryWrite(oStream.ToArray())
    Response.End()
    One of two things will occur: either the report will appear in the client browser as a PDF within 30 seconds of the user requesting the report, or the client browser will display an 'Internet Explorer cannot display the webpage' error if more than 30 seconds have passed.
    Some of the reports return a small amount of data. These reports always produce a PDF, usually within 5 seconds.
    Some of the reports utilize the RecordSelectionFormula property. When these reports are filtered to produce small results, the PDF is generated; when the reports are not filtered (and will return a large amount of information) the client browser will display the 'Cannot Display Web page' message (after 30 seconds).
    I've tested the SQL Server views that suppy the information for the reports; they take no longer than 4 or 5 seconds to produce recordsets.
    These same reports work with the CrystalReportViewer .Net object, however, I need to get these reports to PDF in order for people to be able to save/print them.
    Anyone want to point me in the right direction?

  • Its taking a long time to update my version of Creative Cloud desktop app. What happens if I cancel?

    You will need to complete the CC Desktop update in order to install new CC apps on your computer. Just resume the install when you have restored connectivity by visiting the Download Center and clicking the Install link on any CC app, including the CC Desktop app.

    Jacobm51486856 please see Sign in, activation, or connection errors | CS5.5 and later for information on how to resolve the connection error preventing your membership from being authorized.

  • Discoverer report taking too long time to open.

    HI,
    Discovere reports are taking too long time to open. Please help to resolve this.
    Regards,
    Bhatia

    What is the Dicoverer and the Application release?
    Please refer to the following links (For both Discoverer 4i and 10g). Please note that some Discoverer 4i notes also apply to Discoverer 10g.
    Note: 362851.1 - Guidelines to setup the JVM in Apps Ebusiness Suite 11i and R12
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=362851.1
    Note: 68100.1 - Discoverer Performance When Running On Oracle Applications
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=68100.1
    Note: 465234.1 - Recommended Client Java Plug-in (JVM/JRE) For Discoverer Plus 10g (10.1.2)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=465234.1
    Note: 329674.1 - Slow Performance When Opening Plus Workbooks from Oracle 11.5.10 Applications Home Page
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=329674.1
    Note: 190326.1 - Ideas for Improving Discoverer 4i Performance in an Applications 11i Environment
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=190326.1
    Note: 331435.1 - Slow Perfomance Using Disco 4.1 Admin/Desktop in Oracle Applications Mode EUL
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=331435.1
    Note: 217669.1 - Refreshing Folders and opening workbooks is slow in Apps 11i environment
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=217669.1

  • Discoverer reports taking a long time!!!

    Hi all,
    One of our clients is complaining that the discoverer reports are taking a long time to run for the last few days, the report used to take 30 minutes before but now is running for hours!!
    I have checked the SGA and I have killed the idle sessions but still there was no improvement in the performance.
    The version of BI discoverer is 10 and database also is 10g and the platform is win server 2003.
    I have checked the forums and they talk about explain plan and tkprof and other commands, but my problem is that i am unable to find the query that discoverer is running i mean once the report is clicked the query runs and gives the estimate time it would take. can some one tell me where this query is stored so that i can check this query,
    Also there were no changes made in the query or to the database.
    The temp space fills up 100%, i increased the size of temp space but still it goes to 100% also i noticed that the CPU utilisation goes to 100%
    i also increased the SGA but still no go.
    can someone kindly help me as to what could be causing this problem
    also kindly guide me to some good documents for tuning the discoverer.
    thanks in advance,
    regards,
    Edited by: user10243788 on Jan 4, 2010 12:47 AM

    Hi,
    The fact that the report used to work fast and now not can be related to many things but my guess is that the database statistics were changed and so the explain plan has changed.
    This can be done due to change in the volume of the data that crossed a level were oracle optimizer change the behavior but it can be other things as well.
    Anyway it is not relevant since it will be easier to tune the SQL than to find what have changed.
    In order to find whether the problem is with the discoverer or in the SQL extract the SQL as described above and run it in SQL tool (SQL Plus, TOAD, SQL Developer and so on).
    The best way to get to the problem is run a trace on your session and then use the TKPROF command to translate it to a text file you can analyze - you can assist your DBA team they should have no problem doing that.
    By doing that you will get the problematic statements/ functions/ procedures that the report uses.
    From there you can start working on improving the performance.
    Performance is expertise for itself so i'm sorry i don't know to tell you where to start from, I guess the start will be from understanding the meaning of the explain plan.
    Hope I helped a little although I wish Ii had a magic answer for you
    BTW, until you resolve that problem you can use the discoverer scheduler to run the reports in the background and so the users will get the data.
    Tamir

  • Hyperion Report taking a long time to process local query

    Hi All,
    I am trying to run a report on Hyperion IR 9.3.1. I am facing a performance issue with this report. I am joining 13 tables using full outer join. Each table is having data about 900 rows and the final output i am getting from the local query is about 11000 rows. This local query is taking a long time to get process about 3 - 5 minutes. I suppose it should run with in 30 sec as number of rows are very few. Can anyone tell me what is the problem with this local query and how the performance of the report can be increased?
    Thanks in advance.
    Regards
    Ujjawal

    Be aware that XP takes approx 1gb of your RAM leaving you with 1gb for whatever else is running. MS Outlook is also a memory hog.
    To check Virtual Memory Settings:
    Control Panel -> System
    System Properties -> Advanced Tab -> Performance Settings
    Performance Options -> Adavanced Tab - Virtual Memory section
    Virtual Memory -
    what are
    * Initial Size
    * Maximum Size
    In a presentation at one of the Hyperion conferences years ago, Mark Ostroff suggested that the initial be set to the same as Max. (Max is typically 2x physical RAM)
    These changes may provide some improvement.

  • Reports taking unusually long time to load

    Gurus,
    I am using BO 4.1 SP1. I am trying to open a report  on BI launchpad. But it is taking very long time to load. This occurs even when i am trying to access the last instance. Window remains in the following state.
    I checked load on the server. But tha'ts fine. What could be the issue?

    Hi,
    Ok, that's strange because the connection server doesn't actually handle data processing.
    (that would typically be the WebiProcServer or DSL_Bridge or DF service (depending on workflow))
    My advice would be to turn off 'refresh on open',  change viewer technology to "web view" (as opposed to Java rich internet client)  and start investigating again from that baseline.
    Also, this might be indicative of a BIplatform sizing or APS configuration issue. another option: have you upped your memory allocation to the Tomcat config? 
    Regards,
    H

  • Sharepoint Report is taking very long time to load

    SharePoint(2010) Report is taking very long time to load and display in first attempt but from the next attempt it loads and display result normally. It's urgent..please help how to troubleshoot ...

    Hi Kunal,
    is there multiple report viewer webpart on page? if so then SharePoint doesn't do well with multiple report viewer web parts. if possible then merge the reports in one.
    Try to implement SSRS caching/ Database snapshots for reporting services, it will help you to improve the performance:
    reference: http://msdn.microsoft.com/en-us/library/bb522786.aspx
    Technet article to troubleshoot report performance:
    Troubleshooting Reports: Report Performance
    If my contribution helps you, please click Mark As Answer on that post and
    Vote as Helpful
    Thanks, ShankarSingh(MCP)

  • Importing Assets from ALER to export to OER is taking so long time

    Guys,
    I am importing Service Bus Projects from ALSB ant trying to export it to Oracle Enterprise Repository 11g. But when I try to export the configuration jar to Oracle Enterprise Repository using the Harvester tool it is taking so long time.
    I have more than 1500 WSDL and XSD (with some circular reference), it is running for 48 hours without finish it.
    What can I do to Harvester and Oracle ER be faster ?
    Do we have some configuration to turn off validation or something like this ?
    Thanks in advanced.
    Edited by: rrocha on 18/04/2011 14:11

    Welcome to the Apple Community.
    Itunes library or iTunes store.

  • Taking too long time to get LOV

    HI,
    I have created a customer folder in which the query retuns 0.5 million records.
    I have created a item class in airline_name column which is being used in the worksheet as parameter.
    The problem is it is taking too long time near about 2 min to get LOV when the user wants to search the exact name.
    Thanks,
    Himanshu Tiwari

    Hi,
    Usually, you should not use the folder that the report is based on to define the LOV. You should use a separate folder to define the LOV that is optimised to return the content of the LOV.
    Rod West

  • My external library 100 GB on a 2TB drive is taking a long time to open.

    Hey there,
    I recently moved my library to an external drive.  When I tried to load the external drive, it said it needed to repair and I let it happen overnight because it was taking a long time.
    Now it seems to just freeze when I try to load the external library.  Can someone let me know if there is something I can do to make this process speed up?  Should I move some of my projects to another library and keep it off-line?
    Thanks,
    Austin

    Could it possibly be due to videos stored in the aperture library?  I think one of the folders has multiple GB of video...  Just a thought.
    If Aperture is freezing on opening, this can be caused by corrupted or incompatible media, but it would not explain the original error message your reported - "permissions".
    When the repair finishes, try to launch Aperture with the Shift-key held down. This will defer the generation of previews. If media cannot beprocessed, Aperture will hang, when it tries to generate the previews for those images or videos. If you can get Aperture to launch after deferring the preview generation, you could open the Activity window (Window > Show Activity) and then selectively try to generate previews for your last imported images and videos  (Photos > update preview). The Activity window will show, what is currently processed, and perhaps you can spot, which of the files is causing the hang.

  • Computer still taking a long time to boot

    I have a late 2013 21.5” iMac (Model: ME087LL/A) with a 1TB hard drive (5400 rpm).  I just switch from Windows to Mac, so I tried to keep everything as simple as possible on the transfer of files.  I had only added Kaspersky Antivirus and Western Digital Tools. 
    Boot times and operation seemed normal so I transferred my music, pictures, and some files.  My computer started running slow with just one user and started taking a long time to boot.  I found that since I added about 24,000 pictures to iPhoto, the Mac was trying to send all these pictures to iCloud in the background.  I stopped using iCloud for iPhoto and that seemed to speed up the normal operation once the computer is booted. 
    The computer still seemed to take a very long time to boot.  It would now take 3 minutes to get from turning it on to being able to use Safari.  I uninstalled Kaspersky Antivirus and Western Digital Tools using each company’s uninstallers so I know they are completely off the computer. 
    Any ideas on how to get back to the fast boot time?  I am only using about 150 GBs of the 1 T drive so I don’t think that is causing the issue.  What should I expect for a boot time on a brand new Late 2013 iMac?  Or should I try to re-install Maverick and try to get a fresh start?
    Any advice would be appreciated so I don’t feel like I made the wrong choice going to Mac.  I'm kicking myself because the computer was so fast when I just got it.

    Seventy one thanks for trying to help me out.  I really appreciate it.  Log is below.  You are absolutely right. Kaspersky and WD look like they still have something (as well as google??).  Is there anything else that stands out?  How would I go about getting rid of them?  Re-Install?  Clean Re-Install?
    EtreCheck version: 1.9.12 (48)
    Report generated June 16, 2014 at 6:19:51 PM EDT
    Hardware Information:
              iMac (21.5-inch, Late 2013) (Verified)
              iMac - model: iMac14,3
              1 2.9 GHz Intel Core i5 CPU: 4 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce GT 750M - VRAM: 1024 MB
                        iMac 1920 x 1080
    System Software:
              OS X 10.9.3 (13D65) - Uptime: 0 days 0:8:41
    Disk Information:
              APPLE HDD HTS541010A9E662 disk0 : (1 TB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 999.35 GB (847.45 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. FaceTime HD Camera (Built-in)
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Gatekeeper:
              Mac App Store and identified developers
    Kernel Extensions:
              [loaded] com.kaspersky.kext.klif (3.0.3a40) Support
              [loaded] com.kaspersky.nke (1.6.3a13) Support
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist Support
              [loaded] com.microsoft.office.licensing.helper.plist Support
              [loaded] com.westerndigital.ErasePrivilegedHelper.plist Support
    User Launch Agents:
              [loaded] com.google.keystone.agent.plist Support
    User Login Items:
              None
    Internet Plug-ins:
              SharePointBrowserPlugin: Version: 14.4.2 - SDK 10.6 Support
              FlashPlayer-10.6: Version: 14.0.0.125 - SDK 10.6 Support
              Flash Player: Version: 14.0.0.125 - SDK 10.6 Support
              QuickTime Plugin: Version: 7.7.3
              Default Browser: Version: 537 - SDK 10.9
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
              Flash Player  Support
    Time Machine:
              Skip System Files: NO
              Mobile backups: OFF
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 930.71 GB Disk used: 141.47 GB
              Destinations:
                        Mac Backup [Local] (Last used)
                        Total size: 2 
                        Total number of backups: 5
                        Oldest backup: 2014-06-08 00:03:53 +0000
                        Last backup: 2014-06-16 03:07:06 +0000
                        Size of backup disk: Adequate
                                  Backup size 2  > (Disk used 141.47 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   2%          WindowServer
                   1%          fontd
                   0%          hidd
                   0%          dpd
    Top Processes by Memory:
              98 MB          Finder
              74 MB          WindowServer
              66 MB          ocspd
              66 MB          mds_stores
              66 MB          Dock
    Virtual Memory Information:
              5.37 GB          Free RAM
              1.69 GB          Active RAM
              233 MB          Inactive RAM
              731 MB          Wired RAM
              233 MB          Page-ins
              0 B          Page-outs

Maybe you are looking for

  • Passing parameter of object type between Oracle & VB

    Hello, I want to pass parameters of ref cursor type variable between oracle 8i routines and Vb routines. It will be very helpfull for me if you can help in telling me about how to do it. Regards Rakesh Banerjee

  • How to relocate control file?

    I want to relocate my control files to a new location.. I want to know my options on how to do this (apart from shutting down db). Users are logged on most of the time. Oracle version is 9i.

  • HT1386 synching the ipad and losing data

    I recently synched my IPAD to my IMAC., and now can't open any attachments in my emails.  I receive word and pdf files frequently, and have never had trouble opening them before.  Now i can't open any attachments. I have the HD QuickOffice Pro that i

  • Raw disk on server 2008 R2

    Hi all first - thanks H.V for an amazing utility! Sorry if I am doubling on this but i tried searching for anyone with the same issue.... it seems that running vdbench on server 2008R2 raw disk ( no partition at all ) i cannot access it via \\.\physi

  • Damaged Zip File...

    I am sure this question does not belong here, but I am full of hope someone will be able to help... I backed up an external firewire wire drive to another one, on that drive was about 90GB of music. I zipped it using stuffit and ran the verification