Reputation: 1742
I am currently trying to measure the performance of a TCP server, and I have the following issue:
The request are ingested by the server, and the server synchronously answers to the tcp client. After this first step the data is processed (some kind of batch processing), and written to a table.
With Jmeter, is it possible to implement some kind of probe that will check the creation of the entries in the table?
Upvotes: 0
Views: 970
Reputation: 168197
What "table?
Upvotes: 1