Displaying 11 results from an estimated 11 matches for "cpuburn".
Did you mean:
auburn
2018 Jul 18
4
Desktop lag with CentOS7/Mate and high CPU usage
...nt desktop/UI lag on CentOS7 workstations using
Mate when the CPU usage is high - i.e. the mouse pointer lags and moving
windows (e.g. terminal windows) become jumpy (not smooth)
We didn't see (or notice) this issue with CentOS6/Gnome2
This can easily be shown by running something like 'cpuburn'
(https://patrickmn.com/projects/cpuburn/) and moving a mate-terminal
window around the screen
We can make things 'better' by running CPU intensive apps via 'nice'
(without any noticeable performance hit to the CPU intensive app) - but
this is a rather messy way of fixing t...
2018 Jul 18
1
Desktop lag with CentOS7/Mate and high CPU usage
...ate when the CPU usage is high - i.e. the mouse pointer lags and moving
> > windows (e.g. terminal windows) become jumpy (not smooth)
> >
> > We didn't see (or notice) this issue with CentOS6/Gnome2
> >
> > This can easily be shown by running something like 'cpuburn'
> > (https://patrickmn.com/projects/cpuburn/) and moving a mate-terminal
> > window around the screen
> >
> > We can make things 'better' by running CPU intensive apps via 'nice'
> > (without any noticeable performance hit to the CPU intensive...
2009 Jun 04
6
CPU usage over estimated?
I have a quad core CPU running Centos5.
When I use top, I see that running processes use 245% instead of 100%.
If I use gkrellm, I just see one core being used 100%.
top:
PID USER PR NI VIRT RES SWAP SHR S %CPU %MEM TIME+ COMMAND
18037 thba 31 15 304m 242m 62m 44m R 245.3 4.1 148:58.72 ic
Also in the log of some programs I see this strange factor:
CPU Seconds = 2632
2007 Aug 03
7
Power burn test
I need a program that will just run everything at max so I can measure
the max power used on some systems. My 'Kill a Watt' meter should show
up early next week.
SO run that CPU at max, using all memory, and keeping the harddrive
spinning.
I can jsut do pings on the lan card for it to stay awake.
I have searched here and on the net and have come back with nothing.
2018 Jul 18
0
Desktop lag with CentOS7/Mate and high CPU usage
...orkstations using
> Mate when the CPU usage is high - i.e. the mouse pointer lags and moving
> windows (e.g. terminal windows) become jumpy (not smooth)
>
> We didn't see (or notice) this issue with CentOS6/Gnome2
>
> This can easily be shown by running something like 'cpuburn'
> (https://patrickmn.com/projects/cpuburn/) and moving a mate-terminal
> window around the screen
>
> We can make things 'better' by running CPU intensive apps via 'nice'
> (without any noticeable performance hit to the CPU intensive app) - but
> this is...
2010 Aug 04
3
one busy vm affects other vm
I am using Xen 3.1.0 in centos 5.4
I have one VM consuming 100% cpu and all other VM (linux) become very slow (no ssh and vnc access).
I could access host via ssh but not VM. host cpu is about 95% idle using dstat.
Pls advise how to avoid this.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Oct 04
1
Infuriating problems: no dial tone, dropped calls, no voice: 1.2.13 and 1.4.11
...oblem (1 above).
Other hardware: the T1 interface card is the R1T1 from rhino, there is a
Wildcard TDM400P REV I, with a single FXO port for the incoming line
from the POTS. The computer itself seems quite fine, no sign of
interrupt errors or other problems with the hardware (I ran a memtest
and a cpuburn neither of which showed any issues). zttest shows nothing
unusual (99.87% iirc over about 10 minutes).
I am happy to share anything that will help resolve the issue- my feeble
C skills in attempting some printf in the ast_channel_bridge command to
see what was being chucked about pretty much faile...
2004 Sep 10
2
AMD debugging test files available
Josh Coalson wrote:
> These are the things I would suspect, in order:
>
> * 3DNOW code (configure --enable-3dnow, turned off by default,
> but I'm not sure how the package was built)
> * Other IA32 assembly code (on by default)
> * gcc -march=? (AMD-specific optimizations?)
> * Pointer aliasing vs. gcc3 (I would think this would show up
> on other architectures. I
2005 Feb 11
1
CentOS CPU Temperature - Mini-HowTo
...uot;sensors*.*" ) directories for the newer sensors.conf file and copy it to
/etc. Modify the new one to give you the output you want.
Here is a script that we use when doing burn-in on our systems to monitor
the time they have been running and the latest temps - we test under full
load using cpuburn-1.4.
#! /bin/csh
# temp display shell script
# ISSLLC sab 3/04
echo ""
echo "Starting"
echo ""
@ counter_s = 0
@ minutes = 0
@ hrs = 0
echo "Burn Time = $hrs hrs $minutes mins $counter_s secs"
echo ""
while (1)
sensors | grep emp
sleep 10
echo &qu...
2005 Aug 15
11
Hardware Configuration Ideas
Hey guys,
I am planning to buy some components for a Linux router that will handle the
Internet access of 200 computers (includes tc shaping) and some inter
sub-network routing (at least 100MBps per eth - and there are 3 eth cards).
I was thinking of a:
Pentium 4 - 3GHz
256 or 512MB RAM
Network Cards.
Now - I wonder what is more important: the processor speed or the amount of
RAM.
And can you
2007 Oct 05
0
asterisk-users Digest, Vol 39, Issue 12
...her hardware: the T1 interface card is the R1T1 from rhino, there is a
> Wildcard TDM400P REV I, with a single FXO port for the incoming line
> from the POTS. The computer itself seems quite fine, no sign of
> interrupt errors or other problems with the hardware (I ran a memtest
> and a cpuburn neither of which showed any issues). zttest shows nothing
> unusual (99.87% iirc over about 10 minutes).
>
> I am happy to share anything that will help resolve the issue- my feeble
> C skills in attempting some printf in the ast_channel_bridge command to
> see what was being chucked...