I am attempting to perform a traceroute via a javascript file on one of the Cloudflare workers. I would like to know:
a) if it is possible to perform traceroute on a Cloudflare worker on the command line via a js file
b) what command line commands are possible on workers (on possibly how to access them)
If I have misunderstood how Cloudflare workers work I would really appreciate a deeper explanation on how they work at a lower level.
However, how would such a traceroute be of any help? Also, I am someone convinced you will exceed the CPU limit with it. Workers are designed to modify and handle incoming HTTP requests, not to process lengthy background tasks.