Question about the CPU load and memory...

Hello. I'm a South Korea network engineer.

I am facing a problem with the DMP 4400.

I made a web page to publish the DMP 4400, but she loading has been so slow.

I don't know why it slows down, but it may be because of the memory or cpu.

So, I need to check the CPU and the memory usage...

is there anyone know control order CPU and memory?

I searched documents and web site include Cisco, but I couldn't know.

Jinsung salvation,

This should give you the amount of memory on the device:

https://:@:7777/get_param?p=sinfo.memory

It should I think give you the CPU:

https://:@:7777/get_param?p=sinfo.load

Kind regards

Nicolas

Tags: Cisco Support

Similar Questions

  • Newbie question about the firmware loading and music

    Hi all.  Firstly a bit of background.  I am a former admin of system IT I got a C240 as a gift.  I tried to remove the music from Windows Vista section of the computer where the C240 is listed as a portable device.  Now, I can't get things to work quite right.  I seem to have the 8 original songs/5 albums that come with the device.  The number has doubled to 16, and half of them cannot play.  I'm not sure I want to do with this device, but I want to clear in addition to all the current music and load my own.  I tried to download the update of the firmware and it still just waiting and never took the screen "search for updates".

    Also, I have Media Player 11 and it does not recognize the unit.  So, how do Media Player to see the device, copy music to it and delete the prepackaged songs accompanying?  Any help will be appreciated.  I don't want to choose the format from the settings menu, unless it's the way to go.  Arrest me please make any more mistakes!  Thanks in advance for help a dummie MP3!  -Victor

    OK I got when I hit reset I changed the USB to MSC settings to automatic detection.  So I reset on MSC.  Now I see the Unit 11 MP so how can I delete and add music?  Thanks for bearing with me! -Victor

  • 100% high CPU load and memory usage

    Hi all

    My company bought a new appliance IPS 4510 and after initial installation, I see that the CPU load and memory is 100%. The device is not in a production network. Is this normal or there is a hardware problem? Enjoy a Counselor about it.

    Concerning

    Christine

    Hi Damien,.

    It is actually normal behavior for an IPS sensor.

    To measure the actual load of an IPS sensor, you will want to monitor the "percentage load treatment" of the analytical engine that processes all inspection processing for the sensor.

    You can view these statistics by using the command 'display the scan statistics-engine '.

    Also, the sensor running version 7.0000 E4 5,0000 E4 (or later version), you can check the load percentage value Inspection displayed by the command "Display inspection-load" in its place.

    Hope that answers your query.

    Cyril Shankar

  • Satellite A30 - question about the CPU temperature

    Hi all

    I have a Satellite A30 (model name: SA30-151, model number: PSA33E). I had the usual problems with overheating and closing, where I had to clean the radiator.

    My question is, how hot the CPU must sit at and what temperature is dangerous?

    I installed 'Hardware sensors Monitor' and the average temperature is about 55 c, but I saw it happen at 70 c when I'm pushing it.

    I was not able to find something on the net about it and I can't find information on the Toshiba site.

    Any help or advice would be appreciated, thanks...

    The same temperature is on my Tecra M1. Believe me, there's really no reason to panic.

  • Satellite L40 - question about the CPU temperature

    Hello

    I have a Toshiba Satellite L40 17 Q with Intel Celeron M CPU.

    The usual device temperature is about 60 degrees Celsius. I read that the Tj to this type of processors is 100 degrees Celsius.

    So my question is dedicated to the owners of laptops equipped with Intel Celeron M processors and of course for the hardware gurus.
    Is the operative temperature of 60 degrees Celsius of normal, and if not how do I decrease.
    My laptop is new and I make sure that the air flow openings are not jammed.

    Thank you in advance!

    Hello

    Don't worry, the CPU temperature. 60 degrees Celsius is certainly within the normal range, and there is no reason to worry about this. On my laptop Tecra, I noticed the temperature CPU about 62 degrees Celsius and drive HARD around 40 degrees Celsius.

  • Question about the composition settings and make

    I looked for an answer to my question, but had to ask at resort, sorry, it's pretty basic, but a direct response is needed I think.

    I imported a project in Premiere pro with two layers of still images with movement and applied effects. I work for a few weeks now, with variations on these pictures and had many number of exports of EI through the render queue.

    After you import the compositions of first CC my starting point; composition and other settings of composition parameters are all resolved HDTV 1080 25 but the set resolution in which I unfortunately now has, is defined as 'Half' (960 * 540)... New compositions also sets the default resolution somehow half...

    My question is about my previous exports and subsequently.  Together of the composition to "Half" resolution affect the quality of my compositions exported using the render module? So far, all my renders are 1080 p by default and no 960 * 540. These have been uprezed to 1080 of 960? ... - I have not changed any setting on the resolution in the rendering module - they all came out 1080 after.

    Thank you

    Together of the composition to "Half" resolution affect the quality of my compositions exported using the render module?

    N ° except if you change the settings of default rendering, which is "Best settings" in "current Configuration".

  • Question about the script action and creation of menus

    I use flash for a while now and never formally trained in the design of web sites, so I always wonder if I use best practices. Here is the code I wrote for a menu. I try to use the script to control everything, I think that there is a more effective way to achieve this. Any help would be appreciated. Menu design and the current site work can be viewed here: http://www.studiojarch.com

    Advice on how to optimize the code would be appreciated.

    on {(press)
    If (project._currentframe == 25) {}
    }
    else {}
    getURL ("http://www.studiojarch.com/contact/", "studio_james_cornetet");
    project.gotoAndStop (25);
    }}

    on {(overview)
    If (_parent. Contact.goalPos == 290) {}
    _parent. Highlighter.goalPosy = 299;
    _parent. Highlighter.goalPosx = 5;
    _parent. Highlighter.Reverse = false;
    _parent. Highlighter.Play ();
    Project.Reverse = false;
    Project.Play ();
    }
    ElseIf (_parent. Contact.goalPos == 330) {}
    _parent. Highlighter.goalPosy = 339;
    _parent. Highlighter.goalPosx = 5;
    _parent. Highlighter.Reverse = false;
    _parent. Highlighter.Play ();
    Project.Reverse = false;
    Project.Play ();
    }
    ElseIf (project._currentframe == 25) {}
    _parent. Highlighter.goalPosy = 259;
    _parent. Highlighter.goalPosx = 5;
    _parent. Highlighter.Reverse = false;
    _parent. Highlighter.Play ();
    }
    else {}
    _parent. Highlighter.goalPosy = 259;
    _parent. Highlighter.goalPosx = 5;
    _parent. Highlighter.Reverse = false;
    _parent. Highlighter.Play ();
    Project.Reverse = false;
    Project.Play ();
    }}

    on {(deployment)
    If (project._currentframe == 25) {}
    Project.Reverse = false;
    }
    else {}
    _parent. Highlighter.Reverse = true;
    _parent. Highlighter.goalPosx = - 10;
    Project.Reverse = true;
    }}

    on (release) {}
    If (animation_hl_contact._currentframe == 24) {}
    }
    else {}
    _parent. James_Cornetet.project.gotoAndStop (1);
    _parent. Architecture.project.gotoAndStop (1);
    _parent. Awards.project.gotoAndStop (1);
    _parent. Blog.project.gotoAndStop (1);
    _parent. News.project.gotoAndStop (1);
    _parent. Publications.project.gotoAndStop (1);

    _parent. James_Cornetet.reverse = true;
    _parent. Architecture.Reverse = true;

    _parent. Architecture.goalPos = 100;
    _parent. Awards.goalPos = 130;
    _parent. Blog.goalPos = 160;
    _parent. News.goalPos = 190;
    _parent. Publications.goalPos = 220;
    _parent. Contact.goalPos = 250;

    _parent. James_Cornetet.about.gotoAndStop (1);
    _parent. James_Cornetet.CV.gotoAndStop (1);
    _parent. Architecture.category.gotoAndStop (1);
    _parent. Architecture.date.gotoAndStop (1);
    _parent. Archtiecture.bylocation.gotoAndStop (1);
    _parent. Architecture.typology.gotoAndStop (1);

    animation_hl_contact. Reverse = false;
    animation_hl_contact. Play();
    _parent. James_Cornetet.animation_hl_james_cornetet. Reverse = true;
    _parent. Architecture.animation_hl_architecture. Reverse = true;
    _parent. Awards.animation_hl_awards. Reverse = true;
    _parent. Blog.animation_hl_blog. Reverse = true;
    _parent. News.animation_hl_news. Reverse = true;
    _parent. Publications.animation_hl_publications. Reverse = true;

    }}

    One thing that stands out as being undesirable that recommended going is that you place on the items (using the on() approach) code.  The right approach is to assign instance names to your interactive objects and use them to place all code on the timeline where it is easily visible.  In doing so, you will find just that a lot of code that show you can be modularized in functions that can be shared by different objects rather than having each carrying a load full on his back. You will find that you can pass arguments to shared functions that do the same functions capable of supporting interactions with different objects

    Your call you (press) performs a conditional test useless.  If you change the status to be if (project._currentframe! = 25) you can avoid this.

    In all of your executed appeal of conditional statements, you have a few lines that are repeated in each condition, so they can be moved to the end off the conditional statements.

    Your call to it (release) has the same problem as your call you (press).  Use the _parent target overflow is also an indication that most of the code in this appeal would probably serve you better sitting in the _parent timeline and your button could just call this function

  • Question about the Apple Watch and tattoos

    I think buy a Apple Watch very soon.

    I have a full sleeve (which is where I would like to wear the watch) and I wonder if it will cause problems with readings with the heart monitor since I want to use the Apple Watch for fitness training, mainly.

    I read on the page of the heart rate for the saying of Apple Watch:

    "Permanent or temporary changes to your skin, such as some tattoos, can also impact performance heart rate sensor. Ink, model and the saturation of some tattoos can block light from the sensor, making it difficult to get reliable readings. »

    There are other problems in addition to playback of heart rate on the Apple Watch for inked people that may know you?

    Thanks for your comments just to decide if this watch will really be for me before making this purchase, because I missed one for some time.

    If you are looking for, there was a very long discussion about this in the past, only shortly after the release of the Apple Watch. What I've read, it seems that the heart rate monitor is the only victim when it comes to the watch, since this is the only thing that requires the sensors to work through ink. Not all inks makes a difference, but most don't. The activity of exercise/app also uses the heart rate monitor to determine the rate for the year. You can take the time to go to the nearest Apple Store and try on the Apple Watch and see if the monitor works with your sleeve.

  • Satellite L850-046 - question about the CPU temperature

    Hi Experts,

    I bought the Toshiba laptop 9 months ago, but now notice the temperature warms. I check the software Toshiba Health Monitor and the CPU temperature range of 46 to 53%, fan speed 50%-63%.

    Is - this normal readings?

    I am now using a desk fan pointing in the vents hoping that additional traffic can maintain better temperatures.

    What would be the ideal and the overheating of the readings to look out for.

    Thank you very much

    Because cell phone use for 9 months, I recommend you to clean the cooling fans.
    The fact is that from time to time the dust and debris that may affect the performance of the cooling fans, and this could lead to a higher temperature.

    I clean my fans from time to time using a jet of compressed air.
    It helps to get rid of dust and to lower the temperature.

  • Question about the roadmap WebWorks and Cordova

    Hi, in the WebWorks Raodmap [1] is the following statement:

    In order to make the promise of HTML5 cross-platform development even more real, we will be leveraging the Apache Cordova open source project as the heart of the WebWorks SDK for BlackBerry 10. This will allow BlackBerry web developers to more seamlessly leverage a much wider array of tools and frameworks being built around the "center of gravity" for mobile web applications.
    

    What exactly is? Cordova will replace the Webworks API?

    [1] https://developer.blackberry.com/html5/downloads/roadmap/

    "To make the promise of cross-platform HTML5 development even more real, we will be relying on the open source Apache Cordova project as the heart of the WebWorks SDK for BlackBerry 10. This will allow BlackBerry web developers to more easily exploit a range much more wide tools and frameworks under construction around the 'centre of gravity' for mobile web applications. »

    We'll disect this declaration and I'll add what I can:

    'we will be relying on the open source Apache Cordova project as the heart of the WebWorks SDK for BlackBerry 10' - this means you can think of the future of WebWorks BB10 as being "built" on top of Cordova. So our API and support for the creation of webviews etc. will be built above the standards defined in the project of Cordova.

    "This will allow BlackBerry web developers to more easily exploit a range much more wide tools and frameworks under construction around the 'centre of gravity' for applications web mobile."-there are currently groups creation tools to work on top of Cordoba; Maybe your favorite editor has already Cordova or PhoneGap support. This will mean that you can use in your development BB10, without worrying about the specific tools BB only.

    At the end of this process should in theory be easier to work with WebWorks.

  • Question about the game database and the UNICODE character

    Hello

    I have to configure a database for an IBM product where is a requirement:
    "Databases must be created using the UNICODE database and National characters as UTF8 games, AL32UTF8 or AL16UTF16 or."

    My current database character is: WE8MSWIN1252. Change the current database character set is not an option, so I have to create a new db for this requirement.

    My question is:
    (1) how to ensure that "databases must be created using the UNICODE database"?

    (2) to take care of character, I'll use in the database creation script:

    "
    create the db1 database...
    ..
    CHARACTER SET US7ASCII
    NATIONAL CHARACTER SET AL16UTF16
    .."
    who will take care of him?

    create the db1 database...
    ..
    UTF8 CHARACTER
    NATIONAL CHARACTER SET AL16UTF16

  • Question about the account administrator and access

    I am logged in as administrator, but when I try to access certain programs or files that I am refused access as a limited user.

    Can anyone help?

    Jon

    Hello

    You can access files or programs by making a 'right-click' on the file/shortcut and 'left click' on 'run as administrator '. ».

    Then, the application will run wirh maximum rights and full access.

    Welcome them

  • Correlation between the cpu load and the queue

    We are seeing cases where our CPU usage is less than 50%, but we babysit run queues of more than 10 minutes. I expect a large queue if we were see a greater use of the CPU, but I'm unable to correlate a large queue with low CPU usage. Has anyone else seen a condition like this or have any ideas. Database is 11g RAC Exadata X 2 full rack. We use the ORM to manage the resources of the processor as well.

    It is an informative read: http://shallahamer-orapub.blogspot.com/2010/07/os-cpu-run-queue-not-what-it-appears.html

  • Tecra M3 - questions about the RAM maximum and graphics driver update

    Hi people,

    I have a Tecra M3 (Variant FBCF with the Geforce 6600 w / 128 MB) and I have two questions that I hope someone here can help me with:

    (1) what is the maximum amount of RAM that I can install here? The manual says 2 GB (2 x 1 GB), but I do not see why the laptop would be paralyzed this necessary way, cause as far as I know the 915G chipset can handle 4 GB of RAM. If anyone knows definitively what?

    (2) the latest drivers from nvidia for XP are 2005. As most of you probably know, nvidia systematically more than past performance with versions driver and adds compatibility with some games that end up in trouble. The real driver from the nvidia site does not install because it says that it cannot find any compatible hardware. Can't Toshiba even a pilot updated annually? There is a driver of 2007 for Vista, I can't believe that if they did, they decide refresh the XP one while they were to him. Any chance of their audience on this here? I could force the nvidia.com driver to install, but I don't think that it's necessarily a great idea.

    Thank you!

    Hello

    the maximum amount specified for this machine memory is 2 GB and 4 GB not but you can try it with 2x2gb modules.

    With regard to your graphics: Don t use the nvidia driver since it is not suitable for mobile graphics chipsets and has no timing in the driver that is needed to run flawlessly.

    I'd rather you to view laptopvideo2go and download some drivers here. :)

    Welcome them

  • Question about the lazy loading the cache

    Hello

    First turn off please forgive my ignorance, this if my first time with a database that is put in cache.

    I'm trying to set up SQLFire so that it will be a cover for a traditional back-end RDBMS (p.6 that is applied on the RDBMS which will appear in the SQLFire cache).

    In the vFabric SQLFire user, Chapter 22 'Cache SQLFire strategies' Guide mentions that this can be done through deferred data loading into the cache. I do not understand completely how to set this up and I don't see any other details in the User Guide or anywhere else.

    Anyone would be able to point me to a more detailed explanation of lazy loading the cache (or be able to explain more)?

    Thank you.

    Hi, there are some problems with having obtained documentation out of sync from the GA version. Also based on your question, that I passed by this yesterday and hit a few challenges, so I wrote a blog post that shows how to use SQLFire for the caching of end to end. I hope it will be useful to you.

Maybe you are looking for