Search Results

Search: Posts Made By: molu
Forum: Programming 04-26-2006
68,853
Posted By molu
I have found solns for most platforms -- ...
I have found solns for most platforms --
Solaris - read psinfo struc (refer proc man page)
AIX- Use getprocs() func
HP - Use pstat_getproc func.
Forum: Programming 04-26-2006
34,200
Posted By molu
I want to read process related information for a...
I want to read process related information for a specific process, i.e the start time of process, name, pid.

i had found for_each_task() macro on Linux, but the code did not compile with that:( do...
Forum: Programming 04-24-2006
34,200
Posted By molu
How to read task_struct process structure of Linux
Hi,

I want to read the task_struct structure in Linux in order to get the names & pids of all processes.

How can this be done??

Thanks in adv,
molu
Forum: Programming 04-21-2006
68,853
Posted By molu
Isnt there any struct available in linux that has...
Isnt there any struct available in linux that has the /proc info?

I found prpsinfo struct for SOlaris
Forum: Programming 04-21-2006
68,853
Posted By molu
How to get process name from process id in all Unix platforms?
Hi,

i need to find the process name using the process id in C. This has to be done in HP, AIX, Solaris & Linux??

How can this be done? Is there any common solution to all platforms?

On linux...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 04:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy