LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   How to check uptime of all applications running in solris server (https://www.linuxquestions.org/questions/solaris-opensolaris-20/how-to-check-uptime-of-all-applications-running-in-solris-server-591431/)

rajaniyer123 10-12-2007 11:17 PM

How to check uptime of all applications running in solris server
 
Hi,

As I have one Solris Server in which the following applications has been installed.

Sun One App Server
Iplanet web server
Coldfusion

As one day my boss has asked me to give me the uptime of all applications.

Please suggest, how I can check the same.

Thanks
Rajan

ghostdog74 10-12-2007 11:37 PM

seomthing like this:
Code:

ps -eo cmd,time | egrep "app1|app2|app3"


All times are GMT -5. The time now is 05:19 PM.