|
|
|
|
|
by lqdc13
4055 days ago
|
|
When you mean shipping, do you mean deploying production apps to the cloud or just downloading/using top-like tools as a user? I thought we were just talking about resource monitoring something. I think deployment is a totally separate subject. But for a top-like Python tool, I really like "glances". It has way more features than this Go version. But regarding deployments, everything works if you make your own pip packages stored locally for your project. That way if it works on your clean VM, it works when you push to the cloud. |
|