OpenSUSE Hardware :: How To Evaluate Cpu/processor Performance
Aug 23, 2010
Are there any tools available in openSUSE for evaluating cpu/processor performance. My processor/cpu is under warranty til end of October, will like to know whether I need to get new one or i am good. I am looking for something that can log an event and report. Have tried stress and crashme but they dont show any results.
View 9 Replies
ADVERTISEMENT
Apr 13, 2010
I need evaluate the ext3 file system performance; i need define:
- services provided
- parameters and
- the performance with different parameter values; for example, changin the value of the "data" parameter (journal, ordered, writeback).
I do not know what services ext3 provides. Well, i know intuitively that it provides services to read, write and erase files. But, there are anything more?. Where can i find the API?. Is the ext3 file system POSIX compliant?
View 7 Replies
View Related
Jun 30, 2011
I have a multi-threaded app using pThreads that runs great under Windows on my 4 core machine - all four cores get maxed out processing parts of a large file. I recompiled the same code to run on Red Hat linux on a 64 CPU machine - but from I can tell when it runs - it gets stuck on one core. "mpstat -P ALL" shows the cores are barely loaded. I have tried sched_affinity, sched_priority and SCHED_FIFO - nothing has helped. Any ideas on getting more performance?
View 14 Replies
View Related
May 7, 2010
I am using nessus to evaluate the security of a web server. I have started up the nessus daemon on the server, here's the netstat output:
Code:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:ldap *:* LISTEN 3565/slapd
tcp 0 0 *:mysql *:* LISTEN 4026/mysqld
tcp 0 0 *:pop3 *:* LISTEN 3584/xinetd
tcp 0 0 *:sunrpc *:* LISTEN 3463/portmap
tcp 0 0 *:www-http *:* LISTEN 13855/httpd2-prefor
tcp 0 0 *:ssh *:* LISTEN 3577/sshd
tcp 0 0 *:nessus *:* LISTEN 6118/nessusd: waiti
tcp 0 0 *:smtp *:* LISTEN 3636/master
tcp 0 0 *:https *:* LISTEN 13855/httpd2-prefor
udp 0 0 *:sunrpc *:* 3463/portmap
It's listening on the default nessus port 9390. I am trying to connect to the nessus server instance using Open-VAS Client. I have generated the client and server certificates, I have pointed the client at the User Certificate File, the User Key File and I have a CA cert. I have created a user account on the nessus server. The problem is that when I try and log in from the Open-VAS client it keeps saying it can't connect. Is there anywhere I can check to see if it's being caught in a firewall, or where I can see if the connection is even making it to the server..
View 4 Replies
View Related
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
Aug 5, 2011
How can i inspect and evaluate the mbr on a disk in a computer?
I'm interested in how to do this in general.
I can use gparted to see the partitions on a disk, but i don't know how to use it, or any other tool, to see just what is in the mbr.
The particular situation i'm in is that i have two disks in my computer. One has ubuntu 10.10 on a single partition, and one has 11.04 on one of 4 partitions.
The 11.04 disk used to be bootable, but somehow i messed up the disk: longer story: i installed another os on another partition, and the other os redid the mbr and installed a different version of grub, and i tried to reinstall grub but ended up with a disk that wouldn't boot. So i put my old 10.10 disk back into the machine so that i could at least boot and look around on the 11.04 disk.
Now, there are probably ways that i could recover the 11.04, but i would like very much to be able to systematically analyze the 11.04 disk to determine its exact current state before modifying it.
Since the disk is not mounted it seems like this should be in reach: i want to be able to (a) capture the mbr from the 11.04 disk [into, say, a file on the 10.10 disk] (b) get an analysis of what the mbr would do (where it points to etc, and what is at where it points to) (c) get any high level information which can easily be determined from (a) and (b).
View 5 Replies
View Related
Nov 18, 2010
I'm trying to do something like this:
Code:
#!/bin/bash
cmd1=$(cat /var/log/messages | grep -e 'blocked for more than 120 seconds' | cut -c 55-62)
if $cmd1 != 0; then echo 'okay'; fi
however i'm messing up somewhere... bash attempts to evaluate the elements in cmd1. when I try to run this script it complains saying:
Quote:
test1.sh: line 5: blocked: command not found
I am open to alternatives. My intent is to replace cat /var/log/messages with dmesg, so I can attempt to determine if a problematic application I use encounters a blocked state (unresponsive for more than 120 seconds).
Should I be using a different test condition? I tried something like:
Code:
# this declares cmd1 as an array
cmd1=($(cat /var/log/messages | grep -e 'blocked for more than 120 seconds' | cut -c 55-62))
#attempt to determine if number of elements in array is greater than zero
if ${#cmd1[@]} > 0; then echo okay; fi
But I get the same error... what am I doing wrong?
View 3 Replies
View Related
Jul 31, 2010
I just wanted to know if having my laptop set to ondemand, will this affect performance in any way? I realize it increases the clock speed to performance when the CPU is under load, but does the time it take to go from ondemand to performance affect speed? Will there be any noticeable difference between the two setups? I have a dual core intel at 2.2GHz when in performance. When ondemand is set with no load it downclocks to 800Mhz.
View 7 Replies
View Related
Apr 1, 2010
I've downloaded the
Fedora-12-x86_64-disc1.iso
Fedora-12-x86_64-disc2.iso
Fedora-12-x86_64-disc3.iso
Fedora-12-x86_64-disc4.iso
Fedora-12-x86_64-disc5.iso
files. I then downloaded "Fedora-12-x86_64-CHECKSUM" and ran sha1sum.exe on my iso files and compared the results. They were wrong for all 5 iso files. Figuring there was a problem with the way I was trying to evaluate the checksum I burned a CD with the disc1.iso. I received a "INSERT A BOOT DISK" error from my machine. I then tried downloading the disc1.iso again and ran checksum on my newly downloaded file and get the same checksum on both the old and new disc1.iso files.
When I run:
I get the response:
It seems to me the checksum value should be:
What am I doing wrong? I've installed many different distros in the past and am pretty sure I burned the iso file not just copied it to the CD.
View 4 Replies
View Related
Oct 13, 2010
I installed MySQL on my Ubuntu 10.04 desktop. As I need it only once a month I removed it from all runlevels but mysql is still running after boot up. "lsof" shows that it is running and listening for connections.
Code:
neo@ubuntu:~$ sudo lsof -i
[sudo] password for neo:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
sshd 927 root 3u IPv4 7819 0t0 TCP *:ssh (LISTEN)
sshd 927 root 4u IPv6 7821 0t0 TCP *:ssh (LISTEN)
avahi-dae 945 avahi 12u IPv4 8107 0t0 UDP *:mdns
avahi-dae 945 avahi 13u IPv6 8108 0t0 UDP *:mdns
[Code]...
How can I evaluate what started the MySQL daemon? WHy is it running?
View 1 Replies
View Related
Apr 6, 2010
creating a script which evaluates whether or not the passwd file has changed.
View 4 Replies
View Related
Mar 1, 2011
I'm using an 'if' statement to check whether one of positional arguments is a word or a construction like "x-y", but something doesn't seem right.
Here is the relevant part of the code:
Code:
if [[ "$3" =~ [a-Z]-[a-Z] || "$3" =~ [a-Z] ]]; then
grepRange=$3; else grepRange=$4
fi
And for the input like this:
[Code]....
but shouldn't the $grepRange variable be blank in this case?
Bash version is 4.1.7(1)
View 6 Replies
View Related
May 16, 2011
I have a problem with kmix, which uses 100% of my processor without stopping. And this is providing to rise of temperature above 80 degrees Celsius. The problem became actual after one of updates of 11.4 series.
View 9 Replies
View Related
Nov 8, 2010
Cis 140 student.how to use the test command to evaluate whether the shell variable I create contains a referance to the bash shell? and use the echo command to determine the result.
View 1 Replies
View Related
Oct 27, 2010
Am investigating processor affinity theory and practice, am somewhat surprised at the paucity of information on something that has been a part of many Windows Enterprise type applications for more than a decade and although I haven't investigated would assume is supported by big iron UNIX.What it is Processor Affinity is the *NIX terminology for "soft" assigning a process and its threads to a specific processor core. On multi-tasking machines and particularly those which run heavy loads it can be useful to "advise" the Scheduler to isolate/assign heavy loads to a core separate from other processes. I also have a specific situation where I would like to run more than one instance of a specific app, but cannot when sharing the same processing environment.
What I've found so far By default, any and all processes are assigned an affinity that permits running on any and all available processors.The taskset utility can be used to modify the affinity for any process, which means that once an application/service/process has been launched, only then can the affinity be modified.It seems that the RH platform may also have a utility called tuna which might provide some tuning capabilities in addition to setting affinity but does not seem to be in the SuSE repositories and I cannot find source.Is there a reference or utility that can launch an application with a specified processor affinity?
View 6 Replies
View Related
Mar 4, 2011
i have a OpenSUSE 11.3 with Gnome desktop ( core i5 processor, 2 GB DDR3 RAM ) want to run memtest, plz advice me which prog is best for it and where to find documentation or videos.Moreover is there any tests for motherboard / processor
View 8 Replies
View Related
Jun 22, 2010
I am using suse for a long time but I did not yet experience this strange error:
I installed 11.2 and now 11.3RC1 on a new HW: ASUS M4N72-E with AMD Phenom2 X4 965, 8GB Memory, standard settings.
I experienced unusual errors when copying large files to the new system with scp/ssh (connection broken).
Even stranger I could not read .tgz files created on the older machine, same OS 11.2, but MB ASUS M2N32-SLI with AMD Phenom X4 9850
Testing further reveals that if I create a .gz file from the same source it produces every time a different output:
-rw-r--r-- 1 root root 3875041280 Jun 21 01:51 wwtest.tar
-rw-r--r-- 1 root root 1326141906 Jun 21 01:55 wwtest1.tar.gz
-rw-r--r-- 1 root root 1326137319 Jun 21 03:26 wwtest2.tar.gz
-rw-r--r-- 1 root root 1326146273 Jun 22 07:32 wwtest3.tar.gz
[Code].....
I never saw something like it, I guess it must be something with the underlying library not working on the new processor. I tried with slower memory speed, newest BIOS etc ...always the same errors. Other wise the system works absolutely stable.
When I compare the generated files with one created on the older system it looks like there are single bits missing in a random number of bites.
View 2 Replies
View Related
Jun 13, 2011
I consider building a new computer using a mainboard with support for two processors. I wish to do this to improve performance of course, specifically in regards to audio production. Though, what I would like to know is if anyone has some experience with using such a hardware on an ordinary desktop system and if there are some general implications I should be aware of?
View 7 Replies
View Related
Jul 28, 2010
If opensuse will run on a notebook with an Intel atom processor?
View 5 Replies
View Related
Dec 20, 2009
Basically system monitor and the "top" command show 2 cpu cores when I only have 1 (a 3 Ghz P4 on my work computer).
I'm not sure if the two are related but I frequently get 100% CPU usage when running a few programs together (Kile, Firefox, Chrome and okular for example) at which point even the movement of the mouse cursor slows down.
View 2 Replies
View Related
Sep 6, 2011
Kmix seems gone crazy,always consume 100% of one processor,during video playing with SMplayer or Kaffein,even the playing stopped,player closed,it still keep running.
I'm using 11.4 x86 KDE.
View 3 Replies
View Related
Dec 26, 2009
I'm about to upgrade a server for a local non-profit, and am looking at a Gigabyte GA-P55-UD3L motherboard and an Intel Core i5 750 processor. Does anyone have any observations or experiences with SUSE on this platform?
View 7 Replies
View Related
Dec 22, 2009
First of all, apologies if this is not the correct place to post this. I recently installed openSUSE 11.2 (Gnome, 32bit) on my newish PC. It is an Acer Aspire X3200 (AMD Phenom X4 Quad-Core, 1.8 GHz, 4096 MB, NVIDIA GeForce 8200 Integrated, can provide detailed specifications if needed). I've to say I am very disappointed with the results so far! Sorry to say this but I'm having a whole load of problems that I never had when I had Vista or with current Win 7. Here are the issues:
1. Slow network performance. I've disabled ipv6 but it is still the same. Not only when I use Firefox, it is also slow when I use console based programs. 2. Instability - Gnome system monitor crashed 6 (or more) out of 10 times I use it. System Monitor users more CPU resources than anything else! Also when I started the PC this morning, I only had the desktop wallpaper. No icons, no taskbar, no mouse movements or menus, nothing. I had to force shut down it after a while. I'm sure we all are familiar with this on XP but I've never seen something like that on Linux!
3. Annoying noise coming every time I move mouse (mainly when scrolling) and even if I'm not doing anything. I suspect it is coming from my HDD indicator as it always blink even when nothing is running. This can't be a hardware issue as I've never had this on Vista or Win 7 (it is virtually silent on Vista and XP but not on SuSE) This noise is driving me totally mad.
4. Slow performance in general. No matter what I do, even typing this on this text window, it seems everything is running so slow. I never had this problem when I was running 10.x on my 6 year old PC. CPU is always running around 20%-30%, when I don't run any other applications but just Firefox (I have Foxclocks, Delicious and FEBE as add-ons and I don't have any problem using them on Vista or Win 7). I am using Compiz, not sure if this has got anything to do with that.
View 9 Replies
View Related
Jun 3, 2010
I have a Dell Dimension 2200 with an Intel Celeron 1.3 Ghz processor. Will OpenSuse 11.2 work on this system?
View 3 Replies
View Related
Feb 28, 2010
i wanted to check the cpu performance monitor also, can i use readyboost in opensuse? I wanted to try that out as well
View 7 Replies
View Related
Apr 21, 2010
I'd like to find out if my system can take a certain load, number of PHP requests per unit of time. How would one go about this?
I'm about to make a change on Digital Camera Buying Guide, Photography Articles and Reviews | NeoCamera.com that would make all pages pass through PHP with personalized information which will prevent me from setting the cache-validity any significant amount of time (currently it is 1 hour). To handle the current load it needs to process 500 PHP requests per minute but I would like to make sure my system can handle twice the load. It is a Phenom II X4 with 8GB RAM running OpenSUSE 11.2.
View 3 Replies
View Related
Jul 3, 2010
How can I check my video performance?
View 4 Replies
View Related
Dec 22, 2010
anybody knows any tool to measure cpu performance on opensuse box, graphically would be great.
View 5 Replies
View Related
Jan 16, 2011
What is an smart setup of an ocz-ssd 120GB, so that mathematica 8 speeds up?
OS: OpenSuse 11.3 64Bit (Dualboot with XP 64)
RAM: 8 GB
AMD X4 3.4 GHrz
HHD: 2 TB
SSD: 120 GB
App: Mathematica 8 and Databases
GPU: 36 Shader 512 MB
What partitions are useful?
SWAP: 60GB
TMP: 20GB
APP: 20GB
DB-Indices: 20GB
Which file-format performs the best? Do I need any OCZ specific driver for Opensuse 11.3?
How can use the Swap and tmp Partion also to spee up XP?
View 2 Replies
View Related
Jul 24, 2011
I have a large HD (1 TBytes) on my Server and I need to install 11 SP1. I want to use this server for software development (Web apps with Oracle DB and Oracle Forms). Can You suggest how to partition my HD for best use and performance ?
View 2 Replies
View Related