SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Pastimes : Linux OS.: Technical questions

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: FJB who wrote (413)4/18/2014 11:26:25 AM
From: Thomas A Watson  Read Replies (1) of 484
 
I only use borg viruses for those things that are not ported to linux and there is no alternative. All borg virus have demonstrated they have very limited multitasking and are all multiday unstable.

my linux web server.

[ 2 ] > uptime
10:59:06 up 85 days, 6:50, 5 users, load average: 1.02, 1.02, 1.00

my u13.10 box is in the process of migration, so rebooting occurs. Note the load average and what is running all at the same time and I have <1 second response switching.....

watson@xen1[171]uptime
11:00:50 up 1 day, 22:29, 27 users, load average: 0.17, 0.15, 0.18

I had a semi freeze last night. one of my instances of google-chome went into a constant load 1. testing the start of a an application, caused an addition load 12+

I managed to find and kill the crazy process and did not have to reboot. Then I killed the chrome at 1.
Even with a chrome at load 1, there was no perception of a response slowdow.

fyi, I use alias and small scripts to isolate information for seeing problems that repeat.
note: this is all in tcsh syntax, a little different than bash.

alias ptop 'ps au |head -1;ps aux | sort -r -n -k 3 | head -20'
alias ptop120 'ps au |head -1;ps aux | sort -r -n -k 3 | head -20 |cut -c"1-120"'

ptop gives the top twenty %CPU processes at nay moment. 2nd ptop120 is because chrome gives processes with a few hundred characters. widen the xterm and cut to 120 keeps output on 20 lines.

exploring my fvwm mystery.
This is my current fvwm pager. It was only supposed to create 12x1 desks, but it seems there are at least 48x1 or is that 12x4???

at the same time I found I could also run the xfce-panel.
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext