gRPC request through bash #7407
Unanswered
beatrizgoa
asked this question in
Q&A
Replies: 2 comments
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi , did you find the solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'd like to do a gRPC request to triton server using the bash and jmeter, but I am having issues.
I have started my triton serves as:
and I am trying to do the request by bash like:
but i am having the following error:
I think that the method I am trying to use does not exist. I have been reading and maybe I need to generate a proto file, I have tried to do that from here like:
And I have obtained:
And I dont know how should I proceed to generate the bash request to be able then do it from jmeter
Thanks a lot for your help :)
Beta Was this translation helpful? Give feedback.
All reactions