DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Slightly Random Question...

  1. #1
    Join Date
    Nov 2001
    Location
    Nottingham
    Posts
    20

    Slightly Random Question...

    Hi,

    I am working through some statspack sql scripts for reasons I wont go into now and was wondering if someone could explain exactly what the following two lines of code mean ??? (If you could explain exactly what each statement means and does I would be v grateful...

    npmpt := DLMDIF('ges msgs process time(ms)');
    dbfr := SYSDIF('DBWR fusion writes');

    Thanks in advance...

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    DLMDIF and SYSDIF are functions. My guess is they are getting the difference for the specified event from one snapshot until the next. You can look at the code and it will tell you exactly what is going on.
    Jeff Hunter

Posting Permissions

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


Click Here to Expand Forum to Full Width