Sponsored Content
Top Forums Shell Programming and Scripting Command to get exact tomcat process I am running ignoring other java process Post 303007515 by Peasant on Friday 17th of November 2017 11:26:50 AM
Old 11-17-2017
Check your tomcat installation(s) for catalina.pid file(s).
The PID should be written in that file.

Hope that helps
Regards
Peasant.
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to create a dummy process of a process already running?

Hi Everybody, I want to create a shell script named as say "jip" and it is runned. And i want that when i do ps + grep for the process than this jip should be shown as process. Infact there might be process with name jip which is already running. (3 Replies)
Discussion started by: shambhu
3 Replies

2. Shell Programming and Scripting

script to monitor process running on server and posting a mail if any process is dead

Hello all, I would be happy if any one could help me with a shell script that would determine all the processes running on a Unix server and post a mail if any of the process is not running or aborted. Thanks in advance Regards, pradeep kulkarni. :mad: (13 Replies)
Discussion started by: pradeepmacha
13 Replies

3. UNIX for Dummies Questions & Answers

How to get the start time for a JAVA Main running process

I have a script that executes a MAIN JAVA FILE It does check if the process is already running or not by using this code w_pid=`ps -efx | grep -v grep | grep "FileTransactionArchiveMain dvlp"|awk '{print $11}'` if then #echo 'Another instance is running.' exit fi Now I... (1 Reply)
Discussion started by: akabir77
1 Replies

4. Shell Programming and Scripting

Running a command in a new process?

Hello I'm using GNU screen for an application that I'm making. I will try to explain: This application opens 2 screen session, A and B. Screen session A has a script running in teh first window. I want to be able to switch from screen session A to screen session B, from the script running in... (1 Reply)
Discussion started by: jondecker76
1 Replies

5. UNIX for Dummies Questions & Answers

How a process can check if a particular process is running on different machine?

I have process1 running on one machine and generating some log file. Now another process which can be launched on any machine wants to know if process1 is running or not and also in case it is running it wants to stream the logs file generated by process1 on terminal from which process2 is... (2 Replies)
Discussion started by: saurabhnsit2001
2 Replies

6. BSD

Process remians in Running state causing other similar process to sleep and results to system hang

Hi Experts, I am facing one problem here which is one process always stuck in running state which causes the other similar process to sleep state . This causes my system in hanged state. On doing cat /proc/<pid>wchan showing the "__init_begin" in the output. Can you please help me here... (0 Replies)
Discussion started by: naveeng
0 Replies

7. UNIX for Advanced & Expert Users

Process remians in Running state causing other similar process to sleep and results to system hang

Hi Experts, I am facing one problem here which is one process always stuck in running state which causes the other similar process to sleep state . This causes my system in hanged state. On doing cat /proc/<pid>wchan showing the "__init_begin" in the output. Can you please help me here... (1 Reply)
Discussion started by: naveeng
1 Replies

8. UNIX for Advanced & Expert Users

Process remians in Running state causing other similar process to sleep and results to system hang

Hi Experts, I am facing one problem here which is one process always stuck in running state which causes the other similar process to sleep state . This causes my system in hanged state. On doing cat /proc/<pid>wchan showing the "__init_begin" in the output. Can you please help me here... (6 Replies)
Discussion started by: naveeng
6 Replies

9. Shell Programming and Scripting

How to find the exact process using ps aux command?

Please do not post a technical question in the @How to contact....' forum. I have moved this for you. Hello Everyone, Please help me on this, Requirement here is to check whether the process is running using the process id. For the below scenario, I m trying to grep 1750 process id to... (3 Replies)
Discussion started by: Hari A
3 Replies
tuned(8)						   Adaptive system tuning daemon						  tuned(8)

NAME
tuned - dynamic adaptive system tuning daemon SYNOPSIS
tuned [options] DESCRIPTION
tuned is a dynamic adaptive system tuning daemon that tunes system settings dynamically depending on usage. OPTIONS
-c CONFFILE, --conffile=CONFFILE Specify the name and path of the configuration file. By default the /etc/tuned.conf is used. -d, --daemon This options starts tuned as a daemon as opposed to in the foreground without forking at startup. -D, --debug Sets the highest logging level. This could be very useful when having trouble with tuned. -h, --help Show this help. -l [LOG], --log[=LOG] Log to the file LOG. If no LOG file is specified /var/log/tuned/tuned.log is used. --no-dbus Do not attach to DBus. -P [PID], --pid[=PID] Write process ID to the PID file. If no PID file is specified /run/tuned/tuned.pid is used. -p PROFILE, --profile PROFILE Tunning profile to be activated. It will override other settings (e.g. from tuned-adm). This is intended for debugging pur- poses. -v, --version Show version information. FILES
/etc/tuned /usr/share/doc/tuned-*/README SEE ALSO
tuned.conf(5) tuned-adm(8) AUTHOR
Jan Kalua <jkaluza@redhat.com> Jan Velak <jvcelak@redhat.com> Jaroslav karvada <jskarvad@redhat.com> Phil Knirsch <pknirsch@redhat.com> REPORTING BUGS
Report bugs to <power-management@lists.fedoraproject.org>. Fedora Power Management SIG 28 Mar 2012 tuned(8)
All times are GMT -4. The time now is 12:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy