Forum Discussion

kid_deok_21859's avatar
kid_deok_21859
Icon for Nimbostratus rankNimbostratus
Oct 27, 2014

how to delete tmctl list in pem.

Dear everyone, Hi my name is Kideok, Kim. I am f5 distribute engineer in Korea.

 

I have a question about some tmctl command list.

 

I want to delete last line(www.itian.co.kr blur~ blur~). But, I don`t know how to delete. Please let me know, how to delete tmctl list.

 

Thank you Brgds.

 

6 Replies

  • i am not sure if we can reset specific stats. can't you reset them all instead?

    e.g.

    [root@B7200-R77-S14:Active:Standalone] config  tmctl -w 199 gpa_classification_stats
    name    count cpm cec ixe srdb param xhdr irule bytes_in bytes_out pkts_in pkts_out
    ------- ----- --- --- --- ---- ----- ---- ----- -------- --------- ------- --------
    google      1   0   0   1    0     0    0     0      480      1074       6        5
    unknown     9   0   0   0    0     0    0     0     2817      1008      27       18
    yahoo       1   0   0   1    0     0    0     0      420       529       5        5
    
    [root@B7200-R77-S14:Active:Standalone] config  tmsh reset-stats ltm classification stats application
    [root@B7200-R77-S14:Active:Standalone] config  tmctl -w 199 gpa_classification_stats
    name    count cpm cec ixe srdb param xhdr irule bytes_in bytes_out pkts_in pkts_out
    ------- ----- --- --- --- ---- ----- ---- ----- -------- --------- ------- --------
    unknown     0   0   0   0    0     0    0     0        0         0       0        0
    
    
    • kid_deok_21859's avatar
      kid_deok_21859
      Icon for Nimbostratus rankNimbostratus
      Thank you very much, nitass. So, I have a one more question. PEM classification engines have prority. And srDB has cache feature about classification. If I want to delete caching classification on srDB, How do I delete caching classification on srDB?
  • i am not sure if we can reset specific stats. can't you reset them all instead?

    e.g.

    [root@B7200-R77-S14:Active:Standalone] config  tmctl -w 199 gpa_classification_stats
    name    count cpm cec ixe srdb param xhdr irule bytes_in bytes_out pkts_in pkts_out
    ------- ----- --- --- --- ---- ----- ---- ----- -------- --------- ------- --------
    google      1   0   0   1    0     0    0     0      480      1074       6        5
    unknown     9   0   0   0    0     0    0     0     2817      1008      27       18
    yahoo       1   0   0   1    0     0    0     0      420       529       5        5
    
    [root@B7200-R77-S14:Active:Standalone] config  tmsh reset-stats ltm classification stats application
    [root@B7200-R77-S14:Active:Standalone] config  tmctl -w 199 gpa_classification_stats
    name    count cpm cec ixe srdb param xhdr irule bytes_in bytes_out pkts_in pkts_out
    ------- ----- --- --- --- ---- ----- ---- ----- -------- --------- ------- --------
    unknown     0   0   0   0    0     0    0     0        0         0       0        0
    
    
    • kid_deok_21859's avatar
      kid_deok_21859
      Icon for Nimbostratus rankNimbostratus
      Thank you very much, nitass. So, I have a one more question. PEM classification engines have prority. And srDB has cache feature about classification. If I want to delete caching classification on srDB, How do I delete caching classification on srDB?
  • How do I delete caching classification on srDB?

    i understand, in 11.5.0 and later, disabling (setting to false) tmm.pem.srdb.enable db variable will clear all srdb content.

    root@(Smart)(cfg-sync Standalone)(/S1-green-P:Active)(/Common)(tmos) list sys db tmm.pem.srdb.enable
    sys db tmm.pem.srdb.enable {
        value "true"
    }