Skip to content

Commit

Permalink
Add queue load
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesschrimpf committed Nov 13, 2024
1 parent 16fe974 commit 4789958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protobuf_definitions/message_formats.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1065,4 +1065,6 @@ message PersistentStorageSettings {
message CPUInfo {
float cpu_load = 1; // CPU load (0..1)
float memory_bus_load = 2; // Memory bus load (0..1)
float main_queue_load = 3; // Main queue load (0..1)
float guestport_queue_load = 4 ; // Guestport queue load (0..1)
}
1 change: 1 addition & 0 deletions protobuf_definitions/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ message MultibeamDiscoveryTel {
MultibeamDiscovery discovery = 1; // Discovery data from a multibeam sonar
}

// Information about cpu and memory usage
message CPUInfoTel {
CPUInfo cpu_info = 1;
}

0 comments on commit 4789958

Please sign in to comment.