General :: Many Processes Listed Under Same Title In Htop / Why Is So?

Mar 9, 2010

Can anyone explain to me why there are sometimes 10 or 15 processes with the same title and "stats" listed in htop? I'm guessing there are multiple threads running - but that many of them obviously couldn't be running concurrently.

Is there any sort of performance hit taken if a process uses say, 15 non-concurrent threads vs. 10 non-concurrent threads?

View 1 Replies


ADVERTISEMENT

Debian :: Htop Showing 50+ Processes Of /usr/sbin/console?

Jun 16, 2011

This might be nothing but when booting a computer directly into the console (tty), and running htop, I expect the list of running processes to be very short, but it turns out I have more than 50 instances of /usr/sbin/console-kit-daemon --no-daemon running (see screenshot below). Is this normal?

View 2 Replies View Related

Ubuntu Servers :: Apache Processes Listed But Httpd Not Running?

Dec 5, 2010

I have written this script to monitor Apache2:

Code:
#!/bin/bash
#count lines that show apache2 but not the fgrep itself
let i=`ps aux | fgrep apache2 | fgrep -v grep | wc -l`
if [ "$i" -gt 0 ]
then
#log something

[Code]...

It has all been working fine until recently when Apache is becoming unresponsive. I manually ran ps to check and there were 3 processes. However when I ran apache2ctl graceful I got the message 'httpd not running, trying to start' Is there a better way to check if a daemon is up?

View 4 Replies View Related

General :: How To Make Htop Sort By PID

Apr 27, 2011

How can you make htop sort the list of processes by PID?

View 2 Replies View Related

Slackware :: Terminal Xterm Title Is Too Dynamic (title Doesn't Change Manually)

Aug 21, 2010

So when I upgraded to Slack64 13.1 on my asus MB homebrewed desktop and Slack 13.1 on my compaq presario a900 laptop, I started having issues with the xterm title (in Terminal--not Konsole) being too dynamic. By "too dynamic" I mean that I can't actually change the title. The dynamic title (from my .bashrc) is basically just pwd. Whenever I try to set the title (via terminal->set title (menu)), I changes it for a split second, and then reverts back to the dynamic title.

This is merely a petty annoyance, so to get around it, I added an xtitle function that I grabed somewhere online (just echos "�33]0;$*�07"). So for nano-ing some file, I'd type:xtitle some_file.txt; nano some_file.txt

That works just fine (kind of annoying to type though). running xtitle alone won't actually change the name either though (I'm pretty sure it's the same command as what terminal does anyway). That is, running: xtitle some_file.txt

changes the title for a split second, and the reverts back to my old pwd.What I really want is to have it dynamically name it "some_file.txt" whenever I use nano, but that appears to be a functionality of zsh (with the preexec() fxn).I'm wondering if anyone else has had this problem, and if you have a fix for it.

View 3 Replies View Related

General :: How To Refresh Htop After Sorting (via Shift+m)

Jun 22, 2011

I love using htop, but I have noticed that whenever I sort by a parameter (for example, Shift+m for sorting by Memory usage), the htop stats stop dynamically refreshing. Is this intended? I also notice this with top as well.

View 1 Replies View Related

Ubuntu :: Make Title To The Center Of The Title Bar On Lynx 10.04?

May 2, 2010

after upgrading from Karmic Koala 9.10 to Lucid Lynx 10.04, i notice something different with title bar on every window opened.

for example:

"Google - Mozilla Firefox" is not at the middle of the window title. and on Lynx it's on the left.

View 6 Replies View Related

General :: Free - Top And Htop Show Different Memory Usage

Jul 12, 2011

I'm trying to meter my memory usage. When I use these different programs, they all show me using different amounts of RAM.

View 2 Replies View Related

General :: Htop - Find The PID Thats Causing The High CPU Cycles?

Dec 29, 2010

Just trying to figure out some stuff with a broken process. A java app seems to sometime get stuck on a loop or something and i'm trying to find out what's causing it using just the following #sysadmin tools at my disposal.

Things like:- htop - find the PID thats causing the High CPU cycles. I'd then want to use /proc/[PID] or lsof -p [PID] or strace [PID] etc. But the PID doesn't exist in 'ps -ef' output so I think htop must be showing me kernel level thread PIDs?

Not sure about the PID's HTOP is actually giving me? I know that some of them are the real PID's that can be accessed through /proc/[pid] etc but others are not but are i assume child processes or more likely threads as child processes are normally shown in a default ps output anyway.

Is someone able to help distinguish to me about what exactly all these other PID's are that I can't manipulate or find apart from when using HTOP.

View 7 Replies View Related

Ubuntu :: Control What Buttons/menus Are Listed And Which Icons Are Listed Under Each?

Jul 26, 2010

i just upgraded to ubuntu 10.04 the netbook distro. at the desktop view there is a list of about 10 buttons/menus listed on the left hand side, is there anyway to control what buttons/menus are listed and which icons are listed under each of them? having a netbook i would like to remove and unclutter the desktop view as much as possible but i dont want to remove those apps i still want to be able to open those apps if i want to even if by removing those icons and menus/buttons makes it a pain.

View 1 Replies View Related

Ubuntu :: Cannot Move Windows By Dragging Their Title Bars - Cannot See Close "X" Button In The Title Bar

Feb 8, 2010

Everything worked 100% great untill I change color depth to 16 bits.I do not want 24 Bits, I want 16 Bits. I have good reasons. Never had this problem in Gutsy 7.10 ...I deeply regret in upgrading to 9.10 ...

My video card:

Gforce 7950 GX2

Changes to xorg.conf file: Firstly, I saved it at 16 color depth with the sudo nvidia-settings and by clicking on the save to xorg.conf file Button. Rebooted computer....... It worked, saved file, and I got the following bugs:

*Cannot move windows by dragging their title bars.
*Cannot see close "X" Button in the title bar.
*Cannot see Minimize Button in the title bar.
*Cannot see Maximize Button in the title bar.

Went back to 24 bits and problem got resolved. Then i tryed: I did sudo gedit xorg.conf I changed all the 24's with 16's ... Rebooted computer....... It works GOOD... BUT: I got the same bugs from before. I will retype them below

*Cannot move windows by dragging their title bars.
*Cannot see close "X" Button in the title bar.
*Cannot see Minimize Button in the title bar.
*Cannot see Maximize Button in the title bar.

My xorg.conf file:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Sun Feb 1 20:21:04 UTC 2009
Section "ServerLayout"

[code]....

View 1 Replies View Related

Ubuntu :: Run Htop On Startup?

May 5, 2010

Is it possible to have htop run automatically after I login? If it's too much to ask, it would be great if that specific htop window is locked on the upper right corner of my screen and is a bit transparent (more opacity).

I'm looking for something similar to this one: [URL]

View 4 Replies View Related

General :: Set A Custom Windows Title?

Jan 1, 2011

Is there a way to set a custom windows title in Linux?

View 2 Replies View Related

General :: Set The Title In The Top Of Konsole Terminal?

Apr 8, 2011

I use kde3.3. How could I set the title in the top of konsole terminal. for example, i would like to have the file name printed if I open the file using vi or vim.

View 4 Replies View Related

Debian :: Htop Have Different Colors In Bars?

Apr 28, 2010

Why htop's bars have different colors? Still can't find an answer... And it's bars don't really correspond to the numbers. Even if CPU is loaded 60%, the bar can be loaded almost 100%.

View 3 Replies View Related

Ubuntu :: Output Of Htop In A File?

Apr 15, 2011

result of a command in the terminal. Tried using command > resultfilebut this works with commands like ls which provide a result line by line. But for commands like top, htop and some other the text file adds some string of characters.Example of running htop > test.txt is shown in the attached image. Anybody know how I can remove those characters and get something useful.The problems are those strings of character liek (B and [39m and so on.Also if i open the file on cat if displays fine(well it closes as soon as it opens but i can just see its ok) but on vim and gedit i get the result shown in the image.

View 1 Replies View Related

Ubuntu :: Htop Vs 'top' Vs 'free' Disparity

Sep 22, 2010

When I run Htop on my Ubuntu 10.04 machine, the "Mem" line reads 239/992MB.

However, when I run 'top' I get:

Also, when I run 'free', I get:

It seems like Htop tells me I have more than 700MB free, but 'top' and 'free' tell me that I only have about 270MB free.

View 2 Replies View Related

General :: Times Listed By Ls ?

Nov 26, 2010

From find man page:

Quote:

From ls man page:

Quote:

How many times are there associated with a file and what are they?

View 2 Replies View Related

Ubuntu Servers :: Multiple Entries In Htop?

Aug 29, 2010

Running 9.04 Xubuntu desktop as server and development environment. I turn off gdm once booted up. When sshing in for other computer I ran htop, and found the following multiple processes:

[Code]....

Is there any good reason why I have multiples of these, or conversely is there a problem by having them? Everything works OK. Apache is only serving up my web development pages which I work on now and then, so its not having to handle external traffic. The server is port forwarded on port 80 through the router.

View 4 Replies View Related

General :: NIS Service Not Listed Under Services?

May 14, 2010

In red Hat linux i want to implement NIS server. For that purpose i check the current running services under (Server settings,Services) but NIS was not listed in it.please let me know is there different name of NIS service or i have to install it separately

View 7 Replies View Related

General :: Possible To Change Color Of (decorated) Title Bar In LXDE?

May 2, 2010

Can anyone tell me if it is possible to change the color of the (decorated) title bar in LXDE (Mint Linux)? I can't find anything in the system to do this, or advice in google search.

Also when I right click and select "undecorate" I cannot retrieve the title bar unless I close the programme and open it again - is there any way around this?

View 1 Replies View Related

Ubuntu Servers :: Reading Htop System Loads With The I7?

Jul 7, 2010

I just built a server, which displays 8 cores in the i7 processor. However, because of the 2 threads per core, it shows up as an 8 core system. When viewing htop, it shows system loads at 0.29,0.18, and 0.13 for respective averaging times. How would I calculate actual system load for this processor? Would I divide the average by 4 or 8? Or, is there another method?

View 7 Replies View Related

Ubuntu :: No Running Htop Entry In Unity's Launcher?

May 28, 2011

htop is my preferred system monitor, but I have a problem with it in Unity: When I open htop from the Applications lens there's no entry in the launcher added for it. This means I can't add it permanently to the launcher. It may have to do with it being a terminal based program, but I was wondering if there is a way to get it permanently added to the launcher?

View 3 Replies View Related

Programming :: Get System Current Status To C Program From 'htop'

Jan 17, 2010

Actually I suppose to use this "htop" command to get the system utilities like current processor speed ,running programs ,memory usage(ram and swap) to my program. I planned to get it using popen(). I was success popen("top | grep Mem", "r") with top command. But are there a way to take such information using "htop". Or are there any idea of taking current CPU,MEM,Swp usage as well as Tasks and running tasks using htop or other way to C program...

View 1 Replies View Related

General :: How Many Files Should Be Listed As Open Under Lsof

Jul 10, 2011

I am not an advanced Linux user. I have a VPS with 768MB of RAM running CentOS.I executed the lsof command as root and I see that there is a list of 3000 files. Usually, how many files should be there? My system is getting very slow, so is this list too long?How do I know which files to keep and which to close?I have seen that there are multiple copies of the same files with different PIDs. There are many log files in the list that I have not opened. Is this normal?total used free shared buffers cachedMem: 104287 492 103794 0 0 0

View 2 Replies View Related

General :: Get Program Listed In KDE Multimedia - Slackware 13 - 37

Jun 4, 2011

I've got a program in /usr/local/bin/envy24control I just installed it using .configure,make install because there was no Slackware package for it. envy24control does not show up under KDE Multimedia where it should be, so I have to start a terminal program, and start in on the command line. How do I get /usr/local/bin/envy24control listed in KDE Multimedia so I can use the mouse to start it ?

View 2 Replies View Related

General :: Mirrors Listed With 2 ISO For Fedora 12 Installation

Jan 3, 2010

I am about to try Fedora 12. I noticed that most of the mirrors listed for this in lq have 2 isos. The first download listed has 4 - Live, Live 2, Live KDE, Live KDE 2. If I choose to use gnome instead of KDE, can I just burn and install the first two?

View 3 Replies View Related

General :: Java Jre-6u22 Not Listed In Alternatives?

Nov 26, 2010

I have the following in /usr/java :

[root@jonas java]# ls -l
total 40668
lrwxrwxrwx. 1 root root 16 2010-11-26 15:45 default -> /usr/java/latest
drwxr-xr-x. 7 root root 4096 2010-11-26 15:44 jre1.6.0_22
-rw-r--r--. 1 root root 20946625 2010-09-15 12:42 jre-6u22-linux-i586.rpm

[Code].....

Enter to keep the current selection[+], or type selection number:

How can I run java jre-6u22 ?

View 3 Replies View Related

General :: USB And Hard Drive Listed In /proc But Not /dev

May 10, 2010

I'm working in CentOS 5.4 with the default 2.6.18-164 kernel (which I will be editing but have reverted back to in order to solve this problem.)

Near the end of the init script I have thrown a /bin/sh to get into a busybox bash shell in order to test some scripts. Ive attached the init below.

While in this shell I can see my usb drive in /proc/bus/usb/devices and my hard drive in /proc/scsi/device_info however I cannot mount them as they are not in /dev.

I have scsi emulation set in the kernel. When I plug in a USB stick it finds the address but still no sign of it in /dev. There are other modules listed in /sys/module such as usbcore that dont show up in lsmod, is that possibly the problem?

Init Script

Quote:

#!/bin/nash
mount -t proc /proc /proc
setquiet
echo Mounting proc filesystem
echo Mounting sysfs filesystem
mount -t sysfs /sys /sys

[Code].....

View 4 Replies View Related

General :: Find The Location Of The Files Listed Using Rpm -qa?

Feb 24, 2011

does any one have any idea how can I find the location of the files I listed using rpm -qa?

eg, 1 of the result returned from rpm -qa is yum-3.2.22-20.el5 how can I find the location of this program?

View 4 Replies View Related







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