We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f2847 commit 2c3fdbbCopy full SHA for 2c3fdbb
1 file changed
heaptrack.sh
@@ -65,6 +65,10 @@ echo " $(tput bold)heaptrack_print ${heaptrack_logpath}.zst | less$(tput sgr
65
echo ""
66
log "or publish it via http and download locally to inspect with heaptrack gui version:"
67
68
-echo " cp $(tput bold)heaptrack_print ${heaptrack_logpath}.zst /var/www/html/tmp/$(tput sgr0)"
+echo " $(tput bold)cp ${heaptrack_logpath}.zst /var/www/html/tmp/$(tput sgr0)"
69
70
log "then click here to download https://zillyhuhn.com/tmp/${heaptrack_logpath}.zst"
71
+log "after downloading clean it up using this command:"
72
+echo ""
73
+echo " $(tput bold)rm /var/www/html/tmp/${heaptrack_logpath}.zst$(tput sgr0)"
74
0 commit comments