This commit is contained in:
b11ng0
2025-03-05 14:34:50 +00:00
commit aed56a0c40
69 changed files with 478 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,3 @@
#!/bin/bash
ps aux | grep -v "grep" | grep -v "bash" | awk '{print $2, $3, $11, $10}' | sort -k3 -nr > system_monitoring.txt