Performance

2 posts / 0 new
Last post
Offline
Last seen: 7 months 1 week ago
Joined: 09/17/2023
Posts: 1
how large datalen test Throughput in 1Gbp net reach 900Mbpps

use perftest_app  test 4194304 Throughput in 1Gbp,but Mbps only 300+,how to test large datalen's Throughput reach  900Mbpps?

pub

./perftest_cpp -pub -dataLen 4194304

sub

./perftest_cpp -sub -dataLen 4194304

 

2 posts / 0 new
Last post
Offline
Last seen: 1 year 3 months ago
Joined: 03/13/2022
Posts: 11
persistanceServicePerformance

How to use Persistance service for keeping data and publishing without delay

2 posts / 0 new
Last post
Offline
Last seen: 2 years 5 months ago
Joined: 08/31/2021
Posts: 2
Not getting DDS Messages after creating 20 topics, with a DataWriter and DataReader each.

Hello, I am trying to create 20 topics on the same domain. I create a DataWriter and a DataReader for each topic. But when I create everything, I find that 15 out of 20 of the DataReaders do not receieve any messages from the DataWriters on the topic, even though the DataReaders have matched DataWriters on the domain.

Does anyone know what might be going on?

6 posts / 0 new
Last post
Offline
Last seen: 2 years 10 months ago
Joined: 06/15/2021
Posts: 3
Performance of RTI's internal memory pool vs tcmalloc?

We are using unbound sequences and hence need to set the QoS property:
memory_manager.fast_pool.pool_buffer_max_size

Then the question came up, what happens if the fast_pool is dropped entirely, and memory management is handed over to an external memory manager?

Has anybody done any performance measurements comparing fast_pool memory allocation with for instance tcmalloc?

We are trying to reduce the number of QoS profiles that we need to maintain, and still get reasonable performance. We run a mix of frequent small samples, and less frequent very big samples.

Organization:
Keywords:
3 posts / 0 new
Last post
Offline
Last seen: 1 year 8 months ago
Joined: 01/07/2021
Posts: 9
Write overhead when no subscribers attached

Hi,

When profiling our DDS application it seems like a write call will lead to that serialization is performed even in the case when no-one is subscribing to the topic. Is that observation correct? And if so, is there any way around this so that we can reduce the overhead related to write calls on unsubscribed topics.

Our use case is for logging of pretty big data types which by default is disabled but for troubleshooting purposes we want to be able to turn it on at runtime.

BR,

Christian

Organization:
Keywords:
2 posts / 0 new
Last post
Ucf bader's picture
Offline
Last seen: 8 months 4 weeks ago
Joined: 03/10/2021
Posts: 2
Concurrent threads limitation collecting dynamic data

Hello,

I have written code that periodically takes specific number of samples (complex data) each time. I am traversing the received samples to collect dynamic data (read only) building a json object that will be sent to a db.
I am facing a series issue with network blocking/delay.

My assumption is that several concurrent threads (take thread and other conversion threads) are accessing the rti infrastructure resulting some sort of network blocking.

Further info:
I've got several threads:

1) Thread responsible for the take operation.

1 post / 0 new
Offline
Last seen: 4 years 8 months ago
Joined: 08/26/2019
Posts: 1
Persistence Service Performance

Hi there

If I run a publisher and subscriber pair, I get an average of 150k samples per second. Once I enable the persistence service (writing to disk) in addition to the regular subscriber, the sample rate falls to about 2k samples per second.

I surely must have a configuration problem?!

I'm using the default configuration file in rti_connext_dds-6.0.0/resource/xml/RTI_PERSISTENCE_SERVICE.xml

Any pointers are greatly appreciated!

Thanks,

Ben

4 posts / 0 new
Last post
Offline
Last seen: 5 years 1 month ago
Joined: 05/17/2017
Posts: 4
How can I increase performance of Database Integration Service?

Hi,

I set up the RTI DB Integration Service to store samples of DDS and I used MySQL for the RDBMS.
I wanted to know how many samples are stored in a second, so I tested.

And the result was embarrassed, because under 100 samples were stored in a second.
(Of course, I published more than 100 samples per a second from a localhost datawriter.)

4 posts / 0 new
Last post
Offline
Last seen: 4 years 5 months ago
Joined: 02/02/2018
Posts: 13
Understanding on_sample_lost LOST_BY_WRITER

Trying to understand the causes of this error, how it's reported, and how to narrow down possible solutions

3 posts / 0 new
Last post
Offline
Last seen: 4 years 5 months ago
Joined: 08/13/2014
Posts: 55
Data overhead of each packet & domain ID size

Hi

I have two questions;

1- What is the data overhead of DDS Connext v 5.2.0? I read a document about it (https://www.rti.com/hubfs/docs/DDS_Over_Low_Bandwidth.pdf) which said it is 56 byte. But I'm wondering where the dynamic data and dynamic type of every packet are stored. I think they definitely need more space.

2- Is it possible to increase domain ID size? It's 8 bits (0 to 232 plus reserved IDs) (For example increase it to a 16 bits word)

Thanks in advance for your answer :)

Subscribe to RSS - Performance