how can i check how much load my account generates on server ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ergo
    Member
    • Feb 2006
    • 51

    #1

    how can i check how much load my account generates on server ?

    how can i check how much load my account generates on server ? what should i type in shell ? top ? ps ? i gives me top processes but how can i measue a specific account ?

    http://www.linkedin.com/in/marcinlulek - my linkedIn profile - please check out
    Freelance professional webdeveloper for hire - XHTML, CSS2, PHP 5 , SOON PYTHON, MySQL, PostgreSQL, SQLite, Ajax & Javascript [ using yahooUI and dojotoolkit for ajax work ], database performance optimisation, security audits. - contact me , get work done the way it should be.
  • AndrewT
    Administrator
    • Mar 2004
    • 3655

    #2
    There really is no way to do this for a single account.

    Comment

    • ergo
      Member
      • Feb 2006
      • 51

      #3
      heh not good, but the good thing is ive optimized one of the biggest queries to run 5x faster ; execution time from 0.0055 to 0.0009 :] open source cms and portal systems with 40 queries / page suck .. bigtime. well... back to optimisation and index experimenting
      LOL I HAVE boosted mysql speed about 50-60% on my site, by adding indexes and usage of FORCE INDEX on mysql queries tat didnt use them right. it also means that i reduced load that my site generates right ? :]
      Last edited by ergo; 02-23-2006, 07:45 AM.

      http://www.linkedin.com/in/marcinlulek - my linkedIn profile - please check out
      Freelance professional webdeveloper for hire - XHTML, CSS2, PHP 5 , SOON PYTHON, MySQL, PostgreSQL, SQLite, Ajax & Javascript [ using yahooUI and dojotoolkit for ajax work ], database performance optimisation, security audits. - contact me , get work done the way it should be.

      Comment

      Working...