-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(system): create system usage message (#12)
Signed-off-by: Mehmet Emin BAŞOĞLU <[email protected]>
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
std_msgs/Header header | ||
|
||
# Process identifier | ||
uint32 pid | ||
|
||
# CPU usage metrics | ||
float32 cpu_cores_utilized | ||
|
||
# Memory usage metrics for the whole system | ||
uint64 total_memory_bytes | ||
uint64 free_memory_bytes | ||
|
||
# Memory usage metrics for the process | ||
uint64 used_memory_bytes |