Skip to content

Commit

Permalink
add top command to get a feel of resources available
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <[email protected]>
  • Loading branch information
rajatjindal committed Mar 25, 2024
1 parent eac7e51 commit c205d96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/workloads-delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ echo "cid is $CID"

top -b -n 1

docker exec $CID ps -ef

kubectl delete pod -l app=wasm-spin --timeout 20s || true

top -b -n 1
Expand Down

0 comments on commit c205d96

Please sign in to comment.