Results 1 to 4 of 4
how can i find out system info like folowing using SSH
Apache version & logs ? mySQLversion & logs ? php version & logs ? server OS & verison ? ...
- 05-20-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 27
system info using ssh
how can i find out system info like folowing using SSH
- Apache version & logs ?
- mySQLversion & logs ?
- php version & logs ?
- server OS & verison ?
- CPU usage ?
- 05-20-2007 #2
1-3: query rpm
4: uname -a
5: top"Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." Linus Benedict Torvalds
- 05-20-2007 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 27
Code:top -u zodehala
Code:PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 7130 zodehala 15 0 6472 1236 776 R 1 0.0 0:00.12 top 7008 zodehala 15 0 38152 1732 1164 S 0 0.0 0:00.00 sshd 7021 zodehala 15 0 6636 1412 1088 S 0 0.0 0:00.04 bash
what do abbreviations in first line mean ?
- 05-20-2007 #4
type
info top
or
man top
This will explain most things


Reply With Quote