List Info

Thread: Graphing Problem




Graphing Problem
user name
2006-10-25 00:49:52
For some reason, there are gaps in my graphs. Here is a link
to a copy:
h
ttp://img20.imageshack.us/img20/3139/cpudayhl1.png

Anyone have any clue as to why? This system hasn't been down
at all, yet
there are gaps in the graph.u
-- 
View this message in context: http://www.nabble.com/Graphing-Problem-tf2505056.h
tml#a6984376
Sent from the efw-user mailing list archive at Nabble.com.


------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Efw-user mailing list
Efw-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/efw-user
Graphing Problem
user name
2006-10-25 00:58:07
MorfiusX wrote:
> For some reason, there are gaps in my graphs. Here is a
link to a copy:
> h
ttp://img20.imageshack.us/img20/3139/cpudayhl1.png
>
> Anyone have any clue as to why? This system hasn't been
down at all, yet
> there are gaps in the graph.u
>   
Were you having cron problems? Did you get that taken care
of?

-Mike

------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Efw-user mailing list
Efw-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/efw-user
Graphing Problem
user name
2006-10-25 11:50:00
This is a brand new installation. I'll check the logs to see
if cron is
dieing. From what I was reading though, cron doesn't get
automatically
restarted. It' just funny how it goes in ~30min increments
of working/not
working. Also, this is a VMware install, but I've never had
this problem
with other VMware installs.

Thanks
MorfiusX

Mike Tremaine wrote:
> 
> MorfiusX wrote:
>> For some reason, there are gaps in my graphs. Here
is a link to a copy:
>> h
ttp://img20.imageshack.us/img20/3139/cpudayhl1.png
>>
>> Anyone have any clue as to why? This system hasn't
been down at all, yet
>> there are gaps in the graph.u
>>   
> Were you having cron problems? Did you get that taken
care of?
> 
> -Mike
> 
>
------------------------------------------------------------
-------------
> Using Tomcat but need to do more? Need to support web
services, security?
> Get stuff done quickly with pre-integrated technology
to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based
on Apache Geronimo
> http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Efw-user mailing list
> Efw-userlists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/efw-user
> 
> 

-- 
View this message in context: http://www.nabble.com/Graphing-Problem-tf2505056.h
tml#a6990527
Sent from the efw-user mailing list archive at Nabble.com.


------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Efw-user mailing list
Efw-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/efw-user
Graphing Problem
user name
2006-10-26 23:09:23
Hi

On Wed, 25 Oct 2006 04:50:00 -0700 (PDT), MorfiusX
<morfiusxfastmail.us> wrote:
> This is a brand new installation. I'll check the logs
to see if cron is
> dieing. From what I was reading though, cron doesn't
get automatically

	i found that my cron is locking up from time to time...
after some search i found that sometimes freshclam locks up
when updating
and the fcron doesnt continue until the process is killed

	As a workaround i edited the /etc/cron.hourly/freshclam and
do a killall /usr/bin/freshclam && sleep 10 before
running the 
real freshclam - "/usr/bin/freshclam &"
i sent the process to background so it doesnt lock the fcron
and i add
the full path so the killall will kill the real freshclam
and not this
very same script, as it have the same name

	The endian people could add/fix this in their scripts as
probably
this appends to more people.

> restarted. It' just funny how it goes in ~30min
increments of
> working/not working. Also, this is a VMware install,
but I've never had

	but i'm betting that your problem is a clock problem... the
exact time between holes point to it...

	virtual machines may have slower clocks than the real one 
because the way they use to account the time isnt stable in
a virtual
machine... in a 2.6 kernel there is a workaround of using
clock=PIT
or something like this (search the net)
	As the clock is slower, every time you run ntpdate in the
cron
it will jump in time to correct the clock, creating holes in
the graphs.
	Other way to fix this is to run ntpd, this way the daemon
will
fix the clock in realtime and the jumps will stop while
remaining with 
the correct clock.

	check it out
good luck
higuita
-- 
Naturally the common people don't want war... but after all
it is the
leaders of a country who determine the policy, and it is
always a 
simple matter to drag the people along, whether it is a
democracy, or
a fascist dictatorship, or a parliament, or a communist
dictatorship.
Voice or no voice, the people can always be brought to the
bidding of
the leaders. That is easy. All you have to do is tell them
they are 
being attacked, and denounce the pacifists for lack of
patriotism and
exposing the country to danger.  It works the same in every
country.
           -- Hermann Goering, Nazi and war criminal,
1883-1946

------------------------------------------------------------
-------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http://sel.as-us.falkag.net/
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Efw-user mailing list
Efw-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/efw-user
[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )