Status information for an active YAZE instance. More...
#include <activity_file.h>
Public Attributes | |
| int | pid = 0 |
| std::string | version |
| std::string | socket_path |
| std::string | active_rom |
| int64_t | start_timestamp = 0 |
Status information for an active YAZE instance.
This structure is serialized to JSON and written to /tmp/yaze-<pid>.status to enable discovery by the Oracle Agent Manager and other tools.
Definition at line 15 of file activity_file.h.
| int yaze::app::ActivityStatus::pid = 0 |
Definition at line 16 of file activity_file.h.
Referenced by yaze::app::ActivityFile::Update(), and yaze::Application::UpdateActivityStatus().
| std::string yaze::app::ActivityStatus::version |
Definition at line 17 of file activity_file.h.
Referenced by yaze::app::ActivityFile::Update(), and yaze::Application::UpdateActivityStatus().
| std::string yaze::app::ActivityStatus::socket_path |
Definition at line 18 of file activity_file.h.
Referenced by yaze::app::ActivityFile::Update(), and yaze::Application::UpdateActivityStatus().
| std::string yaze::app::ActivityStatus::active_rom |
Definition at line 19 of file activity_file.h.
Referenced by yaze::app::ActivityFile::Update(), and yaze::Application::UpdateActivityStatus().
| int64_t yaze::app::ActivityStatus::start_timestamp = 0 |
Definition at line 20 of file activity_file.h.
Referenced by yaze::app::ActivityFile::Update(), and yaze::Application::UpdateActivityStatus().