feat(social): system resource monitor for Jetson Orin (Issue #355) #357
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "sl-jetson/issue-355-sysmon"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
sysmon_node: polls/proc/stat(CPU delta),/proc/meminfo(RAM),os.statvfs(disk),/sys/devices/gpu.0/load(GPU), and thermal zone sysfs; publishes JSON on/saltybot/system_resourcesat 1 Hz/procor/sysJSON Payload
Files
saltybot_social/sysmon_node.py— node + pure helpersconfig/sysmon_params.yaml— default parameterslaunch/sysmon.launch.py— launch descriptiontest/test_sysmon.py— 67 offline testssetup.py—sysmon_nodeentry point addedTest plan
python3 -m pytest test/test_sysmon.py -v— 67/67 passedros2 launch saltybot_social sysmon.launch.py/saltybot/system_resourcesJSON onros2 topic echo🤖 Generated with Claude Code