Find the answer to your Linux question:
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 ? ...
  1. #1
    Just Joined!
    Join Date
    Jan 2007
    Posts
    27

    system info using ssh

    how can i find out system info like folowing using SSH

    1. Apache version & logs ?
    2. mySQLversion & logs ?
    3. php version & logs ?
    4. server OS & verison ?
    5. CPU usage ?


  2. #2
    Linux Newbie framp's Avatar
    Join Date
    Jul 2006
    Location
    Stuttgart, Germany
    Posts
    240
    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

  3. #3
    Just 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 ?

  4. #4
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    type

    info top

    or

    man top

    This will explain most things

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...