Hardware :: Command In Know The Processor Temperature And Its Status?

Mar 14, 2010

is there any command in linux to know the processor temperature and its status?with root permissions i tried with using the proc commd.... it gave io error saying permissiondenied....thru these system details are obtaind/proc/filesystems/proc/cpuinfosince im not familiar with its usage,so how this proc cmmd should be used to extract the required info abt the system & display them?

View 4 Replies


ADVERTISEMENT

Ubuntu :: Heat Monitoring - Download To Monitor My Processor Temperature On The Desk Top?

Apr 8, 2010

Is there a program already in Ubuntu or that i can download to monitor my processor temperature on the desk top?

View 2 Replies View Related

Software :: Monitor The CPU Temperature Via The Command Line?

Jun 20, 2011

I am running CentOS on this box and I'd like to be able to monitor the CPU temperature via the command line. Is this possible?

View 2 Replies View Related

Ubuntu :: Calculate All Processor Utilization Using Top Command?

Dec 28, 2010

how does calculate all processor utilization in ubuntu using top command?

View 1 Replies View Related

General :: Command To Know Processor Number In Which A Process Is Loaded?

Sep 21, 2010

Is there any command in linux to figure out , given a process, which processor the process is running? I am interested in figuring out the CPU busy and CPU idle time of that processor.

View 2 Replies View Related

General :: Unix Command That Allows To Know Which Process Is Running On Processor Core?

Mar 16, 2011

Unix command that allows to know which process is running on processor core?

View 2 Replies View Related

Software :: AMD Processor Fedora Doesnt Support AMD Processor?

Jan 5, 2010

i have installed ubuntu in my laptop.since i have AMD processor fedora doesnt support AMD processor..the recent version fedora 12 supprots AMD processor.i am doing my final project in ns2 hence it should support tht too!!! Which is the best choice to override ubuntu grub fedora 12 or redhat linux.

View 3 Replies View Related

General :: Status Of Background Command?

Jan 17, 2011

how to get the status of background command in bash script

supose , rm 1 &
rm 2
how to get status of rm 1 command

View 3 Replies View Related

General :: Cli Command For Logging The Status Of A NIC - Eth0?

Jan 20, 2010

I would like to know if it's possible to create a continual log for a network interface card's status. That is whether it's up or down and time and date stamped if possible.I'm wondering if there is a cli command that exists to do this I've looked at "ethtool" but this only sets the parameters of the nic.Also looked at the log files that I could find /dev/log var/log, but there is no mention of a status for eth0.

View 3 Replies View Related

Programming :: SQL Script To Check Status Of Last Command?

Aug 7, 2009

I need to make a SQL script and call it from Unix (bash) shell.

Code:

sqlplus vikas/vikas <<END
spool /oracle/vikas/output.txt
command 1

[code]....

This runs perfectly, but my problem is that if a command fails, the other commands keeps on running. I need to keep a check that when a command fails the script is exited. In unix we have an option of echo $? to check the status of previous command, But how to accomplish this SQL.

View 2 Replies View Related

Fedora :: Echo Exit Status After Command Is Run In Terminal?

Feb 19, 2010

command will just execute and exit with a status of "0" -"Every command returns an exit status (sometimes referred to as a return status ). A successful command returns a 0, while an unsuccessful one returns a non-zero value that usually may be interpreted as an error code. Well-behaved UNIX commands, programs, and utilities return a 0 exit code upon successful completion, though there are some exceptions."[URL]With the command . . .

Code:

# dosfsck -v /dev/sdb

it could be very helpful (and decide my next move) to see the exit code as 0, 1, or 2 . the man page suggests the command exit code will specify if the message I get - "Cluster size is zero" (I think it is a "1")is a recoverable or fixable error by the utility. or is non-recoverable - a pretty nifty feature if I understand this right. [URL] is there anything like this script COMMAND_LAST used in the following link. [URL] that can be entered in the terminal window after - or at end of - my dosfsck command or any command. just to see if it has a 0, 1, or 2 status ?

View 2 Replies View Related

General :: Command For Checking The Network Performance And Status?

Jun 15, 2010

what is the command for checking the network performance and status?

View 3 Replies View Related

Programming :: Using The Process Status (ps) Command In A Bash Script?

May 27, 2009

I am new to scripting and been working on this bash script for awhile now. I been researching this problem, but I can't seem to find a solution. I was wondering if someone could please help me out. Here is my script:

#!/bin/bash
NO="ps -ef | grep NO | grep -v grep"
NOWC=`ps -ef | grep NO | grep -v grep | wc -l`

[code].....

I cannot get this script to run the "ps -ef" command on the client. It get its value from the host machine that I am running this script from. I need this command to execute on the client. When I run the command (ps -ef | grep NO | grep -v grep) on the client, I get something back. Here is what I get when I try to debug the script.

XX# ./test_ps5.sh XXXXX
+ NO='ps -ef | grep NO | grep -v grep'
++ ps -ef

[code]....

View 5 Replies View Related

OpenSUSE :: Installing Dotnet11 - Command 'wine Reg Delete HKLMSoftwareMicrosoft.NETFrameworkpolicyv2.0 /f' Returned Status 1 - Aborting

Sep 10, 2010

I have had some problems with installing dotnet11, 20, 30 on OpenSuse 11.3 x86_64. A every time got the same error msg:

[Code]....

I don't know what to do. Installed corefonts too, still the same. Anybody met with this problem yet?

View 3 Replies View Related

Ubuntu :: Twitter Status / Update Pidgin Status In Lucid

Jul 5, 2010

I have just upgraded to Lucid on Ubuntu. I am a long time Pidgin user. I tried using Empathy with Gwibber, but I can't get Gwibber to update my IM status(es) in Empathy, so I want to go back to using Pidgin. (Additionally, I can't get Skype to work with Empathy.)I installed pidgin-microblog and pidgin-mbpurple, and they allow me to view my Twitter feed in Pidgin and update my Twitter status in Pidgin. However, in Karmic, I was also able to specify certain "status availabilities" (one named "Twitter-Available" and one named "Twitter-Away", for instance) to have the IM status message for these statuses become populated with my Twitter feed. This capability seems missing in pidgin-mbpurple in Lucid (and it seems to be the only thing missing from Karmic).

Is there a way to have pidgin-mbpurple update certain "status availabilities" in Lucid (and I'm just missing something) or is this no longer possible?Equivalently, is it possible to have Gwibber update my status message in Empathy? (I just want to be able to update my status once on one of my three computers - and have it propagate to all my other accounts (IM and social networking) and computers).

View 1 Replies View Related

General :: Execute A Command Every Time A "folder Changes Status"?

Jun 4, 2010

is there any way to execute a command every time a "folder changes status"? Under windows there's an API which pro-actively tells you when something has changed within a directory, so I was trying to achieve something similar under Linux. I can't think anything else other than check the list of files and parameters (e.g. date/size/owner) every few seconds, but that's not ideal of course... So what I'm asking here is: is there is a way to set linux to tell me rather than me go and check?

View 2 Replies View Related

Hardware :: Using Iscan By Epson CX9300F - Could Not Send Command To Scanner - Check Scanner's Status

Mar 17, 2010

After downloading and installing iscan and run it i see this message:

Could not send command to scanner. Check scanner's status.

After command sane-find-scanner:

And this message is result of scanimage command:

No scanners were identified. If you were expecting something different, check that the scanner is plugged in, turned on and detected by the sane-find-scanner tool (if appropriate). Please read the documentation which came with this software (README, FAQ, manpages).

View 4 Replies View Related

Ubuntu Installation :: Device Busy Using Image Scan - Reports Could Not Send Command To Scanner Check The Scanner Status

Apr 9, 2010

Have Karmic 9.10 ,Changed from Epson RX595 all in 1 (uses a ton of ink)Got the Lexmark Pro 805 3 in 1 because it says it supports Linux and the ink cartridge only cost $5 downloaded drivers and printer works but using Xsane Image Scanner error reports

'Lexmark_1_0_0:libsub/001/009': Device busy Using Image Scan - reports Could not send command to scanner Check the scanner status. The RX595's scanner drivers had to been manually instatlled,, in the Printer box the Lexmark shows available..

View 3 Replies View Related

Ubuntu :: Remove Gwibber Status Indicator / Gwibber Status In The Panel While Keeping The Shutdown Button?

Mar 16, 2011

After a fresh installation of Ubuntu 10.10 I uninstalled empathy (im using skype). The empathy menu in the evolution indicator was gone after that.I also uninstalled gwibber. But the gwibber status indicator remains within the about-me panel... Uninstalling the gwibber package also removes the me-menu which I want to keep actually. Especially the shutdown/restart... part of it. See attachment.I know there is a shutdown panel-app...but its butt-ugly and it doesnt allow to logon/off.

In another thread I read that the gwibber status shouldnt be there if no account for it is configured... which it is not... I do use ubuntu-one though which is in the same menu... I saw that this issue was addressed at some bug report before, but not fixed yet...

Does anybody know a good workaround to get rid of the gwibber status in the panel while keeping the about me and the shutdown button?

View 3 Replies View Related

Server :: Server Status Command Output Getting Dumped To Smtp Server Instead Of A File?

May 24, 2010

I am working on linux server with below specifications.Linux EDT 2008 i686 i686 i386 GNU/LinuxWhile checking the status of the server using the command 'opmnctl status' and when server is down the output is not getting redirected to file.I m using the command as,opmnctl status > abc.txt.

View 2 Replies View Related

Red Hat / Fedora :: Get Temperature Of CPU?

Jun 6, 2011

In my system, the temperature of the CPU can be known from the file,/sys/bus/acpi/devices/LNXTHERM:00/ thermal_zone/temp . But I have found that not all systems have this file. Is there a generic method to get the temperature. Installing a package for this purpose won't be a solution as I'm building a simple gnome-shell extension. Something that comes along with the kernel would be perfect.

What could be other files that can possibly store temperature information, so that it would work on most atleast if not all? Any help like the file that stores temperature on your particular system only would also be highly appreciated.

View 3 Replies View Related

Hardware :: VIA C7 CPU Temperature

Mar 5, 2011

Does anybody know wich temperatures a VIA C7 processor can tolerate (max) ?

If i let the server run without the top: ~40C (104 Fahrenheit)
If i let the server run _with_ the top on: ~65C (149 Fahrenheit)

Someone over at silentpcreview.com suggests that the C7 can easely tolerate temperatures of 100C (212 Fahrenheit)

View 4 Replies View Related

OpenSUSE :: HDD Temperature Control?

Mar 29, 2010

There is a question, i'd like to ask: is there any decent program to monitor HDD temperature for linux? WHy are they so few? Suse Install repositories do not show any that could be installed. I used to use hddtemp on my previous 11.2 gnome installation, but it seems now something gone wrong, and i cant get this program anymore through: "sudo apt-get install hddtemp" and receive "sudo: apt-get: command not found", so as i am a newbie i can barely guess what is wrong. maybe there are any other programs to get this thing running. Its really puzzling because every laptop user need such tool badly, and i do not understand why is there so many monitor tools for cpu temperature and not a single good for hard drive which is far more important than cpu temperature, that rises and drops constantly as soon as your fans are fine???

View 2 Replies View Related

OpenSUSE :: Can't Measure Temperature

Sep 3, 2010

I installed opensuse 11.3 to my laptop.Toshiba L505-13w satellite. core i5 2.27 ghz , 4gb ram, 1gb ati display.I can't measure cpu temperature. I tried "acpi -t" and sensors but nothing happened.I also tried system information widgets from plasma menu.Still I can't see my cpu temperature. Can anyone help me about this problem? I want to see my cpu temp.

View 1 Replies View Related

Ubuntu :: Can't Monitor Cpu Temperature?

Jan 2, 2010

I've recently installed Karmic on my new machine with the following specs;

Asus M4A785TD-V EVO Motherboard
AMD Athlon II X4 620 2.6GHz
Crucial 4GB (2x2GB) DDR3
Coolermaster Elite 330 Case
Western Digital WD5000AAKS 500GB

I'm looking to install some sort of temperature monitoring for my cpu and have had luck using either lm-sensors or acpi. With lm sensors, I've followed the various how to's on the forum and am still coming back with nothing. Trying to add hardware monitoring to panel brings up a 'no sensors found!' error, and x-sensors just starts up with a blank screen.

'sensors' in terminal spits back this -
Code:
lou@lou-quad:~$ sensors
No sensors found!
Make sure you loaded all the kernel drivers you need.
Try sensors-detect to find out which these are.
lou@lou-quad:~$

I've added the relevant lines into etc/modules as per the last question during configuration but still no joy. I've just run 'sensors-detect and had a gander at the output, and I'm wondering if its as simple as no one has written a driver for my mobo yet.

[Code]...

View 2 Replies View Related

Ubuntu :: Getting CPU Temperature With MSI Board?

Oct 1, 2010

So I just got a MSI 870A-G54 and have been trying to get the CPU temperature on the command line. I ran the following

Code:
sudo apt-get install lm-sensors hddtemp sensors-applet computertemp

And ran sensors-detect

Code:
sudo sensors-detect
# sensors-detect revision 5818 (2010-01-18 17:22:07 +0100)
# System: MSI MS-7599
# Board: MSI 870A-G54 (MS-7599)

[Code].....

View 9 Replies View Related

Ubuntu :: Check Out Temperature Of Cpu?

Sep 1, 2011

So I would like to check out my cpu temperature in function of time. I've followed [URL]...gpu-en-ubuntu/ but unfortunately in the description it was for the old version of Ubuntu and despite having downloaded the program, I simply can't add it in the taskbar. I did in a terminal: sudo apt-get install sensors-applet. Then I installed a few remaining packets from synaptic. Now how do I run the program?

View 6 Replies View Related

Hardware :: GPU Temperature And Fan Speed?

Apr 5, 2011

My nVidia graphics card gets too hot to touch very quickly. Below is current statistics, but it is usually 93C.Is this too hot? Should I speed up the fan? How I do this without risking frying the thing?

View 10 Replies View Related

Software :: Cpu Load With Temperature?

Jun 5, 2011

i need a script that can log simultaneously the individual cpu core load and individual cpu core temp, like the "cpu core temp" software in window. write that script that can log these values for over a certain period of time with a fixed time of interval in between the two values?or is there any such tool in unix?

View 7 Replies View Related

CentOS 5 :: Lm_sensors - To Get CPU Temperature?

Oct 24, 2010

Trying to find the CPU temperature, I found this lm_sensors is what I need..I do this;

wget http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-3.2.0.tar.bz2
bzip2 -dv lm_sensors-3.2.0.tar.bz2
tar xvf lm_sensors-3.2.0.tar[code].....

View 9 Replies View Related







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