└── README.md /README.md: -------------------------------------------------------------------------------- 1 | ## Argos 2 | 3 | Auditing Reporter for Greener Ops Strategies 4 | 5 | Tool to measure consumption of a given Docker command and see its performance evolution. Argos is able to measure CPU, memory and network usage of Docker containers for a given command. By measuring resource consumption of dockerized E2E tests, Argos allows to compare the consumption of an app between its different versions. 6 | 7 | Argos use the collected metrics to generate chart per Docker container and metrics. 8 | 9 | **This code has moved** 10 | 11 | Argos is now called [GreenFrame](https://greenframe.io), and the Argos CLI has moved to [`marmelab/greenframe-cli`](https://github.com/marmelab/greenframe-cli). 12 | --------------------------------------------------------------------------------