=== How the client works? ===
При запуске When vzstats делает следующееis executed, it does the following:# проверяет выделен ли ему уже checks if UUIDis obtained; запрашивает выдачу одного у сервера, если не выделанasks the server for one if it's not;# запускает скрипты из директории runs scripts from <code>/usr/libexec/vzstats</code>directory;# собирает их вывод в отдельные файлыcollects their output into separate text files, по одному файлу на скриптone per script;# создает tar архив из всех этих файлов;creates a tarball with all these text files# отправляет этот tar архив с sends this tarball together with UUID на сервер статистики - to the stats server, stats.openvz.org
=== Где я могу увидеть исходный код клиента? ===