My log level is FATAL, so there are no server logs.

After restarting my server the result was for pdf upload:

 

1.968 sec  -> 929,870 bytes

9.751 sec  -> 10,383,816 bytes

55.094 sec -> 1,040,384 bytes

 

You can see that at third step something is wrong

 

 

________________________________

From: Eric Barroca [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 14, 2007 4:29 PM
To: Dumitru CIUBENCO
Cc: [email protected]
Subject: Re: [Ecm] upload performance

 

Hi,

 

Could you check your log level in the JBossAS?

It seems that PDFBox has a very verbose log level and write a lot on the disk 
after a PDF upload when you're in DEBUG level for logs.

 

To prevent it, just add:

"""

<category name="org.pdfbox">

      <priority value="INFO"/>

</category>

"""

 

to the file "server/default/conf/log4j.xml" after this:

"""

   <!-- ================ -->

   <!-- Limit categories -->

   <!-- ================ -->

"""

 

Let us know if it helps.

 

Thanks,

 

EB.

 

 

On 14 mars 07, at 15:20, Dumitru CIUBENCO wrote:





I'm trying to test upload performance

 

Upload order:

1)       mp3 - 5,193,728 bytes................3.844   sec

2)       mp3 - 8,468,551 bytes................5.875   sec

3)       pdf   - 3,511,559 bytes................45.672 sec

4)       doc  - 3,928,064 bytes................45.704 sec

5)       mp3 - 8,468,551 bytes................46.797 sec

 

You can see that the file with the same size and same extension have different 
upload time, why??? It's cached somewhere?

Why after uploading pdf file all uploads have bigger upload-time 

Have anyone different performance example?

 

I tested on: 

Intel Dual Core 1.8GHz

2G RAM

(Server and client on the same machine)

 

 

 

 

 

Regards

            Dima

_______________________________________________

ECM mailing list

[email protected]

http://lists.nuxeo.com/mailman/listinfo/ecm

 

--

Éric Barroca - Ex. VP of Operations - +33 6 21 74 77 64

www.nuxeo.com - Nuxeo: Open Source ECM - www.nuxeo.org

Nuxeo EP 5: extensible, Java EE and standards based ECM Platform !





 

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to