Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions lib/rdk/system_info_collector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,8 @@ sh $RDK_PATH/vm_cpu_temp-check.sh
# Making echo of all the logs so that it directly goes to journal buffer to support lightsleep on HDD enabled Yocto platforms.
echo "Logging for Yocto platforms..."
/bin/timestamp
uptime
uptime
run_top_command
log_disk_usage
cpu_statistics
Comment thread
Saranya2421 marked this conversation as resolved.

if [ -f /tmp/.top_count ]; then
Expand Down
Loading