--
You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/b5b4b764-d0ef-4680-9f17-7408beb783b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Alec,Can you send the output of$ top -p <trex-pid> -H
Hanoh
On Thu, 27 Apr 2017 at 19:23 Alec Hothan <aho...@gmail.com> wrote:
--Hi,Is there a way to quiesce the TRex process when there is no more traffic being generated (other than killing the Trex process)?Tasks: 669 total, 1 running, 668 sleeping, 0 stopped, 0 zombie%Cpu(s): 2.7 us, 0.1 sy, 0.0 ni, 96.9 id, 0.3 wa, 0.0 hi, 0.0 si, 0.0 stKiB Mem : 26392556+total, 17957105+free, 14804284 used, 69550216 buff/cacheKiB Swap: 33554428 total, 33554428 free, 0 used. 24791838+avail MemPID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND25234 root 20 0 8992872 10228 3552 S 104.3 0.0 1:05.42 _t-rex-6413262 2020 20 0 24.796g 2.904g 40836 S 14.0 1.2 240:45.92 java13202 2021 20 0 16.544g 911468 16044 S 9.3 0.3 176:47.63 java12580 root 20 0 2051780 35620 8452 S 4.7 0.0 1:15.81 docker-current252 root 20 0 0 0 0 S 0.3 0.0 0:00.20 khungtaskdUnclear to me if that is a DPDK PMD thread using all the CPU or another TRex specific thread?We're planning to run TRex in a container on long-lived production servers that are shared to do other important monitoring work so it is better to relinquish the CPU when there is no more traffic being generated.ThanksAlec
You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+unsubscribe@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/b5b4b764-d0ef-4680-9f17-7408beb783b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--HanohSent from my iPhone
--
You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+unsubscribe@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/CA%2BYxBoJdrdfLm%3D_3wst-RSTeP8wZJL43ZE7K%2BoAtx33gcb9uVw%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+unsubscribe@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/f9668bb6-39ee-4bf8-afca-f364d2545bbf%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/f9668bb6-39ee-4bf8-afca-f364d2545bbf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
void CRxCoreStateless::recalculate_next_state() {if (m_state == STATE_QUIT) {return;}/* only latency requires the 'hot' state */m_state = (is_latency_or_capture_active() ? STATE_HOT : STATE_COLD);}Hi Alec,There are two conditions for HOT state1. Latency stream is assigned to one of the ports2. Capture/service mode is enabledafter a few seconds without these conditions, it should move to cold mode1. You could attached gdb to your process to check which condition is OnOr2. Describe a way to reconstruct this and we will look into this.Thanks,Hanoh
--
You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/b5c2d773-8a64-4776-98e4-753c6684d655%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "TRex Traffic Generator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trex-tgn+u...@googlegroups.com.
To post to this group, send email to trex...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/trex-tgn/81fc616d-6a3b-4e6e-964c-3d43cb4b09fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.