initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024
This commit is contained in:
2
root/opt/phpsysinfo/sample/plugin_psstatus/README
Normal file
2
root/opt/phpsysinfo/sample/plugin_psstatus/README
Normal file
@@ -0,0 +1,2 @@
|
||||
FILE CONTENT OF
|
||||
psstatus ps=("apache2" "mysqld" "sshd"); for((i=0;i<${#ps};i++)); do echo ${ps[$i]} "|" `pidof -s ${ps[$i]}` ;done
|
7
root/opt/phpsysinfo/sample/plugin_psstatus/psstatus1.txt
Normal file
7
root/opt/phpsysinfo/sample/plugin_psstatus/psstatus1.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
apache2 | 15776
|
||||
mysqld | 32349
|
||||
sshd | 31861
|
||||
bash |
|
||||
dovecot | 32055
|
||||
|
|
||||
|
|
Reference in New Issue
Block a user