Author Topic: Message Logging - Logoffs  (Read 1665 times)

jsquizz

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 576
    • View Profile
Message Logging - Logoffs
« on: February 07, 2019, 12:14:21 PM »
I am looking into slow response times, and I am seeing excessive activity being written to the system log.

The last time I saw this, per IBM, 65/226 records were causing extreme slowness in the system and eventually brought it down.

I am looking through log activity and I am wondering- can anyone think of a scenario when they needed to have logoff messages enabled? I an see logins, but not log offs.
#CMOD #DB2 #AFP2PDF #TSM #AIX #RHEL #AWS #AZURE #GCP #EVERYTHING

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2229
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
Re: Message Logging - Logoffs
« Reply #1 on: February 07, 2019, 06:43:21 PM »
System Log performance was improved in Content Manager OnDemand v9 and v9.5, so upgrading will help.

You'll want to consult your friendly neighbourhood DBA and ask them to help you improve insert performance.

The single best way to reduce the impact of query logging is to turn them off.

If you're also seeing a lot of login/logoff messages, I'd disable that.  If you're not seeing logoffs, then there's a chance that a web app is poorly written and abandoning connections, without closing them properly -- check into that as well.

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

jsquizz

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 576
    • View Profile
Re: Message Logging - Logoffs
« Reply #2 on: February 07, 2019, 06:45:59 PM »
System Log performance was improved in Content Manager OnDemand v9 and v9.5, so upgrading will help.

You'll want to consult your friendly neighbourhood DBA and ask them to help you improve insert performance.

The single best way to reduce the impact of query logging is to turn them off.

If you're also seeing a lot of login/logoff messages, I'd disable that.  If you're not seeing logoffs, then there's a chance that a web app is poorly written and abandoning connections, without closing them properly -- check into that as well.

-JD.

I figured that was the case.

We are capturing mostly everything including logins and logoffs, but i am concerned about the 65/226... The last time this happened to me, when retirement statements would go out, the entire 3 server environment would crash.

10.1 is on the way!
#CMOD #DB2 #AFP2PDF #TSM #AIX #RHEL #AWS #AZURE #GCP #EVERYTHING