-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
81 additions
and
7 deletions.
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
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,10 @@ | ||
#!/usr/bin/env bash | ||
|
||
SLEEP_INTERVAL=1 | ||
|
||
while true; do | ||
sleep 1 | ||
# echo "$(date +"%m-%d-%Y %H:%M:%S") RAM $((RANDOM % 3995))/3995MB (lfb 2668x4MB) SWAP 0/15294MB (cached 0MB) CPU [$(($RANDOM % 100))%@$((RANDOM%2201)),$(($RANDOM % 100))%@$((RANDOM%2201)),$(($RANDOM % 100))%@$((RANDOM%2201)),$(($RANDOM % 100))%@$((RANDOM%2201)),$(($RANDOM % 100))%@$((RANDOM%2201)),$(($RANDOM % 100))%@$((RANDOM%2201)),$(($RANDOM % 100))%@$((RANDOM%2201)),$(($RANDOM % 100))%@$((RANDOM%2201)),$(($RANDOM % 100))%@$((RANDOM%2201)),$(($RANDOM % 100))%@$((RANDOM%2201)),$(($RANDOM % 100))%@$((RANDOM%2201)),$(($RANDOM % 100))%@$((RANDOM%2201))] EMC_FREQ 0% GR3D_FREQ $(($RANDOM % 100))% CV0@-256C [email protected] TBoard@57C [email protected] [email protected] SOC0@60C CV1@-256C [email protected] [email protected] [email protected] CV2@-256C" | ||
# echo "02-01-2024 21:21:21 RAM 14531/30589MB (lfb 2664x4MB) SWAP 0/15294MB (cached 0MB) CPU [13%@2201,13%@2201,15%@2201,13%@2201,4%@2201,92%@2201,13%@2201,0%@2201,100%@2201,16%@2201,9%@2201,10%@2201] EMC_FREQ 0% GR3D_FREQ 99% CV0@-256C [email protected] Tboard@54C [email protected] [email protected] [email protected] CV1@-256C GPU@69C [email protected] [email protected] CV2@-256C" | ||
echo "02-01-2024 22:08:11 RAM 14541/30589MB (lfb 2654x4MB) SWAP 0/15294MB (cached 0MB) CPU [21%@883,10%@883,14%@883,14%@883,8%@2201,21%@2201,3%@2201,100%@2201,4%@2201,51%@2201,22%@2201,25%@2201] EMC_FREQ 56%@3199 GR3D_FREQ 96%@1295 GR3D2_FREQ 96%@1299 NVENC 115 NVDEC 998 VIC_FREQ 62%@115 APE 174 CV0@-256C [email protected] Tboard@54C [email protected] [email protected] [email protected] CV1@-256C [email protected] [email protected] [email protected] CV2@-256C VDD_GPU_SOC 40903mW/41101mW VDD_CPU_CV 5166mW/5365mW VIN_SYS_5V0 10064mW/9993mW NC 0mW/0mW VDDQ_VDD2_1V8AO 5016mW/4985mW NC 0mW/0mW" | ||
done |