Questions tagged [dlt]

7 questions
1
vote
2 answers

How to change DLT-receive port

Is there a way to change the default port when running the dlt-receive command? I tried dlt-receive -o logging.dlt -c 100M 192..254.4.4 -p 3494 But I'm getting the unknown option -p. Info: DLT Package Version: 2.18.4 STABLE
mike_aze
  • 15
  • 5
1
vote
1 answer

Using Concurrent thread in jmeter and AWS DLT with .jmx file - How do I provide inputs so that we can achieve 5000 RPS for 5 minutes duration

We have configured AWS for distributed load testing using - https://aws.amazon.com/solutions/implementations/distributed-load-testing-on-aws/ Our requirement includes achieving 5k RPS. Please help me in understanding the inputs that needs to be…
Deepak
  • 23
  • 6
0
votes
0 answers

How to create dlt streaming live table using python in databricks

I have created a streaming live table using sql as below: CREATE STREAMING LIVE TABLE customers_count_streaming COMMENT "count of customers" TBLPROPERTIES ("myCompanyPipeline.quality" = "gold") AS SELECT count(*) as customers_count FROM…
Aseem
  • 5,848
  • 7
  • 45
  • 69
0
votes
1 answer

How can I clear the log in the DLT-Viewer?

I want to clear the dlt log in the DLT-Viewer. But I can not find the buttons to clear the such many logs. How can I clear the logs?
3088 K
  • 75
  • 5
0
votes
2 answers

How can i find camera location in a stereo camera setup in python?

I tring to reconstruct a scene using a stereo setup and opencv. I managed to calibrate the setup and the DLT seens to work fine. I want to plot the camera position, but i having troubles. I use to think that the origin of the coord system is the…
0
votes
1 answer

Finding an Error in matlab while doing homography via DLT

Unable to perform assignment because the size of the left side is 1-by-9 and the size of the right side is 1-by-12. I get this error when I start a loop for assigning and calculating values in MATLAB. Below is a screenshot of the function.
0
votes
1 answer

Ubuntu: DLT tool: Trace load exceeded trace hard limit. 1 messages discarded

I am running DLT tool in Ubuntu to capture the logs. Logs are redirected to DLT but it is not showing logs due to some problem. Error: Trace load exceeded trace hard limit. 1 messages discarded. DLT tool is not loading the error messages. Does…