Question about scheduled compression

133 views
Skip to first unread message

Kirill K

unread,
Mar 18, 2020, 7:43:18 AM3/18/20
to dcm4che
I set up scheduled compression as described in Howto.
Question is how to check if it really working? 
I have found only 2 strings in entire server.log with word "compression"
2020-03-18 07:25:38,812 INFO  [org.dcm4chee.arc.compress.impl.CompressionScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start CompressionScheduler.execute()
2020-03-18 07:25:39,007 INFO  [org.dcm4chee.arc.compress.impl.CompressionScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished CompressionScheduler.execute()

time difference is less than a second. Its like the service does not do anything?
arc 5.21 on docker
compr_sched.png

Gunter Zeilinger

unread,
Mar 19, 2020, 8:42:28 AM3/19/20
to dcm...@googlegroups.com
Verify:

select compress_time from series where compress_time notnull;


Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.

Gunter Zeilinger

unread,
Mar 20, 2020, 4:09:48 PM3/20/20
to dcm...@googlegroups.com
Did you configure a compression rule? E.g.:
Screenshot from 2020-03-19 13-44-43.png

Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Thursday, March 19, 2020 1:42 PM, Gunter Zeilinger <gunt...@protonmail.com> wrote:

Verify:

select compress_time from series where compress_time notnull;


Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Wednesday, March 18, 2020 12:43 PM, Kirill K <kkos...@gmail.com> wrote:

I set up scheduled compression as described in Howto.
Question is how to check if it really working? 
I have found only 2 strings in entire server.log with word "compression"
2020-03-18 07:25:38,812 INFO  [org.dcm4chee.arc.compress.impl.CompressionScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start CompressionScheduler.execute()
2020-03-18 07:25:39,007 INFO  [org.dcm4chee.arc.compress.impl.CompressionScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished CompressionScheduler.execute()

time difference is less than a second. Its like the service does not do anything?
arc 5.21 on docker


--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+unsubscribe@googlegroups.com.

Kirill K

unread,
Mar 22, 2020, 4:30:12 AM3/22/20
to dcm4che
No, nothing mentioned about that here https://github.com/dcm4che/dcm4chee-arc-light/wiki/Compression-of-Images
select compress_time from series where compress_time notnull; returns nothing


пятница, 20 марта 2020 г., 23:09:48 UTC+3 пользователь gunterze написал:
Did you configure a compression rule? E.g.:
Screenshot from 2020-03-19 13-44-43.png

Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Thursday, March 19, 2020 1:42 PM, Gunter Zeilinger <gunt...@protonmail.com> wrote:

Verify:

select compress_time from series where compress_time notnull;


Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Wednesday, March 18, 2020 12:43 PM, Kirill K <kkos...@gmail.com> wrote:

I set up scheduled compression as described in Howto.
Question is how to check if it really working? 
I have found only 2 strings in entire server.log with word "compression"
2020-03-18 07:25:38,812 INFO  [org.dcm4chee.arc.compress.impl.CompressionScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start CompressionScheduler.execute()
2020-03-18 07:25:39,007 INFO  [org.dcm4chee.arc.compress.impl.CompressionScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished CompressionScheduler.execute()

time difference is less than a second. Its like the service does not do anything?
arc 5.21 on docker


--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm...@googlegroups.com.

Vrinda Nayak

unread,
Mar 23, 2020, 6:02:05 AM3/23/20
to dcm4che
I will update that page to also include info about Compression of received images.

Antonio Gonzalez

unread,
Mar 23, 2020, 11:05:43 AM3/23/20
to dcm4che
for me it worked by defining the AE it receives:

Captura de Pantalla 2020-03-23 a la(s) 11.01.20 a. m..png

Kirill K

unread,
Mar 24, 2020, 5:33:28 AM3/24/20
to dcm4che
Hi.
I want to setup archive to compress every uncompressed recieved image into JPEG LS lossless during off hours, so i created the schedule (see image attached in first post), created a compression rule with "DICOM Transfer Syntax UID " 1.2.840.10008.1.2.4.80
is it correct?
ty.

понедельник, 23 марта 2020 г., 13:02:05 UTC+3 пользователь Vrinda Nayak написал:

Kirill K

unread,
Mar 29, 2020, 7:41:57 AM3/29/20
to dcm4che
I have made rule as on your screenshot (except compress delay)
And something is really happening, because daily size of studies on target pacs reduced during last days.
but "select compress_time" still returns nothing.
Does shceduled compression still not working? Does compresion rule applied instantly upon recieveing a study?



пятница, 20 марта 2020 г., 23:09:48 UTC+3 пользователь gunterze написал:
Did you configure a compression rule? E.g.:
Screenshot from 2020-03-19 13-44-43.png

Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Thursday, March 19, 2020 1:42 PM, Gunter Zeilinger <gunt...@protonmail.com> wrote:

Verify:

select compress_time from series where compress_time notnull;


Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Wednesday, March 18, 2020 12:43 PM, Kirill K <kkos...@gmail.com> wrote:

I set up scheduled compression as described in Howto.
Question is how to check if it really working? 
I have found only 2 strings in entire server.log with word "compression"
2020-03-18 07:25:38,812 INFO  [org.dcm4chee.arc.compress.impl.CompressionScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) start CompressionScheduler.execute()
2020-03-18 07:25:39,007 INFO  [org.dcm4chee.arc.compress.impl.CompressionScheduler] (EE-ManagedScheduledExecutorService-default-Thread-5) finished CompressionScheduler.execute()

time difference is less than a second. Its like the service does not do anything?
arc 5.21 on docker


--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm...@googlegroups.com.
compr_sched1.png
Reply all
Reply to author
Forward
0 new messages