tyr n00b

Joined: 14 May 2003 Posts: 8 Location: newswall.org.uk
|
Posted: Tue Jul 24, 2007 9:02 am Post subject: jit-transport high context switches |
|
|
I'm having a problem where the Jabber 'jit-transport' (the ICQ transport for jabberd) is causing high levels of context switches. eg:
Code: |
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
stopping jit..
10 0 2688 92408 242056 148292 0 0 0 152 476 2833 3 2 96 0
10 0 2688 92424 242056 148292 0 0 0 28 376 2803 0 0 100 0
0 0 2688 92208 242060 148292 0 0 2 20 376 2735 3 2 95 1
0 0 2688 93172 242060 148292 0 0 0 4 358 25 0 0 100 0
1 0 2688 93172 242060 148292 0 0 0 48 380 114 0 0 99 0
starting jit.
1 0 2688 69060 242604 151492 0 0 0 16 379 51 100 0 0 0
2 1 2688 68880 242608 151540 0 0 18 0 376 136 99 1 0 0
5 0 2688 68324 242612 151604 0 0 40 0 357 1019 100 0 0 0
6 0 2688 68324 242620 151596 0 0 0 152 414 1696 100 0 0 0
6 0 2688 68324 242620 151604 0 0 0 0 365 1674 100 0 0 0
|
It still appears to function normally however. Anyone else run into this problem.
I'm using jabberd 1.4.4-r3 and jit 1.1.6-r3
edit:improved formatting |
|