Skip to content

Commit

Permalink
add CRC error monitoring information to README.md
Browse files Browse the repository at this point in the history
Signed-off-by: v-nakayama7440-esol <v-nakayama7440@esol.co.jp>
  • Loading branch information
v-nakayama7440-esol authored and wep21 committed May 6, 2022
1 parent 1476437 commit 90bc4d0
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions system/system_monitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,27 @@ Every topic is published in 1 minute interval.

[Usage] ✓:Supported, -:Not supported

| Node | Message | Intel | arm64(tegra) | arm64(raspi) | Notes |
| --------------- | ---------------------- | :---: | :----------: | :----------: | ------------------------------------------------------------- |
| CPU Monitor | CPU Temperature |||| |
| | CPU Usage |||| |
| | CPU Load Average |||| |
| | CPU Thermal Throttling || - || |
| | CPU Frequency |||| Notification of frequency only, normally error not generated. |
| HDD Monitor | HDD Temperature |||| |
| | HDD Usage |||| |
| Memory Monitor | Memory Usage |||| |
| Net Monitor | Network Usage |||| |
| NTP Monitor | NTP Offset |||| |
| Process Monitor | Tasks Summary |||| |
| | High-load Proc[0-9] |||| |
| | High-mem Proc[0-9] |||| |
| GPU Monitor | GPU Temperature ||| - | |
| | GPU Usage ||| - | |
| | GPU Memory Usage || - | - | |
| | GPU Thermal Throttling || - | - | |
| | GPU Frequency | - || - | |
| Node | Message | Intel | arm64(tegra) | arm64(raspi) | Notes |
| --------------- | ---------------------- | :---: | :----------: | :----------: | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| CPU Monitor | CPU Temperature |||| |
| | CPU Usage |||| |
| | CPU Load Average |||| |
| | CPU Thermal Throttling || - || |
| | CPU Frequency |||| Notification of frequency only, normally error not generated. |
| HDD Monitor | HDD Temperature |||| |
| | HDD Usage |||| |
| Memory Monitor | Memory Usage |||| |
| Net Monitor | Network Usage |||| |
| | Network CRC Error |||| Warning occurs when the number of CRC errors in the period reaches the threshold value. The number of CRC errors that occur is the same as the value that can be confirmed with the ip command. |
| NTP Monitor | NTP Offset |||| |
| Process Monitor | Tasks Summary |||| |
| | High-load Proc[0-9] |||| |
| | High-mem Proc[0-9] |||| |
| GPU Monitor | GPU Temperature ||| - | |
| | GPU Usage ||| - | |
| | GPU Memory Usage || - | - | |
| | GPU Thermal Throttling || - | - | |
| | GPU Frequency | - || - | |

## ROS parameters

Expand Down

0 comments on commit 90bc4d0

Please sign in to comment.