One DataProcessor handle more than one message format...

2020-01-16 Thread Rob Rose
Hi all, Question for the group. I am using the JAVA API and instantiating a DFDL DataProcessor with a saved precompiled schema. However, I need to handle more than one message format (i.e. PCAP, CSV). Can one DataProcessor object be used to handle more than one message format? In other wo

Experience with the Daffodil USMTF schema?

2019-11-25 Thread Rob Rose
All, I pulled down the USMTF DFDL filter and I am trying to get a hold of which schema I pass into daffodil. Has anyone used this USMTF filter? THanks! Rob

JAVA API - Out of heap space

2019-11-21 Thread Rob Rose
Hello all, I am trying to compile the DataProcessor using the Apache DFDL VMF schema from the DI2E site. I am trying to run DFDL on a small embedded device with an ARM processor containing 2G of memory. I tried setting the max and min heap space values for the JVM to several different

Re: CLI Performance usage...

2019-11-08 Thread Rob Rose
formance -s demo/csv.dfdl.xsd -N 200 -t 5 demo/test_file.csv > > > > total parse time (sec): 3.175893 > > > > min rate (files/sec): 1.520884 > > > > max rate (files/sec): 107.223428 > > > > avg rate (files/sec): 62.974409 > > > > # ./daffodil p

Re: CLI Performance usage...

2019-11-08 Thread Rob Rose
o improve parse/unparsed speed on an ARM > > processor? > > > > ·Any suggestions are greatly appreciated! > > > > # ./daffodil performance -s demo/csv.dfdl.xsd -N 200 -t 5 demo/test_file.csv > > > > total parse time (sec): 3.175893 > > > > min rate