Commit Graph

261 Commits

Author SHA1 Message Date
babic_a 2bf658d30c Set the file size in advance on GPFS
When started to use the buffer on GPFS we notices an increase
of metadata access times on GPFS. To try to reduce the number
of metadata updates we set the file size at creation time.
2020-07-17 12:09:46 +02:00
babic_a 316de79afb Rename PacketUdpReceiver 2020-06-09 11:03:54 +02:00
babic_a 422b599b38 Rename core_config to buffer_config namespace 2020-06-04 11:59:05 +02:00
babic_a 708698314f Rename BufferUdpReceiver.cpp to FrameUdpReceiver.cpp 2020-06-04 10:58:28 +02:00
babic_a bbf604675e Merge buffer and writer utils 2020-06-04 10:55:43 +02:00
babic_a 622a4864ed Use MAX function instead of manual impl 2020-06-04 10:52:02 +02:00
babic_a bd456f6fba Improve method separation in buffer 2020-06-04 10:46:45 +02:00
babic_a 1b49452e49 Use namespace chrono 2020-06-04 10:43:05 +02:00
babic_a b3fc52e250 Shorten name of n_recv_packets 2020-06-04 10:24:40 +02:00
babic_a 8a727b6ab2 Improve buffer main 2020-06-04 10:23:39 +02:00
babic_a d97d1b1f19 Remove dead code 2020-06-04 10:22:06 +02:00
babic_a 236f967c51 Remove unused code 2020-06-03 22:12:46 +02:00
Dmitry Ozerov 2ab097e655 make possible to run multiple detectors(sf-buffer/sf-stream uses separate streams), for sf-stream read config parameters from json file 2020-06-02 11:58:27 +02:00
babic_a 0c5337db6b Add comment for exchanging the system call 2020-06-02 11:37:43 +02:00
babic_a 042726002c Change new function call with old 2020-06-02 11:36:33 +02:00
babic_a 72a9b3bcc9 Small refactoring 2020-05-27 10:27:14 +02:00
babic_a 9940f54e1a Implement BufferBlock 2020-05-26 21:21:15 +02:00
babic_a 3a13302e0f Replace slow call with C++17 stdlib 2020-05-26 19:44:26 +02:00
babic_a 5047d00ae3 Small optimization 2020-05-26 19:16:25 +02:00
babic_a c0668a97ba Turn around attribute order to match HDF5 writer 2020-05-26 14:56:17 +02:00
babic_a 6abdd0fb04 New version of sf_buffer with binary 2020-05-26 13:34:36 +02:00
babic_a 9d85d665c8 Rename JF variable to shorter version 2020-05-25 15:10:15 +02:00
babic_a 6d210ed702 Finished refactoring sf-buffer 2020-05-20 12:22:39 +02:00
babic_a 62f09eb120 Merged to 1 project 2020-05-20 11:09:23 +02:00
babic_a 3bb63c47be Revert back example 2020-05-20 10:51:46 +02:00
babic_a f972ef462d Make simple zmq example 2020-05-20 10:42:34 +02:00
babic_a 97fcd145c7 Remove stale compression code 2020-05-20 09:04:04 +02:00
babic_a fce4a31d91 Fixed output 2020-05-20 09:02:10 +02:00
babic_a c0bb9b870e Turn off STATS_MODULO for sf_writer 2020-05-19 17:37:05 +02:00
babic_a af056b5ad9 Finish sf_writer modifications 2020-05-19 16:23:36 +02:00
babic_a deb5fb0068 Adapt sf_writer to buffering 2020-05-19 16:18:41 +02:00
babic_a 03bee71b49 Adjust sf_writer for receiving buffers 2020-05-19 16:12:55 +02:00
babic_a b6efc4c62d Remove compression from writer 2020-05-19 13:42:36 +02:00
babic_a 8c0015f203 Remove compression from replay 2020-05-19 12:32:28 +02:00
babic_a 03e2e6fda4 Rename size attribute of StreamModuleFrame 2020-05-19 12:31:25 +02:00
babic_a 3b08ceed4b Rename CompressedModuleFrame into StreamModuleFrame 2020-05-19 12:26:55 +02:00
babic_a 5483fe0ea2 sf_replay should linger forever 2020-05-18 19:26:05 +02:00
babic_a 1f14e3286a Fix missing semicolon 2020-05-18 19:11:23 +02:00
babic_a d03ae9945f Substitute for for while loop 2020-05-18 19:10:50 +02:00
babic_a f54a9add50 Dont need to increase the counter twice 2020-05-18 19:04:44 +02:00
babic_a a6d1fe2e4e Fix err msg text in sf_writer recv thread 2020-05-18 18:29:53 +02:00
babic_a 60dd3cdd8b Zmq replay should always bind 2020-05-18 18:27:32 +02:00
babic_a 5e39f65953 Replay LINGER should be 0 to wait until the writer flushes 2020-05-18 18:12:47 +02:00
babic_a c478144e96 Output the compression ration 2020-05-18 18:07:28 +02:00
babic_a 188d50cbbf Adjust compression header in sf_writer 2020-05-18 17:19:07 +02:00
babic_a 3e9ee263d8 Rename present frame flag 2020-05-15 16:10:04 +02:00
babic_a 82bd995439 Adapt sf_writer to new interface 2020-05-15 15:54:00 +02:00
babic_a 6c1f7421f1 Add is_valid_frame logic 2020-05-15 15:31:47 +02:00
babic_a aff1d22c17 Rename parameter to something more sensible 2020-05-15 15:23:24 +02:00
babic_a 1f771bf444 Finalize refactoring of sf_writer 2020-05-15 10:46:43 +02:00