Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Session PID & socket connection pid Post 302069953 by blowtorch on Thursday 30th of March 2006 11:06:25 AM
Old 03-30-2006
1. When you run the application, run the command: ps -ef | grep name_of_app. This will show you the pids (processes) that are running for your application. Also, regarding the socket connection, unix treats a socket connection as just another file that is opened by the process. However, your application might have a process that is listening to a particular port and then spawns a new process that actually connects to the database.
So it is a bit difficult to tell you something like that.

2. The three conditions that you can see are some of the different conditions that your socket can have. I do not think that you can release sockets/ports without killing the process that is listening on the port.
 

10 More Discussions You Might Find Interesting

1. Programming

printing ppid,child pid,pid

question: for the below program i just printed the value for pid, child pid and parent pid why does it give me 6 values? i assume ppid is 28086 but can't figure out why there are 5 values printed instead of just two! can someone comment on that! #include<stdio.h> #define DIM 8 int... (3 Replies)
Discussion started by: a25khan
3 Replies

2. Shell Programming and Scripting

KILL PID, intern should kill another PID.

Hi All, In my project i have two process runs in the back end. Once i start my project, and execute the command ps, i get below output: PID TTY TIME CMD 9086 pts/1 0:00 ksh 9241 pts/1 0:02 java 9240 pts/1 0:00 shell_script_bg java with 9241 PID is the main... (4 Replies)
Discussion started by: rkrgarlapati
4 Replies

3. UNIX for Dummies Questions & Answers

how to find the owner PID of open socket on Solaris9?

Hi all, I am trying to connect the open socket and its owner PID on my Solaris9 system. But it seems not very easy. As netstat is not as powerful as it is on Linux platform, without the "-program" option, and "lsof -i <UDP|TCP>@<hostIP>" won't show the one i want although it lists some... (1 Reply)
Discussion started by: sleepy_11
1 Replies

4. UNIX for Dummies Questions & Answers

Need to get pid of a process and have to store the pid in a variable

Hi, I need to get the pid of a process and have to store the pid in a variable and i want to use this value(pid) of the variable for some process. Please can anyone tell me how to get the pid of a process and store it in a variable. please help me on this. Thanks in advance, Amudha (7 Replies)
Discussion started by: samudha
7 Replies

5. UNIX for Dummies Questions & Answers

Get pid

Hello people, This question might seem to be a little naive but here it goes: I want to know the PID of a script that is running in the background. eg: There is a script called Data_Downloader.sh I am using the command: ps -ef | grep Data_Downloader.sh But I am getting the output as wrkarea... (9 Replies)
Discussion started by: Rajat
9 Replies

6. Solaris

I am not able to login in gnome session and java session in Sun solaris 9& 10

I am not able to login in gnome session and java session in Sun solaris 9& 10 respectively through xmanager as a nis user, I am able to login in common desktop , but gnome session its not allowing , when I have given login credentials, its coming back to login screen, what shoul I do to allow nis... (0 Replies)
Discussion started by: durgaprasadr13
0 Replies

7. Shell Programming and Scripting

KSH 88 - Can I find the PID for an IP connection?

Hi, If I use this command netstat | grep "1268" it shows me all IP addresses connected via port 1268, which is half of what I want. I would like to be able to then map these against a PID on the system, and also thereby get the userid. I have done a couple of days google bashing but... (3 Replies)
Discussion started by: gcraill
3 Replies

8. Red Hat

How to kill a TCP connection which has status TIME_WAIT & no PID

Hi, I want to kill TCP connections which have status as TIME_WAIT & no PID (as per the output of the "netstat - p" command). Is there any command/utility available to kill connections to a specific port or IP address. The problem is that these connections don't have process ID (see... (4 Replies)
Discussion started by: Davinder31may
4 Replies

9. Shell Programming and Scripting

Pid=$!

Hello, I would like to know what this command means? PID=$! what does "!" stand for? (5 Replies)
Discussion started by: googlietdr
5 Replies

10. Linux

How to easily identify socket given a PID on Linux?

I have the PID of a process running on Linux mymac 2.6.18-417.el5 #1 SMP Sat Nov 19 14:54:59 EST 2016 x86_64 x86_64 x86_64 GNU/Linux I need to get the ip & port i.e socket details of the given PID (32752). Based on a suggestion on my other thread i tried bash-3.2$ netstat -anpt | grep... (8 Replies)
Discussion started by: mohtashims
8 Replies
process_id_min(5)						File Formats Manual						 process_id_min(5)

NAME
process_id_min - specify a minimum value for process IDs (PIDs) VALUES
Failsafe Default Minimum Maximum must be less than or equal to If the difference between and inclusive is less than is effectively limited to this difference. DESCRIPTION
The tunable specifies the minimum process ID (PID) value to generate for new processes. It allows application developers to duplicate an environment where PID values are large for the purpose of software validation. This tunable is primarily intended for development environments. Who is Expected to Change This Tunable? Anyone interested in software program validation in an environment where PIDs have large values. Restrictions on Changing Changes to the tunable are effective immediately. However, any existing processes and their PIDs are not changed. It is recommended that the system be rebooted after specifying this tunable so that all PIDs in the system will have values in the selected range. When Should the Value of This Tunable Be Raised? Raise this tunable to validate software for tolerance of large PID values in a development environment. What Are the Side Effects of Raising the Value? If the difference between and is less than the number of processes allowed to exist simultaneously will be lower than the value of When Should the Value of This Tunable Be Lowered? Lower this tunable when the system is meant to be moved from a development to a production environment. What Are the Side Effects of Lowering the Value? If the difference between and is less than the number of processes allowed to exist simultaneously will be lower than the value of What Other Tunable Values Should Be Changed at the Same Time? It may be desirable to change The tunable should, ideally, be set for the maximum value when validating software which uses PIDs. When changing it is recommended that the system be rebooted to ensure all processes have PIDs within the desired range. WARNINGS
All HP-UX kernel tunable parameters are release specific. This parameter may be removed or have its meaning changed in future releases of HP-UX. The HP-UX kernel may silently round the selected values for and/or (for example, to the nearest power of 2) in order to accommodate the PID generation algorithm. It is recommended that validation of software be carried out with the largest configurable value (1,073,741,567) for the tunable, in con- junction with the tunable set to something of the same magnitude (for example, 1,000,000,000). The manpage for (see process_id_max(5)) should be consulted for information about potential application issues with large PID values. Because session IDs (SIDs) and process group IDs (PGIDs) are the same as the process ID of the session or group leader, an increase in the minimum PID also increases the minimum SID and PGID. The system may assign process ID values less than to certain special system processes. Booting the system with set to a non-zero value may cause the initialization process (aka init) to have a PID of something other than 1. However, most system utilities and commands will, by default, report the value of the initialization process's PID as 1. For example, returns 1 if the caller's parent is the initialization process, regardless of its actual PID. Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation, some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tun- able values, consult the documentation for the kernel software being installed. For information about optional kernel software that was factory installed on your system, see at AUTHOR
was developed by HP. SEE ALSO
init(1M), fork(2), getppid(2), nproc(5), process_id_max(5). whitepaper, available on Tunable Kernel Parameters process_id_min(5)
All times are GMT -4. The time now is 03:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy