Results 1 to 4 of 4

Thread: BIG problem, CPU

  1. #1

    Exclamation BIG problem, CPU

    Hi, i have problem by CPU usage..

    PHP Code:
    cat /proc/version
    Linux version 2.6.32
    -71.29.1.el6.x86_64 (mockbuild@c6b5.bsys.dev.centos.org) (gcc version 4.4.4 20100726 (Red Hat 4.4.4-13) (GCC) ) #1 SMP Mon Jun 27 19:49:27 BST 2011 
    PHP Code:
    ps aux
    USER       PID 
    %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
    //.... 
    root      3207 50.4 11.8 14603540 1442660 ?    Sl   19:07  45:51 java -Xmx5000M -server -Djava.net.preferIPv4Stack=true -Dcom.sun.management.jmxremote=true -Dcom.wowza.wms.AppHome=/usr/local/WowzaMediaServer -Dcom.wowza.wms.ConfigURL= -Dcom.wowza.wms.ConfigHome=/usr/local/WowzaMediaServer -cp /usr/local/WowzaMediaServer/bin/wms-bootstrap.jar com.wowza.wms.bootstrap.Bootstrap start 
    PHP Code:
    cat /proc/cpuinfo grep processor wc -l
    16 
    PHP Code:
    cat /proc/cpuinfo
    processor    
    0
    vendor_id    
    GenuineIntel
    cpu family    
    6
    model        
    44
    model name    
    Intel(RXeon(RCPU           E5620  2.40GHz
    stepping    
    2
    cpu MHz        
    1600.000
    cache size    
    12288 KB
    physical id    
    0
    siblings    
    8
    core id        
    0
    cpu cores    
    4
    apicid        
    0
    initial apicid    
    0
    fpu        
    yes
    fpu_exception    
    yes
    cpuid level    
    11
    wp        
    yes
    flags        
    fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
    bogomips    
    4800.30
    clflush size    
    64
    cache_alignment    
    64
    address sizes    
    40 bits physical48 bits virtual
    power management
    :

    processor    1
    vendor_id    
    GenuineIntel
    cpu family    
    6
    model        
    44
    model name    
    Intel(RXeon(RCPU           E5620  2.40GHz
    stepping    
    2
    cpu MHz        
    1600.000
    cache size    
    12288 KB
    physical id    
    0
    siblings    
    8
    core id        
    1
    cpu cores    
    4
    apicid        
    2
    initial apicid    
    2
    fpu        
    yes
    fpu_exception    
    yes
    cpuid level    
    11
    wp        
    yes
    flags        
    fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
    bogomips    
    4799.84
    clflush size    
    64
    cache_alignment    
    64
    address sizes    
    40 bits physical48 bits virtual
    power management
    :

    processor    2
    vendor_id    
    GenuineIntel
    cpu family    
    6
    model        
    44
    model name    
    Intel(RXeon(RCPU           E5620  2.40GHz
    stepping    
    2
    cpu MHz        
    1600.000
    cache size    
    12288 KB
    physical id    
    0
    siblings    
    8
    core id        
    9
    cpu cores    
    4
    apicid        
    18
    initial apicid    
    18
    fpu        
    yes
    fpu_exception    
    yes
    cpuid level    
    11
    wp        
    yes
    flags        
    fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
    bogomips    
    4799.84
    clflush size    
    64
    cache_alignment    
    64
    address sizes    
    40 bits physical48 bits virtual
    power management
    :

    processor    3
    vendor_id    
    GenuineIntel
    cpu family    
    6
    model        
    44
    model name    
    Intel(RXeon(RCPU           E5620  2.40GHz
    stepping    
    2
    cpu MHz        
    1600.000
    cache size    
    12288 KB
    physical id    
    0
    siblings    
    8
    core id        
    10
    cpu cores    
    4
    apicid        
    20
    initial apicid    
    20
    fpu        
    yes
    fpu_exception    
    yes
    cpuid level    
    11
    wp        
    yes
    flags        
    fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
    bogomips    
    4799.84
    clflush size    
    64
    cache_alignment    
    64
    address sizes    
    40 bits physical48 bits virtual
    power management
    :

    processor    4
    vendor_id    
    GenuineIntel
    cpu family    
    6
    model        
    44
    model name    
    Intel(RXeon(RCPU           E5620  2.40GHz
    stepping    
    2
    cpu MHz        
    1600.000
    cache size    
    12288 KB
    physical id    
    1
    siblings    
    8
    core id        
    0
    cpu cores    
    4
    apicid        
    32
    initial apicid    
    32
    fpu        
    yes
    fpu_exception    
    yes
    cpuid level    
    11
    wp        
    yes
    flags        
    fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
    bogomips    
    4799.89
    clflush size    
    64
    cache_alignment    
    64
    address sizes    
    40 bits physical48 bits virtual
    power management
    :

    processor    5
    vendor_id    
    GenuineIntel
    cpu family    
    6
    model        
    44
    model name    
    Intel(RXeon(RCPU           E5620  2.40GHz
    stepping    
    2
    cpu MHz        
    2400.000
    cache size    
    12288 KB
    physical id    
    1
    siblings    
    8
    core id        
    1
    cpu cores    
    4
    apicid        
    34
    initial apicid    
    34
    fpu        
    yes
    fpu_exception    
    yes
    cpuid level    
    11
    wp        
    yes
    flags        
    fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
    bogomips    
    4799.88
    clflush size    
    64
    cache_alignment    
    64
    address sizes    
    40 bits physical48 bits virtual
    power management
    :

    processor    6
    vendor_id    
    GenuineIntel
    cpu family    
    6
    model        
    44
    model name    
    Intel(RXeon(RCPU           E5620  2.40GHz
    stepping    
    2
    cpu MHz        
    1600.000
    cache size    
    12288 KB
    physical id    
    1
    siblings    
    8
    core id        
    9
    cpu cores    
    4
    apicid        
    50
    initial apicid    
    50
    fpu        
    yes
    fpu_exception    
    yes
    cpuid level    
    11
    wp        
    yes
    flags        
    fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
    bogomips    
    4799.87
    clflush size    
    64
    cache_alignment    
    64
    address sizes    
    40 bits physical48 bits virtual
    power management
    :

    processor    7
    vendor_id    
    GenuineIntel
    cpu family    
    6
    model        
    44
    model name    
    Intel(RXeon(RCPU           E5620  2.40GHz
    stepping    
    2
    cpu MHz        
    1600.000
    cache size    
    12288 KB
    physical id    
    1
    siblings    
    8
    core id        
    10
    cpu cores    
    4
    apicid        
    52
    initial apicid    
    52
    fpu        
    yes
    fpu_exception    
    yes
    cpuid level    
    11
    wp        
    yes
    flags        
    fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
    bogomips    
    4799.88
    clflush size    
    64
    cache_alignment    
    64
    address sizes    
    40 bits physical48 bits virtual
    power management
    :

    processor    8
    vendor_id    
    GenuineIntel
    cpu family    
    6
    model        
    44
    model name    
    Intel(RXeon(RCPU           E5620  2.40GHz
    stepping    
    2
    cpu MHz        
    1600.000
    cache size    
    12288 KB
    physical id    
    0
    siblings    
    8
    core id        
    0
    cpu cores    
    4
    apicid        
    1
    initial apicid    
    1
    fpu        
    yes
    fpu_exception    
    yes
    cpuid level    
    11
    wp        
    yes
    flags        
    fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
    bogomips    
    4799.87
    clflush size    
    64
    cache_alignment    
    64
    address sizes    
    40 bits physical48 bits virtual
    power management
    :

    processor    9
    vendor_id    
    GenuineIntel
    cpu family    
    6
    model        
    44
    model name    
    Intel(RXeon(RCPU           E5620  2.40GHz
    stepping    
    2
    cpu MHz        
    1600.000
    cache size    
    12288 KB
    physical id    
    0
    siblings    
    8
    core id        
    1
    cpu cores    
    4
    apicid        
    3
    initial apicid    
    3
    fpu        
    yes
    fpu_exception    
    yes
    cpuid level    
    11
    wp        
    yes
    flags        
    fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
    bogomips    
    4799.88
    clflush size    
    64
    cache_alignment    
    64
    address sizes    
    40 bits physical48 bits virtual
    power management
    :

    processor    10
    vendor_id    
    GenuineIntel
    cpu family    
    6
    model        
    44
    model name    
    Intel(RXeon(RCPU           E5620  2.40GHz
    stepping    
    2
    cpu MHz        
    1600.000
    cache size    
    12288 KB
    physical id    
    0
    siblings    
    8
    core id        
    9
    cpu cores    
    4
    apicid        
    19
    initial apicid    
    19
    fpu        
    yes
    fpu_exception    
    yes
    cpuid level    
    11
    wp        
    yes
    flags        
    fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
    bogomips    
    4799.88
    clflush size    
    64
    cache_alignment    
    64
    address sizes    
    40 bits physical48 bits virtual
    power management
    :

    processor    11
    vendor_id    
    GenuineIntel
    cpu family    
    6
    model        
    44
    model name    
    Intel(RXeon(RCPU           E5620  2.40GHz
    stepping    
    2
    cpu MHz        
    1600.000
    cache size    
    12288 KB
    physical id    
    0
    siblings    
    8
    core id        
    10
    cpu cores    
    4
    apicid        
    21
    initial apicid    
    21
    fpu        
    yes
    fpu_exception    
    yes
    cpuid level    
    11
    wp        
    yes
    flags        
    fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
    bogomips    
    4799.88
    clflush size    
    64
    cache_alignment    
    64
    address sizes    
    40 bits physical48 bits virtual
    power management
    :

    processor    12
    vendor_id    
    GenuineIntel
    cpu family    
    6
    model        
    44
    model name    
    Intel(RXeon(RCPU           E5620  2.40GHz
    stepping    
    2
    cpu MHz        
    1600.000
    cache size    
    12288 KB
    physical id    
    1
    siblings    
    8
    core id        
    0
    cpu cores    
    4
    apicid        
    33
    initial apicid    
    33
    fpu        
    yes
    fpu_exception    
    yes
    cpuid level    
    11
    wp        
    yes
    flags        
    fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
    bogomips    
    4799.88
    clflush size    
    64
    cache_alignment    
    64
    address sizes    
    40 bits physical48 bits virtual
    power management
    :

    processor    13
    vendor_id    
    GenuineIntel
    cpu family    
    6
    model        
    44
    model name    
    Intel(RXeon(RCPU           E5620  2.40GHz
    stepping    
    2
    cpu MHz        
    2400.000
    cache size    
    12288 KB
    physical id    
    1
    siblings    
    8
    core id        
    1
    cpu cores    
    4
    apicid        
    35
    initial apicid    
    35
    fpu        
    yes
    fpu_exception    
    yes
    cpuid level    
    11
    wp        
    yes
    flags        
    fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
    bogomips    
    4799.88
    clflush size    
    64
    cache_alignment    
    64
    address sizes    
    40 bits physical48 bits virtual
    power management
    :

    processor    14
    vendor_id    
    GenuineIntel
    cpu family    
    6
    model        
    44
    model name    
    Intel(RXeon(RCPU           E5620  2.40GHz
    stepping    
    2
    cpu MHz        
    1600.000
    cache size    
    12288 KB
    physical id    
    1
    siblings    
    8
    core id        
    9
    cpu cores    
    4
    apicid        
    51
    initial apicid    
    51
    fpu        
    yes
    fpu_exception    
    yes
    cpuid level    
    11
    wp        
    yes
    flags        
    fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
    bogomips    
    4799.88
    clflush size    
    64
    cache_alignment    
    64
    address sizes    
    40 bits physical48 bits virtual
    power management
    :

    processor    15
    vendor_id    
    GenuineIntel
    cpu family    
    6
    model        
    44
    model name    
    Intel(RXeon(RCPU           E5620  2.40GHz
    stepping    
    2
    cpu MHz        
    1600.000
    cache size    
    12288 KB
    physical id    
    1
    siblings    
    8
    core id        
    10
    cpu cores    
    4
    apicid        
    53
    initial apicid    
    53
    fpu        
    yes
    fpu_exception    
    yes
    cpuid level    
    11
    wp        
    yes
    flags        
    fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida arat tpr_shadow vnmi flexpriority ept vpid
    bogomips    
    4799.87
    clflush size    
    64
    cache_alignment    
    64
    address sizes    
    40 bits physical48 bits virtual
    power management

    PHP Code:
    cat /proc/meminfo
    MemTotal
    :       12187964 kB
    MemFree
    :         9944692 kB
    Buffers
    :           17912 kB
    Cached
    :            87164 kB
    SwapCached
    :            0 kB
    Active
    :          1801320 kB
    Inactive
    :          67224 kB
    Active
    (anon):    1762608 kB
    Inactive
    (anon):     1084 kB
    Active
    (file):      38712 kB
    Inactive
    (file):    66140 kB
    Unevictable
    :           0 kB
    Mlocked
    :               0 kB
    SwapTotal
    :       2097144 kB
    SwapFree
    :        2097144 kB
    Dirty
    :                24 kB
    Writeback
    :             0 kB
    AnonPages
    :       1771740 kB
    Mapped
    :            19072 kB
    Shmem
    :               232 kB
    Slab
    :             267048 kB
    SReclaimable
    :      14192 kB
    SUnreclaim
    :       252856 kB
    KernelStack
    :        8584 kB
    PageTables
    :         8392 kB
    NFS_Unstable
    :          0 kB
    Bounce
    :                0 kB
    WritebackTmp
    :          0 kB
    CommitLimit
    :     8191124 kB
    Committed_AS
    :    2469240 kB
    VmallocTotal
    :   34359738367 kB
    VmallocUsed
    :      306776 kB
    VmallocChunk
    :   34352655880 kB
    HardwareCorrupted
    :     0 kB
    AnonHugePages
    :   1699840 kB
    HugePages_Total
    :       0
    HugePages_Free
    :        0
    HugePages_Rsvd
    :        0
    HugePages_Surp
    :        0
    Hugepagesize
    :       2048 kB
    DirectMap4k
    :        5568 kB
    DirectMap2M
    :     2082816 kB
    DirectMap1G
    :    10485760 kB 
    PHP Code:
    <?xml version="1.0"?> 
    <WowzaMediaServer><ConnectionsCurrent>1341</ConnectionsCurrent><ConnectionsTotal>2910</ConnectionsTotal><ConnectionsTotalAccepted>2907</ConnectionsTotalAccepted><ConnectionsTotalRejected>3</ConnectionsTotalRejected><MessagesInBytesRate>197751.0</MessagesInBytesRate><MessagesOutBytesRate>4.9738826E7</MessagesOutBytesRate><VHost><Name>_defaultVHost_</Name><TimeRunning>5594.905</TimeRunning><ConnectionsLimit>0</ConnectionsLimit><ConnectionsCurrent>1341</ConnectionsCurrent><ConnectionsTotal>2910</ConnectionsTotal><ConnectionsTotalAccepted>2907</ConnectionsTotalAccepted><ConnectionsTotalRejected>3</ConnectionsTotalRejected><MessagesInBytesRate>212421.0</MessagesInBytesRate><MessagesOutBytesRate>2.4950274E7</MessagesOutBytesRate><Application><Name>* * *</Name><Status>loaded</Status><TimeRunning>5593.788</TimeRunning><ConnectionsCurrent>1341</ConnectionsCurrent><ConnectionsTotal>2910</ConnectionsTotal><ConnectionsTotalAccepted>2907</ConnectionsTotalAccepted><ConnectionsTotalRejected>3</ConnectionsTotalRejected><MessagesInBytesRate>212464.0</MessagesInBytesRate><MessagesOutBytesRate>2.495526E7</MessagesOutBytesRate><ApplicationInstance><Name>_definst_</Name><TimeRunning>5593.767</TimeRunning><ConnectionsCurrent>1341</ConnectionsCurrent><ConnectionsTotal>2910</ConnectionsTotal><ConnectionsTotalAccepted>2907</ConnectionsTotalAccepted><ConnectionsTotalRejected>3</ConnectionsTotalRejected><MessagesInBytesRate>191907.0</MessagesInBytesRate><MessagesOutBytesRate>2.316254E7</MessagesOutBytesRate><Stream><Name>CARACOL_45h11wv</Name><SessionsFlash>245</SessionsFlash><SessionsCupertino>0</SessionsCupertino><SessionsSanJose>0</SessionsSanJose><SessionsSmooth>0</SessionsSmooth><SessionsRTSP>0</SessionsRTSP><SessionsTotal>245</SessionsTotal></Stream><Stream><Name>fdfdfd_49cjyp0</Name><SessionsFlash>0</SessionsFlash><SessionsCupertino>0</SessionsCupertino><SessionsSanJose>0</SessionsSanJose><SessionsSmooth>0</SessionsSmooth><SessionsRTSP>0</SessionsRTSP><SessionsTotal>0</SessionsTotal></Stream><Stream><Name>fdfdfd_49cilzx</Name><SessionsFlash>946</SessionsFlash><SessionsCupertino>0</SessionsCupertino><SessionsSanJose>0</SessionsSanJose><SessionsSmooth>0</SessionsSmooth><SessionsRTSP>0</SessionsRTSP><SessionsTotal>946</SessionsTotal></Stream><Stream><Name>dsfdfdsf_49cj3yt</Name><SessionsFlash>26</SessionsFlash><SessionsCupertino>0</SessionsCupertino><SessionsSanJose>0</SessionsSanJose><SessionsSmooth>0</SessionsSmooth><SessionsRTSP>0</SessionsRTSP><SessionsTotal>26</SessionsTotal></Stream><Stream><Name>RCN_45gydu4</Name><SessionsFlash>89</SessionsFlash><SessionsCupertino>0</SessionsCupertino><SessionsSanJose>0</SessionsSanJose><SessionsSmooth>0</SessionsSmooth><SessionsRTSP>0</SessionsRTSP><SessionsTotal>89</SessionsTotal></Stream></ApplicationInstance></Application></VHost></WowzaMediaServer>

    CONFIGS

    Server.xml
    PHP Code:
    <Root>
            <
    Server>
                    <
    CommandInterface>
                            <
    HostPort>
                                    <
    IpAddress>* * *</IpAddress>
                                    <
    Port>8083</Port>
                            </
    HostPort>
                    </
    CommandInterface>
                    <
    AdminInterface>
                            <!-- 
    Objects exposed through JMX interface: ServerVHostVHostItemApplicationApplicationInstanceMediaCasterModuleClientMediaStreamSharedObjectAcceptorIdleWorker -->
                            <
    ObjectList>Server,VHost,VHostItem,Application,ApplicationInstance,MediaCaster,Module,IdleWorker</ObjectList>
                    </
    AdminInterface>
                    <!-- 
    JMXUrlservice:jmx:rmi://localhost:8084/jndi/rmi://localhost:8085/jmxrmi -->
                    
    <JMXRemoteConfiguration>
                            <
    Enable>false</Enable>
                            <
    IpAddress>localhost</IpAddress> <!-- set to localhost or internal ip address if behind NAT -->
                            <
    RMIServerHostName>localhost</RMIServerHostName> <!-- set to external ip address or domain name if behind NAT -->
                            <
    RMIConnectionPort>8084</RMIConnectionPort>
                            <
    RMIRegistryPort>8085</RMIRegistryPort>
                            <
    Authenticate>true</Authenticate>
                            <
    PasswordFile>${com.wowza.wms.ConfigHome}/conf/jmxremote.password</PasswordFile>
                            <
    AccessFile>${com.wowza.wms.ConfigHome}/conf/jmxremote.access</AccessFile>
                            <
    SSLSecure>false</SSLSecure>
                    </
    JMXRemoteConfiguration>
                    <
    UserAgents>Shockwave Flash|CFNetwork|MacNetwork/1.0 (Macintosh)</UserAgents>
                    <
    ServerListeners>
                            <
    ServerListener>
                                   <
    BaseClass>com.wowza.wms.plugin.loadbalancer.ServerListenerLoadBalancerSender</BaseClass>
                            </
    ServerListener>
                    </
    ServerListeners>
                    <
    VHostListeners>
                            <!--
                            <
    VHostListener>
                                    <
    BaseClass></BaseClass>
                            </
    VHostListener>
                            -->
                    </
    VHostListeners>
                    <
    HandlerThreadPool>
                            <
    PoolSize>10</PoolSize>
                    </
    HandlerThreadPool>
                    <
    TransportThreadPool>
                            <
    PoolSize>10</PoolSize>
                    </
    TransportThreadPool>
                    <
    RTP>
                            <
    DatagramStartingPort>6970</DatagramStartingPort>
                            <
    DatagramPortSharing>false</DatagramPortSharing>
                    </
    RTP>
                    <!-- 
    Properties defined here will be added to the IServer.getProperties() collection -->
                    <
    Properties>
                            <
    Property>
                                    <
    Name>loadBalancerSenderTargetPath</Name>
                                    <
    Value>${com.wowza.wms.AppHome}/conf/loadbalancertargets.txt</Value>
                            </
    Property>
                            <
    Property>
                                    <
    Name>loadBalancerSenderRedirectAddress</Name>
                                    <
    Value>* * *</Value>
                            </
    Property>
                            <
    Property>
                                    <
    Name>loadBalancerSenderMonitorClass</Name>
                                    <
    Value>com.wowza.wms.plugin.loadbalancer.LoadBalancerMonitorDefault</Value>
                            </
    Property>
                            <
    Property>
                                    <
    Name>loadBalancerSenderMessageInterval</Name>
                                    <
    Value>3000</Value>
                                    <
    Type>Integer</Type>
                            </
    Property>
                    </
    Properties>
            </
    Server>
    </
    Root
    VHost.xml
    PHP Code:
    <Root>
            <
    VHost>
                    <
    HostPortList>
                            <
    HostPort>
                                    <
    ProcessorCount>8</ProcessorCount>
                                    <
    IpAddress>* * *</IpAddress>
                                    <!-- 
    Separate multiple ports with commas -->
                                    <!-- 
    80HTTPRTMPT -->
                                    <!-- 
    554RTSP -->
                                    <
    Port>1935</Port>
                                    <
    SocketConfiguration>
                                            <
    ReuseAddress>true</ReuseAddress>
                                            <!-- 
    suggested settings for video on demand applications -->
                                            <
    ReceiveBufferSize>24000</ReceiveBufferSize>
                                            <
    SendBufferSize>65000</SendBufferSize>
                                            <!-- 
    suggest settings for low latency chat and video recording applications
                                            
    <ReceiveBufferSize>16000</ReceiveBufferSize>
                                            <
    SendBufferSize>16000</SendBufferSize>
                                            -->
                                            <
    KeepAlive>true</KeepAlive>
                                            <!-- <
    TrafficClass>0</TrafficClass> -->
                                            <!-- <
    OobInline>false</OobInline> -->
                                            <!-- <
    SoLingerTime>-1</SoLingerTime> -->
                                            <!-- <
    TcpNoDelay>false</TcpNoDelay> -->
                                            <
    AcceptorBackLog>100</AcceptorBackLog>
                                    </
    SocketConfiguration>
                                    <
    HTTPStreamerAdapterIDs>cupertinostreaming,smoothstreaming,sanjosestreaming</HTTPStreamerAdapterIDs>
                                    <
    HTTPProviders>
                                            <
    HTTPProvider>
                                                    <
    BaseClass>com.* * *.wms.stats.LiveChannels</BaseClass>
                                                    <
    RequestFilters>livechannels*</RequestFilters>
                                                    <
    AuthenticationMethod>none</AuthenticationMethod>
                                            </
    HTTPProvider>
                                            <
    HTTPProvider>
                                                    <
    BaseClass>com.* * *.wms.previews.StreamPreview</BaseClass>
                                                    <
    RequestFilters>streampreview*</RequestFilters>
                                                    <
    AuthenticationMethod>none</AuthenticationMethod>
                                            </
    HTTPProvider>
                                            <
    HTTPProvider>
                                                    <
    BaseClass>com.wowza.wms.http.HTTPCrossdomain</BaseClass>
                                                    <
    RequestFilters>*crossdomain.xml</RequestFilters>
                                                    <
    AuthenticationMethod>none</AuthenticationMethod>
                                            </
    HTTPProvider>
                                            <
    HTTPProvider>
                                                    <
    BaseClass>com.wowza.wms.http.HTTPClientAccessPolicy</BaseClass>
                                                    <
    RequestFilters>*clientaccesspolicy.xml</RequestFilters>
                                                    <
    AuthenticationMethod>none</AuthenticationMethod>
                                            </
    HTTPProvider>
                                            <
    HTTPProvider>
                                                    <
    BaseClass>com.wowza.wms.http.HTTPServerVersion</BaseClass>
                                                    <
    RequestFilters>*</RequestFilters>
                                                    <
    AuthenticationMethod>none</AuthenticationMethod>
                                            </
    HTTPProvider>
                                    </
    HTTPProviders>
                            </
    HostPort>
                            <!-- 
    Admin HostPort -->
                            <
    HostPort>
                                    <
    ProcessorCount>1</ProcessorCount>
                                    <
    IpAddress>* * *</IpAddress>
                                    <
    Port>8086</Port>
                                    <
    SocketConfiguration>
                                            <
    ReuseAddress>true</ReuseAddress>
                                            <
    ReceiveBufferSize>16000</ReceiveBufferSize>
                                            <
    SendBufferSize>16000</SendBufferSize>
                                            <
    KeepAlive>true</KeepAlive>
                                            <
    AcceptorBackLog>100</AcceptorBackLog>
                                    </
    SocketConfiguration>
                                    <
    HTTPStreamerAdapterIDs></HTTPStreamerAdapterIDs>
                                    <
    HTTPProviders>
                                            <
    HTTPProvider>
                                                    <
    BaseClass>com.wowza.wms.http.streammanager.HTTPStreamManager</BaseClass>
                                                    <
    RequestFilters>streammanager*</RequestFilters>
                                                    <
    AuthenticationMethod>admin-digest</AuthenticationMethod>
                                            </
    HTTPProvider>
                                            <
    HTTPProvider>
                                                    <
    BaseClass>com.wowza.wms.http.HTTPServerInfoXML</BaseClass>
                                                    <
    RequestFilters>serverinfo*</RequestFilters>
                                                    <
    AuthenticationMethod>admin-digest</AuthenticationMethod>
                                            </
    HTTPProvider>
                                            <
    HTTPProvider>
                                                    <
    BaseClass>com.wowza.wms.http.HTTPConnectionInfo</BaseClass>
                                                    <
    RequestFilters>connectioninfo*</RequestFilters>
                                                    <
    AuthenticationMethod>admin-digest</AuthenticationMethod>
                                            </
    HTTPProvider>
                                            <
    HTTPProvider>
                                                    <
    BaseClass>com.wowza.wms.http.HTTPConnectionCountsXML</BaseClass>
                                                    <
    RequestFilters>connectioncounts*</RequestFilters>
                                                    <
    AuthenticationMethod>admin-digest</AuthenticationMethod>
                                            </
    HTTPProvider>
                                            <
    HTTPProvider>
                                                    <
    BaseClass>com.wowza.wms.http.HTTPServerVersion</BaseClass>
                                                    <
    RequestFilters>*</RequestFilters>
                                                    <
    AuthenticationMethod>none</AuthenticationMethod>
                                            </
    HTTPProvider>
                                    </
    HTTPProviders>
                            </
    HostPort>

                    </
    HostPortList>

                    <
    HTTPStreamerAdapters>
                            <
    HTTPStreamerAdapter>
                                    <
    ID>smoothstreaming</ID>
                                    <
    Name>smoothstreaming</Name>
                                    <
    Properties>
                                    </
    Properties>
                            </
    HTTPStreamerAdapter>
                            <
    HTTPStreamerAdapter>
                                    <
    ID>cupertinostreaming</ID>
                                    <
    Name>cupertinostreaming</Name>
                                    <
    Properties>
                                    </
    Properties>
                            </
    HTTPStreamerAdapter>
                            <
    HTTPStreamerAdapter>
                                    <
    ID>sanjosestreaming</ID>
                                    <
    Name>sanjosestreaming</Name>
                                    <
    Properties>
                                    </
    Properties>
                            </
    HTTPStreamerAdapter>
                    </
    HTTPStreamerAdapters>

                    <
    HandlerThreadPool>
                            <
    PoolSize>400</PoolSize>
                    </
    HandlerThreadPool>
                    <
    TransportThreadPool>
                            <
    PoolSize>300</PoolSize>
                    </
    TransportThreadPool>
                    <
    IdleWorkers>
                            <
    WorkerCount>8</WorkerCount>
                            <
    CheckFrequency>100</CheckFrequency>
                            <
    MinimumWaitTime>5</MinimumWaitTime>
                    </
    IdleWorkers>
                    <
    NetConnections>
                            <
    ProcessorCount>12</ProcessorCount>
                            <
    IdleFrequency>250</IdleFrequency>
                            <
    SocketConfiguration>
                                    <
    ReuseAddress>true</ReuseAddress>
                                    <
    ReceiveBufferSize>60000</ReceiveBufferSize>
                                    <
    SendBufferSize>24000</SendBufferSize>
                                    <
    KeepAlive>true</KeepAlive>
                                    <!-- <
    TrafficClass>0</TrafficClass> -->
                                    <!-- <
    OobInline>false</OobInline> -->
                                    <!-- <
    SoLingerTime>-1</SoLingerTime> -->
                                    <!-- <
    TcpNoDelay>false</TcpNoDelay> -->
                                    <
    AcceptorBackLog>100</AcceptorBackLog>
                            </
    SocketConfiguration>
                    </
    NetConnections>
                    <
    HTTPTunnel>
                            <
    KeepAliveTimeout>2000</KeepAliveTimeout>
                    </
    HTTPTunnel>
                    <
    Client>
                            <
    ClientTimeout>90000</ClientTimeout>
                            <
    IdleFrequency>300</IdleFrequency>
                    </
    Client>
                    <!-- 
    RTP/Authentication/Methods defined in Authentication.xml. Default setup includesnonebasicdigest -->
                    <
    RTP>
                            <
    IdleFrequency>75</IdleFrequency>
                            <
    DatagramConfiguration>
                                    <
    Incoming>
                                            <
    ReuseAddress>true</ReuseAddress>
                                            <
    ReceiveBufferSize>256000</ReceiveBufferSize>
                                            <
    SendBufferSize>65000</SendBufferSize>
                                            <!-- <
    MulticastBindToAddress>true</MulticastBindToAddress> -->
                                            <!-- <
    MulticastInterfaceAddress>192.168.1.22</MulticastInterfaceAddress> -->
                                            <!-- <
    TrafficClass>0</TrafficClass> -->
                                            <
    MulticastTimeout>50</MulticastTimeout>
                                            <
    DatagramMaximumPacketSize>4096</DatagramMaximumPacketSize>
                                    </
    Incoming>
                                    <
    Outgoing>
                                            <
    ReuseAddress>true</ReuseAddress>
                                            <
    ReceiveBufferSize>65000</ReceiveBufferSize>
                                            <
    SendBufferSize>65000</SendBufferSize>
                                            <!-- <
    MulticastBindToAddress>true</MulticastBindToAddress> -->
                                            <!-- <
    MulticastInterfaceAddress>192.168.1.22</MulticastInterfaceAddress> -->
                                            <!-- <
    TrafficClass>0</TrafficClass> -->
                                            <
    MulticastTimeout>50</MulticastTimeout>
                                            <
    DatagramMaximumPacketSize>4096</DatagramMaximumPacketSize>
                                    </
    Outgoing>
                            </
    DatagramConfiguration>
                            <
    UnicastIncoming>
                                    <
    ProcessorCount>8</ProcessorCount>
                            </
    UnicastIncoming>
                            <
    UnicastOutgoing>
                                    <
    ProcessorCount>12</ProcessorCount>
                            </
    UnicastOutgoing>
                            <
    MulticastIncoming>
                                    <
    ProcessorCount>8</ProcessorCount>
                            </
    MulticastIncoming>
                            <
    MulticastOutgoing>
                                    <
    ProcessorCount>8</ProcessorCount>
                            </
    MulticastOutgoing>
                    </
    RTP>
                    <
    Application>
                            <
    ApplicationTimeout>60000</ApplicationTimeout>
                            <
    PingTimeout>12000</PingTimeout>
                            <
    ValidationFrequency>20000</ValidationFrequency>
                            <
    MaximumPendingWriteBytes>0</MaximumPendingWriteBytes>
                            <
    MaximumSetBufferTime>60000</MaximumSetBufferTime>
                    </
    Application>
                    <
    StartStartupStreams>true</StartStartupStreams>
                    <!-- 
    Properties defined here will be added to the IVHost.getProperties() collection -->
                    <
    Properties>
                    </
    Properties>
            </
    VHost>
    </
    Root
    Application.xml
    PHP Code:
    <Root>
            <
    Application>
                    <!-- 
    Uncomment to set application level timeout values
                    
    <ApplicationTimeout>60000</ApplicationTimeout>
                    <
    PingTimeout>12000</PingTimeout>
                    <
    ValidationFrequency>8000</ValidationFrequency>
                    <
    MaximumPendingWriteBytes>0</MaximumPendingWriteBytes>
                    <
    MaximumSetBufferTime>60000</MaximumSetBufferTime>
                    <
    MaximumStorageDirDepth>25</MaximumStorageDirDepth>
                    -->
                    <
    Connections>
                            <
    AutoAccept>true</AutoAccept>
                            <
    AllowDomains></AllowDomains>
                    </
    Connections>
                    <!--
                            
    StorageDir path variables

                            
    ${com.wowza.wms.AppHome} - Application home directory
                            
    ${com.wowza.wms.ConfigHome} - Configuration home directory
                            
    ${com.wowza.wms.context.VHost} - Virtual host name
                            
    ${com.wowza.wms.context.VHostConfigHome} - Virtual host config directory
                            
    ${com.wowza.wms.context.Application} - Application name
                            
    ${com.wowza.wms.context.ApplicationInstance} - Application instance name

                    
    -->
                    <
    Streams>
                            <
    StreamType>live</StreamType>
                            <
    StorageDir>${com.wowza.wms.context.VHostConfigHome}/content</StorageDir>
                            <
    KeyDir>${com.wowza.wms.context.VHostConfigHome}/keys</KeyDir>
                            <!-- 
    LiveStreamPacketizers (separate with commas): cupertinostreamingpacketizersmoothstreamingpacketizersanjosestreamingpacketizercupertinostreamingrepeatersmoothstreamingrepeatersanjosestreamingrepeater -->
                            <
    LiveStreamPacketizers>cupertinostreamingpacketizersmoothstreamingpacketizersanjosestreamingpacketizer</LiveStreamPacketizers>
                            <!-- 
    DVRPacketizers (separate with commas): dvrpacketizer -->
                            <
    DVRPacketizers></DVRPacketizers>
                            <!-- 
    Properties defined here will override any properties defined in conf/Streams.xml for any streams types loaded by this application -->
                            <
    Properties>
                            </
    Properties>
                    </
    Streams>
                    <!-- 
    HTTPStreamers (separate with commas): cupertinostreamingsmoothstreamingsanjosestreaming -->
                    <
    HTTPStreamers>cupertinostreaming,smoothstreaming,sanjosestreaming</HTTPStreamers>   
                    <!-- 
    DVRStores (separate with commas): dvrfilestorage -->
                    <
    DVRStores></DVRStores>
                    <
    SharedObjects>
                            <
    StorageDir></StorageDir>
                    </
    SharedObjects>
                    <
    Client>
                            <
    IdleFrequency>-1</IdleFrequency>
                            <
    Access>
                                    <
    StreamReadAccess>*</StreamReadAccess>
                                    <
    StreamWriteAccess>*</StreamWriteAccess>
                                    <
    StreamAudioSampleAccess></StreamAudioSampleAccess>
                                    <
    StreamVideoSampleAccess></StreamVideoSampleAccess>
                                    <
    SharedObjectReadAccess>*</SharedObjectReadAccess>
                                    <
    SharedObjectWriteAccess>*</SharedObjectWriteAccess>
                            </
    Access>
                    </
    Client>
                    <
    RTP>
                            <!-- 
    RTP/Authentication/[type]Methods defined in Authentication.xml. Default setup includesnonebasicdigest -->
                            <
    Authentication>
                                    <
    PublishMethod>none</PublishMethod>
                                    <
    PlayMethod>none</PlayMethod>
                            </
    Authentication>
                            <!-- 
    RTP/AVSyncMethodValid values aresenderreportsystemclockrtptimecode -->
                            <
    AVSyncMethod>senderreport</AVSyncMethod>
                            <
    MaxRTCPWaitTime>12000</MaxRTCPWaitTime>
                            <
    IdleFrequency>75</IdleFrequency>
                            <
    RTSPSessionTimeout>90000</RTSPSessionTimeout>
                            <
    RTSPMaximumPendingWriteBytes>0</RTSPMaximumPendingWriteBytes>
                            <
    RTSPBindIpAddress></RTSPBindIpAddress>
                            <
    RTSPConnectionIpAddress>0.0.0.0</RTSPConnectionIpAddress>
                            <
    RTSPOriginIpAddress>127.0.0.1</RTSPOriginIpAddress>
                            <
    IncomingDatagramPortRanges>*</IncomingDatagramPortRanges>
                            <!-- 
    Properties defined here will override any properties defined in conf/RTP.xml for any depacketizers loaded by this application -->
                            <
    Properties>
                            </
    Properties>
                    </
    RTP>
                    <
    MediaCaster>
                            <!-- 
    Properties defined here will override any properties defined in conf/MediaCasters.xml for any MediaCasters loaded by this applications -->
                            <
    Properties>
                            </
    Properties>
                    </
    MediaCaster>
                    <
    MediaReader>
                            <!-- 
    Properties defined here will override any properties defined in conf/MediaReaders.xml for any MediaReaders loaded by this applications -->
                            <
    Properties>
                            </
    Properties>
                    </
    MediaReader>
                    <
    MediaWriter>
                            <!-- 
    Properties defined here will override any properties defined in conf/MediaWriter.xml for any MediaWriter loaded by this applications -->
                            <
    Properties>
                            </
    Properties>
                    </
    MediaWriter>
                    <
    LiveStreamPacketizer>
                            <!-- 
    Properties defined here will override any properties defined in conf/LiveStreamPacketizers.xml for any LiveStreamPacketizers loaded by this applications -->
                            <
    Properties>
                            </
    Properties>
                    </
    LiveStreamPacketizer>
                    <
    HTTPStreamer>
                            <!-- 
    Properties defined here will override any properties defined in conf/HTTPStreamers.xml for any HTTPStreamer loaded by this applications -->
                            <
    Properties>
                            </
    Properties>
                    </
    HTTPStreamer>
                    <
    DVRPacketizer>
                            <!-- 
    Properties defined here will override any properties defined in conf/DVR.xml for any DVRPacketizer loaded by this applications -->
                            <
    Properties>
                            </
    Properties>
                    </
    DVRPacketizer>
                    <
    DVRStore>
                            <!-- 
    Properties defined here will override any properties defined in conf/DVR.xml for any DVRStore loaded by this applications -->
                            <
    Properties>
                            </
    Properties>
                    </
    DVRStore>
                    <
    Repeater>
                            <
    OriginURL></OriginURL>
                            <
    QueryString><![CDATA[]]></QueryString>
                    </
    Repeater>
                    <
    Modules>
                            <
    Module>
                                    <
    Name>base</Name>
                                    <
    Description>Base</Description>
                                    <Class>
    com.wowza.wms.module.ModuleCore</Class>
                            </
    Module>
                            <
    Module>
                                    <
    Name>properties</Name>
                                    <
    Description>Properties</Description>
                                    <Class>
    com.wowza.wms.module.ModuleProperties</Class>
                            </
    Module>
                            <
    Module>
                                    <
    Name>logging</Name>
                                    <
    Description>Client Logging</Description>
                                    <Class>
    com.wowza.wms.module.ModuleClientLogging</Class>
                            </
    Module>
                            <
    Module>
                                    <
    Name>flvplayback</Name>
                                    <
    Description>FLVPlayback</Description>
                                    <Class>
    com.wowza.wms.module.ModuleFLVPlayback</Class>
                            </
    Module>
                            <
    Module>
                                    <
    Name>Security</Name>
                                    <
    Description>Protect only for * * *.tv</Description>
                                    <Class>
    com.* * *.wms.secure.Security</Class>
                            </
    Module>
                            <
    Module>
                                    <
    Name>StreamStats</Name>
                                    <
    Description>* * * Stats for player</Description>
                                    <Class>
    com.* * *.wms.stats.StreamStats</Class>
                            </
    Module>
                    </
    Modules>
                    <!-- 
    Properties defined here will be added to the IApplication.getProperties() and IApplicationInstance.getProperties() collections -->
                    <
    Properties>
                    </
    Properties>
            </
    Application>
    </
    Root
    Have ideas??

    thanks so much!

  2. #2

    Default

    What version of Java are you using? Java 7 contains some fixes that are beneficial.

    Have you done any troubleshooting? Like rebooting, or looking into your custom modules?

  3. #3
    Join Date
    Dec 2007
    Posts
    25,645

    Default

    Also take a look at the Wowza Tuning Guide:

    http://www.wowza.com/forums/content....ormance-Tuning

    Richard

  4. #4

    Default

    thx, i solved my problem

    installed centos 5
    installed jdk 7
    solved the problem of nofile (very important!)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •