Skip to content

Commit 2c3fdbb

Browse files
committed
Copy paste ready cleanup cmd
1 parent 72f2847 commit 2c3fdbb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

heaptrack.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ echo " $(tput bold)heaptrack_print ${heaptrack_logpath}.zst | less$(tput sgr
6565
echo ""
6666
log "or publish it via http and download locally to inspect with heaptrack gui version:"
6767
echo ""
68-
echo " cp $(tput bold)heaptrack_print ${heaptrack_logpath}.zst /var/www/html/tmp/$(tput sgr0)"
68+
echo " $(tput bold)cp ${heaptrack_logpath}.zst /var/www/html/tmp/$(tput sgr0)"
6969
echo ""
7070
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+
echo ""

0 commit comments

Comments
 (0)