[K12OSN] cpu spikes killing me...

Pete pvdw at criticalcontrol.com
Thu Nov 4 23:01:22 UTC 2004


Huck wrote:

> Pete wrote:
>
>>
>> What changed? Change it back...
>
>
> yum upgrade whatever was old changed I guess =)....no new kernel that 
> I know of ...
> haven't rebooted since..
>
>> Did a new kernel came with the yum update, did you restart your server?
>>
>>> If I enable gnome logins....the login process takes even 
>>> longer...but the menu navigation is MUCH faster....although loading 
>>> an application still takes a long time.
>>
>>
>>
>> Because things get 'preloaded'.
>
>
> is there some slick way of seeing which files have been added/modified 
> in Nov ?
>
> something like a 'ls -r | grep Nov' ?
>
> --Huck

 From the current dir down
find . -type f -ctime -3 -exec ls -l {} \;
for the last 72 hours

find . -daystart -type f -ctime -3 -exec ls -l {} \;
for the last 72 hours starting from the last midnight.

Peter





More information about the K12OSN mailing list