Software :: Find Process Information By Name?

May 16, 2010

Is there a way to find out information about a process based on the command used to run it?

Ideally I would like to get processes ID %CPU and memory usage back. I have written a short shell script which does this but I wonderd was there a command that did this.

Here's my shell script

Code:
#!/bin/bash
ExpectedArgs=1
ARGS=$#
if [ $ARGS != $ExpectedArgs ]

[Code]....

View 1 Replies


ADVERTISEMENT

General :: Find The Parent Process Of A Zombie Process?

May 4, 2010

How do you find the parent process of zombie processes?

When the child process is something where the parent is not entirely obvious...

Is there some way to list processes in tree format or something?

View 3 Replies View Related

Software :: Read Process/thread Schedule Information?

Nov 18, 2009

is there any tool can show the thread/process schedule information? i would like to know when the thread/process wakeup, and when it was suspend? it includes kernel and user space. With this information, i can know the thread/process task schedule, and calculate the MIPs.Another, do you know whether LTT support User space thread trace?

View 2 Replies View Related

Ubuntu :: Where To Find Information About Copyright?

Jan 13, 2010

Question? Where can I find information about copyright?
A real state agent took one of my pictures from facebook to use it for his bussiness. He charges 2.5% for marketing.

View 1 Replies View Related

Fedora :: Where To Find Information About System Crashes?

Jun 17, 2011

I randomly get system crashes of a fresh Fedora 15 install.
I cannot reproduce, however.

Where would I find information on system crashed (kernel panics)?

View 3 Replies View Related

General :: Where Can I Find Comprehensive Information On Optimizing

Nov 21, 2010

Where can I find comprehensive information on optimizing Linux? I keep searching online but seem to get only to performance monitoring. I don't want to run a lighter version of Linux or upgrade my hardware! Just want to get my current distro and future ones I might install to run at its best.

View 8 Replies View Related

Server :: Cannot Find Any Log Files That Give Me Any Information

May 28, 2010

When I try to hit my jsp pages all that gets displayed is the source code.I cannot find any log files that give me any information. It seems as though apache is not forwarding requests to tomcat6 but I cannot verify this. I need some direction on what is happening here. I'm lost and have run out of options.Would JAVA classpaths cause this type of behaviour if they are wrong?

View 2 Replies View Related

General :: Can't Emacs On Mac OS X Find Information Directory Node / Why Is So?

Feb 15, 2010

The default Emacs on Mac OS X, 22.1, appears to have some problems with the info/help stuff.

When you hit C+h i, it says:

Can't find the Info directory node.

It works in AquaEmacs, but I downloaded the 23 version of emacs precompiled binaries from here and I still have the same problem.

View 2 Replies View Related

General :: Find The Only Particular User (usage) Of Memory Information?

Mar 29, 2011

how to find the only particular user (usage) of memory information

View 6 Replies View Related

Debian Configuration :: WARING! Can't Find Hypervisor Information In Sysfs!

Mar 9, 2010

After each boot I find 2 occurrences of WARING!  Can't find hypervisor information in sysfs!

in /var/log/boot. This box is running as KVM-host, so I am a bit worried about 'warings' like these...

View 1 Replies View Related

General :: Windows - Find In-depth Information On Various File Systems?

Apr 28, 2011

Back in the old days of PC-DOS 3.1, computers are much simpler than today's. I can learn a lot of how File System works with tools like PCTools, Norton Disk Doctor, and [URL]. Have been working exclusive in corporate database application area for over a decade, my knowledge of how these stuff work is diminishing. Standard-clean OS (Windows, Linux) installation is all I can do now. And it starts to cause me many data-loss troubles, when I have to perform something that I don't have much insight, such as install and remove peer linux os or move and resize partitions.

I'm looking for books, web resources, or communities where I can educate myself on how various file system works, for which I can have in-depth answer to questions such as:

How to remove ubuntu and grub2 ? (I recently did that, but with a lot of frustration when I was not really sure what I was doing and confront with some scary error message like "Missing BootMgr" What kind of disk-partitioning operation can be performed non-destructively, and why ? What is Active partition ? Primary Parition ? Extended Partition ? How it stored on the disk. There are many free partitioning tools out there, which one is safe to used ? NTFS, Ext3, Ext4, .. What the differences ? How to choose it wisely.

View 2 Replies View Related

General :: Hard Drives Information / Can To Find RAID Level?

Apr 22, 2010

I know my Linux Servers have RAID but I want to know

1. Can I find RAID level?
2. how to find Disk information...I mean if it's not possible to get RAID Can I get how many hard drives and the real size?

View 2 Replies View Related

General :: Find Information As How To Get Freespire Too Recognize 2nd Hard Drive

Jun 13, 2010

getting freespire to recognize my 2nd hard drive and allow me to use it for things I want to save there and such. I also cannot get CNR to come up in my browser and need some information as to how to install programs.how to find installable programs,and install them.

View 1 Replies View Related

General :: Find The Pid Of A Certain Process?

Feb 4, 2011

I know that this command
"pid aux | less"

displays all the processes and their pid but it would be too time consuming to search for the pid of one specific process is there a way to use "grep" to find pid of a certain process?

i tried "grep process-name pid aux"

View 3 Replies View Related

Server :: Find How Many Cpu's A Particular Process Uses

Feb 3, 2010

How to find how many cpu's a particular process uses.

My weblogic process is running on Linux.There are 8 cpu processors.I need to find which are the processors the weblogic process is using

View 6 Replies View Related

Software :: Find Out It Is 32 / 64 Bit Process?

May 16, 2010

Using Debian Squeeze amd64.
How can I find out, from running process, which ones are 32 bit, and which ones are 64 bits?

View 3 Replies View Related

CentOS 5 :: Find Which Cpu Used By A Process?

Oct 3, 2010

Normally servers having multiple CPU's I need to found out, which CPU is used by a process. or else from the out put /proc/pid/stat how we can identify used CPU by the process

View 5 Replies View Related

Ubuntu :: Find Process Name From Application Name?

Oct 19, 2010

I have searched for the solution with no luck and still wondering if there is a way to find out what's an application process name is from the name of the application itself. And then pkill the process from the terminal.I tried using

Code:
ps -e | grep ....but it says[code]....

View 6 Replies View Related

General :: How To Find Out What Process Is Accessing HDD?

Apr 8, 2010

I can see that the light of the HDD is flashing. I would like to find out what the process is that is accessing the HDD. Is there a way to achieve this?Is there a utility that ties up processes with hw resources?

View 1 Replies View Related

CentOS 5 :: Pgrep Can't Find The Process

May 13, 2010

I start a QEMU command, but pgrep can't found the process.

Host> ps aux | grep qemu-system-mips

With the full name, nothing can be found.

View 1 Replies View Related

Fedora :: Write A Program Which Would Get Information From A Webpage And Display The Information On Desktop Sort Of Like A Widget?

Sep 3, 2009

I'm trying to write a program which would get information from a webpage and display the information on my desktop sort of like a widget. I kind of remember there being something like this already made, but for the life of me I can't remember what it's calledDoes anyone know?

View 1 Replies View Related

Debian :: Find Out Connection Between Process And Socket?

Feb 20, 2010

I have the following problem. I want to find out connection between process and socket. When I type to the terminal the following command netstat -anpetu so I get the following output:

[Code]....

As you can see just some connection have assign PID/Programme. How can I find out Program of this socket without PID/programme. like this 0.0.0.0:52472? Certainly I know that some port are well-known but there are a lot of unknown ports(like 8307 3350 and so on).

View 3 Replies View Related

General :: Find Out What Process Are Eating All Memory

Jul 8, 2011

Im using SUSE, i have 31GB of memory Mem: 31908592k total, 31429632k used, 478960k free, 12176k buffers. How do I find out what process are eating up all my memory.

View 3 Replies View Related

Ubuntu :: [server] Find The State Of A Process

Feb 16, 2010

On server (no GUI) how can I find the state (running, sleeping, zombie) of a given process, by giving a process name or PID?

View 3 Replies View Related

Ubuntu :: Script To Find PHP Process Running

May 7, 2011

I am trying to write a script that will look for a plugin and check that its running and if not start it
Code:
ps ax | grep -v grep | grep aseco.php
The above should list the process, if I put it into terminal this is incorrect?

View 8 Replies View Related

Ubuntu :: Find Out Which Process Uploads A Lot Of Data

May 18, 2011

Sometimes I notice that there is high upload speeds for 10 minutes or so. At the time of the screenshot I was sitting in a public wireless place, only chromium was open and I don't see any reason why there should be sustained upload speeds.Is there a GUI or CLI so I can find out which process uses the internet?

View 1 Replies View Related

General :: Find Memory Leak For Process

Mar 5, 2010

Is there any link where i can get information about below?

Dirty memory
RSS
PSS
One more?

if a set of process are getting executed in a use case say 50 times. How do one know the memory leak for a particular process?

View 1 Replies View Related

Security :: Find Process Which Generates TCP Packets?

Dec 17, 2010

My machine is trying to communicate with another computer. I�ve blocked the traffic with this machine with iptables (input and output traffic), but I want to find the origin of this traffic. There�re 90% of probabilities it�s a trojan, and I want to find it.I have logged the packets with iptables (and then dropped), but with this I don�t know the proccess source.I�ve tried with netstat -o, but I don�t get nothing.How can I see the Process source (i.e. the PID) of this traffic?The traffic are TCP packets, with SYN flagged active (my machine is trying to establish a connection with that IP).

View 9 Replies View Related

Server :: Find A The Process That Crashed System?

Mar 2, 2010

How can i find a the process that crashed my linux system,

I only have the below information available.

from /var/log/messages
Mar 1 21:14:31 localhost kernel: fown: signal 29, pid 1211
Mar 1 22:00:17 localhost kernel: fown: signal 29, pid 1211
Mar 1 22:07:52 localhost kernel: fown: signal 29, pid 1211

[Code]....

Also I don't have kdump enabled.

I am assuming that this is due to overloading of the server.

This server runs an Oracle Database..

View 4 Replies View Related

General :: Http - Find Out Which Process Is Listening On A Port?

Mar 16, 2011

How can I find out which process is listening on a port on linux?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved