You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For many crawling use cases it would be great to be able to see how much resources each process running in the actor container consumes. Something like what linux command top does. In the first version, it could only be a list of processes refreshed e.g. every second. In the next version, we can make a graph out of it.
BTW the SDK is already using some process monitoring for AutoScaledPool, we might reuse it.
The text was updated successfully, but these errors were encountered:
For many crawling use cases it would be great to be able to see how much resources each process running in the actor container consumes. Something like what linux command
top
does. In the first version, it could only be a list of processes refreshed e.g. every second. In the next version, we can make a graph out of it.BTW the SDK is already using some process monitoring for AutoScaledPool, we might reuse it.
The text was updated successfully, but these errors were encountered: