You can use software like SoftPerfect NetWorx or NetGenius and watch the worker.exe (Chromium process) from the BAS directory. This should show you exactly the used bandwith for example for all actions on one website.
How to track multithreads live-or-died?
-
Hi for all, we use a multithreading application with 10 threads.
Need to know about each thread (by THREAD_INDEX) it's live or died.
We plan to use Global variables, named by THREAD_01, THREAD_02, etc..., but how to manage (update) if a thread failed, and also how to re-open, please?
How to do please?Thanks

