Junghoon Seo

Results 5 comments of Junghoon Seo

this module do not work normally when has worker processes more than two. i want to know when will be updated.

@huhaipeng I'm using `zone` in upstream context as follow. ``` upstream my_ups { ... server ... ; zone ...; ... } location my_loc { ... set $dyups my_ups; proxy_pass http://$dyups;...

I resolve this problem. change `set_device.py` to below ```diff diff --git a/source/set_device.py b/source/set_device.py index eaaeb5c..befa741 100644 --- a/source/set_device.py +++ b/source/set_device.py @@ -5,8 +5,8 @@ from workflow import Workflow connect_script_template =...

Hi @Yogaraj-Alamenda , I want to know conclusion of this thread. not fw_counter, is there any other way to measure usage like cpu? If not yet, do you have support...

@Yogaraj-Alamenda Sorry, I asked a question about to measure usage of QAT. "not fw_counters, any other way to measure usage of QAT." Thank you for comment.