Thread: memory utilization

  1. #1
    Registered User
    Join Date
    Sep 2005
    Posts
    21

    memory utilization

    Code:
    i need the memory utilization. but in the task manager i saw
    ..task manager>perfromance>PF usage =234 MB .  
    
    and in physical memory {Total=1046320  Available=735856 System cache=2781200 } 
    
    
    so, what is my memory utilization ?
    
    is it 234 MB ?
    
    is it (total-avaialble) ?
    
    which one is correct ?
    
    
    i want to get the memory utilization data. i am confused which one is called the memory utilization . can you help ?

  2. #2
    Registered User
    Join Date
    Sep 2005
    Posts
    21
    nobody knows ! does not task manger shows the memory utilaztion ? i just asked which one will be called the memory utilization . i provided the data from my task manager of windows XP.

  3. #3
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    Don't cross post:
    http://cboard.cprogramming.com/showthread.php?t=70988

    Also don't reply to your own thread like that - if someone can help you they'll reply.
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

  4. #4
    Registered User
    Join Date
    Sep 2005
    Posts
    21
    hi, just an addition,

    may be some ppl might think i am talking about C++ programming......i was not talking about programming at all. i provided the data from the task manager so that you ppl can tell me which is called the memory utilization.

    there is no programming involved in my question.

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > there is no programming involved in my question.
    In which case, post on the tech board.
    This thread is moved, your other is closed.

    > nobody knows !
    Next time, try waiting MORE than 20 minutes before panicing and bumping your thread.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  6. #6
    Registered User Jaqui's Avatar
    Join Date
    Feb 2005
    Posts
    416
    memory utilisation = total ram - total available + pagefile usage.
    Quote Originally Posted by Jeff Henager
    If the average user can put a CD in and boot the system and follow the prompts, he can install and use Linux. If he can't do that simple task, he doesn't need to be around technology.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Memory problem with Borland C 3.1
    By AZ1699 in forum C Programming
    Replies: 16
    Last Post: 11-16-2007, 11:22 AM
  2. Suggestions on this C style code
    By Joelito in forum C Programming
    Replies: 11
    Last Post: 06-07-2007, 03:22 AM
  3. Relate memory allocation in struct->variable
    By Niara in forum C Programming
    Replies: 4
    Last Post: 03-23-2007, 03:06 PM
  4. Copying memory, pointers and the like.
    By psychopath in forum C++ Programming
    Replies: 34
    Last Post: 12-12-2006, 01:37 PM
  5. memory utilization
    By Stream in forum C Programming
    Replies: 1
    Last Post: 10-17-2005, 12:12 AM