Software :: How To Know How Many Tasks Are Running In Linux?
Feb 26, 2010
As in window we normally use task manager (ctrl+alt+del) to see how many tasks are currently runing in the window ..similarly please give me alternative of this linux . that is how to know how many sottwares are running in linux is there any terminal commands for this or shorcuts keys as window.
View 3 Replies
ADVERTISEMENT
Feb 10, 2011
I'd like to get the information about automatization of the tasks in Linux, more specifically in Fedora with minimal installation (without graphical interface and so on).The application (developed in C) needs to be started automatically when the computer is initialized. I've read about cron but I guess it's not a solution in this case because whenever computer starts the application must run once.I also have read about the/etc/ rc.local file but I made some tests changing it and they didn't work, the computer starts asking me the login and password but nothing run after that.The inittab was the same. In this way, someone know how to initialize an application developed in C when the computer starts?
View 6 Replies
View Related
Apr 29, 2011
I have a script which basically does many tasks and most of them can run in parallel. The server it runs on has 4 cores, so I changed parts of it to a makefile, and then run them with "make -j 4" which helps a lot. But looking at "top" while it runs, I see it could be improved. Sometimes tasks wait for other servers, so a higher -j value would help. And sometimes multiple tasks are waiting on the same disk, then I think a lower -j value would be better.
The kernel is fairly good at sharing CPU time among the cores, but resources like memory and disks are not shared very well. As an experiment, I tried compiling the kernel with "make -j" with no number. It didn't go very well.
So I wondered if anybody know of a better tool for things like this. I think it should be possible to write something that could change the -j value while it runs.For example:
- Start as many tasks in the background as there are cores. When tasks finish, start another one until done.
- After a little while, check CPU and memory usage to decide if more tasks could run in parallel. Or maybe less?
- If different tasks iowait a lot, check if they wait on the same disk. If so, renice/ionice/suspend some of them. In these situations I think it's better to have them run one after another.
- Other ideas?
I thought of making a script like that, but I doubt I'm the first one with that problem. Also, there are probably lots of things I haven't thought of.
View 5 Replies
View Related
Jan 23, 2011
I have a problem with certain web sites, mainly BBC when the page just disappears and it just reverts to my desktop.I tried installing more up to date version of Firefox but it keeps on happening- mainly it seems when BBC site has fancy graphics.
View 14 Replies
View Related
Mar 4, 2010
When logging into a new server how can I tell which brand of Linux is running. For example: RedHat; SuSe; etc
View 3 Replies
View Related
Jun 6, 2010
I am in the process of running a set of performance tests for the latest Sun JVM 1.6.0_20. I am using for that the dacapo test suite: [URL]
I ran the test suite very often with all sorts of settings, but recently it happened once that my Ubuntu system froze. I could still ping the machine, but nothing else was responding any more, no screen output, no ssh login, not possible to switch consoles. After rebooting the system the system logs were quiet. No single trace of any problem.
I am using a custom compiled kernel 2.6.34: Linux i7 2.6.34-custom-201005231602 #1 SMP PREEMPT Sun May 23 16:06:01 CEST 2010 x86_64 GNU/Linux and I am experimenting around with the -XX:+UseLargePages JVM switch the requires to set-up the hugetlbfs on the Linux system: [URL]
A similar issue happened in March 2010 on one of our CentOS 5.4 systems where we run a heavy load Java application on, where we had to hard power off the machine and after the reboot there was no trace of the problem in the logs. On that server we used JDK 1.6.0_17 and did not use hugetlbfs.
My first question would be what to do so that next time something like that happens I have more information available after the incident to debug and analyse the problem?
View 3 Replies
View Related
Jan 9, 2011
Im trying to install a trading program fx trading station II on a dedicated virtual server that's linux based at media temple. Any ideas on how to run the program so that the exe file isn't prompting to download the file instead of prompting the user to login and trade?
View 2 Replies
View Related
Dec 21, 2009
if anyone of you have shifted using Paid Red Hat Linux with CentOS, and what are your experiences of moving from Paid Linux to Unpaid Linux CenOS. When do you suggest a person use Paid Linux and when to use Unpaid Linux?
View 1 Replies
View Related
Apr 16, 2010
I have learnt that the network locked huawei modems may be unlocked to use any sim card bu getting a special unlock code and it should ask for it when a "foreign" SIM card is inserted. This procedure works well in Windows, but in Linux where I use wvdial, I dont get prompted for this unlock code. Does anyone know how to insert the unlock code in Linux using any Linux tool (GAMMU/GNOKII/Minicom etc)?
View 2 Replies
View Related
May 5, 2010
i would just like to verify that the command
lspci would show the FC adapter installed
is there any other command that i can use to verify the FC adapter is being installed
View 4 Replies
View Related
Feb 12, 2010
I want to Migrate my C++ Application from SuSE Linux to Red Hat Linux.What impact analysis i should do?
View 3 Replies
View Related
Mar 12, 2010
I am unable to ssh a Linux box from other Linux boxes; also tried to window putty.Although I am getting the password prompt instantaneously.So far, by comparing logs of other server, I am just able figure out that "debug2: callback start" is not coming in ssh -vvv logs.
View 2 Replies
View Related
Mar 17, 2010
how to share a folder from linux to linux systems and setting password to open that folder
View 14 Replies
View Related
Jul 31, 2009
I have Centos 5.3 on our server When I log-in in webmin I have a message "Warning - Your system is actually running CentOS Linux version 5.3." In the next line I have a button "Update Detected Operating System" My question is Do I need to click the link and update Detected operating system? If I do, is it going to change any configuration on our server?
View 2 Replies
View Related
Jul 14, 2011
Assume I`m a newbie and I want to run two CPU-consuming tasks but with different priorities - I mean one to get more CPU time that the other. How to achieve this in Fedora?
View 14 Replies
View Related
Mar 10, 2010
We are seeing some strange behavior on a Set top Box with the scheduling of tasks. We use 2.6.12 kernel. The issue is when we create a Task, say task1 with a priority of 46.But,this task is not Scheduled to run by the scheduler right away. It gets chance to run only after sometime. What we see here is that I create many other tasks with lower priority than task1,but they are immediately scheduled. Ideally, the task1 should have got scheduled before certain other low priority tasks as it has higher priority. Any patch is available wrt this?
View 3 Replies
View Related
May 26, 2010
for the past several months now, whenever the YUM-deamon goes to automatically update, it just says "waiting for other tasks" and after about 10 min it says "can't get yum lock, other program accessing yum" or something to that effect.i get the same message if i try to manually install programs using the graphical program in gNu.
is there another deamon that also could be using yum or the database for programs? i haven't had too much time to trouble shoot the past few months, so i can't give you better descriptions i'm afraid.
View 2 Replies
View Related
Oct 3, 2010
Whenever I try to get KPackageKit to do anything, it says "Waiting for other tasks..." and just hangs. I can cancel (when there's a cancel button, but sometimes there's not) and yum runs just fine.Any advice on how to get this working? I hate hunting for the names of packages.
View 2 Replies
View Related
Jan 6, 2011
I've been trying to create a script to run some tasks, for example: I have this script receita.sh, that needs the input of a time data to run. like: receita.sh <yyyymmdd> and I would like to get it running every 5 am with the computer time date..I have found the command date, that retrieves the system time date like:Thu Jan 6 17:39:39 WET 2011 Is there any way of getting the time date, and make it work in the script
View 3 Replies
View Related
Feb 11, 2011
I Had used Windows but fed-up of his Crashes and Viruses, Therefor i decided to Check out Linux for the 1st time, so i installed Ubuntu and as time Passed, i just love it now..I had also used KDE Environment but a lot of bugs+Little slow KDE Compelled me to stuck with Gnome,And am fine with it......I seen a lot of more OS's which are for special purposes like Backtrack , Free-BSD , Fedora etc....But i don't know their Purpose , So the post Objective is to find their Purpose and Benefits....
First of all i want to know about Free-BSD OS benefit in certain Tasks... & Why would Someone use Fedora , Backtrack..?
Moreover, I am Home-User, but i am interested to know about these OS's benefits, Where they are used and why...? Is these OS's are not for Home-Users....?
View 9 Replies
View Related
Apr 14, 2011
Recently installed 10.10 netbook edition, and evolution is behaving strangely. Albeit I've never used it before, but having read the documentation and googled it a bit I'm still lost. I cannot create or manage task lists. It's as if their functionality has been completely cut out of ev calendar. When I try to go to File->New->Task List, the Task list option does not appear in the menu (not greyed out, nothing). Can't find the button that's supposed to be there either. I've also checked synaptic for evolution task packages, but no avail.
View 3 Replies
View Related
May 10, 2011
Well I'm totally frustrated. I have been trying to figure out how to use anacron (schedule tasks). I Googled,Binged,Yahooed, and manpaged.I cannot find how to, at least, start anacron. To use 'cron' I use crontab -e. What do i use to start anacron?.
View 2 Replies
View Related
Jun 9, 2011
I'm using Evolution in Gnome 3 and I'm having this rather annoying issue---whenever I make a new Task, it does NOT show up in the Tasks bar. Even if I try searching for it, the task doesn't show up (even making a new Task List doesn't show up), which makes me think it was never saved properly in the first place. I also tried seeing if there was any sort of error while running Evolution by opening it via the terminal, but I don't get anything. Does anyone else have this issue? Is this a known bug with Evolution
View 2 Replies
View Related
Jun 20, 2011
Yesterday, I found that the majority of my tasks on Evolution (2.28.3) had just disappeared. I last did a backup of my system 2 weeks ago but in that time important data has been added to my tasks lists on Evolution. I've read around and found that the problem may be fixed by rebuilding evolution-data-server (see here). However, if this means re-compiling evolution-data-server from the package manager, well, I don't seem to keen on doing that unless I can get confirmation of how to implement it, i.e. how do I rebuild evolution-data-server?
View 4 Replies
View Related
Jun 20, 2011
Tried to use Ubuntu 11.4 to assist in recovering a windows xp system. Ran from cd without installing. Failure. Could not find Windows hd. How do I list all storage media. Where is the Mac OS Finder/Windows explorer? Could not find Terminal. Ran search, but seems limited to just your user data. How do I do a search for the terminal applications. Did get some worthless display of all installed programs, but could not launch application. Is there a way of switching the old User Interface from the running from CD version?
View 2 Replies
View Related
Dec 4, 2010
trying to learn how to do tasks via command structure as I want to become RHCSA in the future.problem: i am trying to copy from (Ubuntu) a driver folder from a CD to another partition so that I can access the internet on CentOS .( which is the OS on another partition on my HD)
View 4 Replies
View Related
Jun 27, 2011
i have made a search on this subject and i always find the cron to be the solution for me. But i am asking because i think what i want can be done differently. i have a command line to grab stream and save it. i want this command to be run at different time (hours) on specific days. i should use the "at", as far as i saw here on the forum. But are there other way to do it? can i have a simple script that i run the day of the event, before this occur?
View 1 Replies
View Related
Feb 2, 2011
I want to have an if statement that does multiple things:
Code:
if [....] ; then
1=...
2=...
[code]....
View 3 Replies
View Related
Nov 27, 2009
I want to configure linux CentOS 5 as a router using iptable, .Im new in linux so I need the steps to do that
View 5 Replies
View Related
Sep 4, 2010
Over the past few days, I've noticed that administrative tasks sometimes fail to start. I'm asked to enter the administrative password, "Granting rights" appears in the bottom panel for a few seconds, but then disappears. I'm using Debian Lenny. This is only an intermittent problem, and if a task does fail to start, it will start on the next attempt. Tasks which have failed to start are:
*Launching Synaptic form the System menu.
*Launching a root terminal from the Applications menu.
*Launching Nautilus with root privileges from a terminal using gksu.
After coming across the following post, I thought maybe it was an issue with kernel 2.6.32-bpo.5-686, because I'd recently upgraded to that kernel too, but I'm advised that that isn't so.It was suggested that something else from backports might be causing the problem.
View 14 Replies
View Related