Sending CPU Statistic report every 5 min.

Hi All,
     Can anyone tell me how can I send Router's CPU utilization report to a particular mail id in a certain time interval using event manager applet?

Sure:
event manager applet send-cpu event timer watchdog time 300 action 1.0 cli command "enable" action 2.0 cli command "show proc cpu | inc CPU utilization" action 3.0 mail from [email protected] to [email protected] subject "CPU Utilization" server 10.1.1.1 body "$_cli_result"

Similar Messages

  • Firefox consumes almost 100% of one CPU unit regularly every 2 mins for cca 30sec.

    Every 2 mins (cca) one core of the CPU gets busy with firefox process. I've tried to uninstall and reinstall whole firefox but without success. I have removed all unnecessary ad-ons I had. Although last one I have added was Firebug (cca one month ago)[the issues begin cca one week ago].

    Every 2 mins (cca) one core of the CPU gets busy with firefox process. I've tried to uninstall and reinstall whole firefox but without success. I have removed all unnecessary ad-ons I had. Although last one I have added was Firebug (cca one month ago)[the issues begin cca one week ago].

  • CCMS Sending too much Email (every few min from the same alert).

    Hi everyone,
    We have recently setup CCMS in SOLMAN to monitor all of our ECC6 systems.  Using auto-reactions we have any critical alerts sent to our pagers via email (SMTP).
    Setting this up worked fine, however, we are finding ourselves in this mess:
    When we trigger an alert, it seems that the alert just keeps producing hundreds of email messages... 
    Is there a way to have each alert found produce 1 or 3 email messages - then stop?  It may take some time to correct an alert, but, we do not want to be paged every 2-5 min with tons of email (one per first time triggering it would be awesome).
    Thanks in advance for any help you can give us.
    Richard

    Please see [this thread|Configure GRMG alert to just send one email/auto-reaction;.
    Regards,
    Sean
    P.S. I looked at your other messages and see you have a history of not awarding points to people who answer your questions. I almost ignored this question because of that.

  • RSWUWFML2 Program - Sending multiple notification to outlook every 10 mins

    Hi All
    Below is my issue.
    I have scheduled a decision task and created a variant to the RSWUWFML2 program. This program is scheduled to run every 10 mins in background by WF-BATCH agent with the variant.
    The issue is :
    When i create a document in FV60 the approver is identified by a custom method and passed to the decision task. The approver gets 5 emails for the same document every 10 mins until he approves. But this happening only in outlook for email alone not in SBWP (The user gets only one workitem).
    I thought there would be a problem with the background job, to make sure of this i run the RSWUMFML2 program manually with the variant , which stopped sending the mail.
    Can anyone help me out , how i need to proceed further to fix this issue?
    Thanks
    Shree

    Hello,
    You said:
    "i run the RSWUMFML2 program manually with the variant , which stopped sending the mail."
    Do you mean that it only sent it once, or that it didn't send it at all?
    That's very strange that it runs every 10 mins, and yet sends out 5 mails every 10 mins.
    Are you sure there aren't 5 occurrences of RSWUMFML2 running?
    What do the timestamps look like on these 5 mails: the same, or different, or spaced evenly?
    regards
    Rick Bakker
    Hanabi Technology

  • Everytime I shut down or close a Mozilla window I get a message asking to send an error report. why is it doing this?

    I have to send an error report every time I close a Mozilla window or shut down Mozilla. then I have to restart Mozilla to get back to the page I was on.

    Do you have any Norton products installed?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    See also:
    *http://kb.mozillazine.org/Firefox_crashes
    *https://support.mozilla.org/kb/Firefox+crashes

  • Cpu usage reported by port 311

    I am using Nagios to monitor my servers (one Linux box and one Mac Mini Server with Mountain Lion, all upgrades installed).
    For the Mac server, I was using check_osx_server plugin, which is using port 311 to get information from the OS-X server. After the last upgrade (I am not sure if it started with the 10.8.2 upgrade or the latest supplemental upgrade), the CPU Usage reported by the server is very strange. The thing is, it's not Nagios which is reporting wrong numbers, it is the server itself which is returning erroneous values. You can check this by opening a browser window and point it to https://yourserver.com:311 and then select servermgr_info and then from the drop-down menu getHardwareInfo and click Send Command. That XML document returned from the server, is where check_osx_server plugin is getting its numbers from.
    What I have found so far:
    1. When you first power up the server, if you check the CPU usage you get a number with 20-something digits. This is crazy, because the number reported is supposed to be less than 10000, since that number is divided by 100, to show you the CPU Usage percentage.
    2. The number remains the same for ever. Obviously, the CPU Usage changes with time, and that was reported accordingly, in the past. Now this number changes only if you run Server.app in the server or on a remote Mac. It changes to a more meaningful number (four digits, since this number has to be divided by 100, to get the CPU Usage percentage), but again, it remains the same for ever, until you close Server.app and re-run it. It also changes, if you go to the Stats in Server.app and change the default period from 4 hours, to 1 hour, but not if you change from one hour to 4 or 24h. Here is a sample of the XML file returned:
    > <?xml version="1.0" encoding="UTF-8"?>
    > <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
    > "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0">
    > <dict>
    >     <key>command</key>
    >     <string>getHardwareInfo</string>
    >     <key>cpuUsageBy100</key>
    >     <integer>9183</integer>
    >     <key>cpuUsagesBy100Array</key>
    >     <array>
    >         <dict>
    >             <key>cpuUsage-0</key>
    >             <integer>9094</integer>
    >         </dict>
    >         <dict>
    >             <key>cpuUsage-1</key>
    >             <integer>9272</integer>
    >         </dict>
    >     </array>
    There are more lines, but I have cut the file for brevity.
    3. Again, as long as the Server.app is running, the CPU Usage reported does NOT change. Only if you quit Server.app and re-run it, it changes.
    From the above, it is clear that port 311 is no longer reporting the momentary CPU Usage, but some other value, which is stored somewhere and is not updated unless you run Server.app.
    Has anyone else noticed this behavior?

    tried but stuck funnily with this message on every check:
    ERROR: Problem Contacting Server:<urlopen error [Errno 8] _ssl.c:504: EOF occurred in violation of protocol>
    until i fixed this issue i probably can't say anything...

  • Timer to generate on/off signal every 20 mins for 10 sec

    I need to create a simple timer. It comes on every 20 minutes for 10 seconds, then switches off until another 20 minutes has passed, and so it repeats itself. I want to open a valve with this every 20 mins for 10 secs, then close it. This is to work with a field point device that we have on our shelves.

    Here is a simple solution.
    Create a while loop, inside the while loop put a sequence in step 1 place a wait vi and set the value to 20 min (remember this input is in ms so 20 min = 1200000) in step two place the code to send the on signal (hardware output I assume) in the third step of the sequence place another wait for 10 seconds (10000 ms) and finally place the off sequence last. This solution is very processor friendly. If you just compair time stamps inside a loop, the loop will be continiously checking the time and your CPU use will max out. You can place an inherent wait in the loop but the responsivness (accuracy of your timming) will be reduced. The wait statment will pause your program until the timer (I believe it is linked to the OS interupt system) expires. This solution allows for multiple threads (loops) to run cuncurrently with little extra overhead. I have used timers to generate alarms in the past where the sequence after the time expiring fires an occurance to drive code in other loops. Hope this helps
    -Paul
    Paul Falkenstein
    Coleman Technologies Inc.
    CLA, CPI, AIA-Vision
    Labview 4.0- 2013, RT, Vision, FPGA

  • W520 i7-2860QM with 2 memory modules and CPU-Z Reporting them as Slots 1 and 3?

    Is this normal for CPU-Z (1.59, 1.60, 1.61) to report a matched kit pair of properly populated memory modules as Slots 1 and 3 in "dual" mode?   One is under the keypad in the upper slot #0 while the other is in slot #1 under the chasis on the left closest to the DVD (with the black plastic frame).
    Slots 2 and 4 in CPU-Z are reported empty.
    I think this is okay and just the way CPU-Z is setup to report the SPD info but would like to double check out here with others using only 2 of their 4 memory slots.
    I'm running a fresh clean bloatware-free Win7 Pro SP1 installed to my Samsung 840 Pro 512GB SATA-III SSD and holding at BIOS 1.36.  I'm using 1600 speed 2x8GB Corsair Vengeance modules (a 2x8 kit with adjacent module serial numbers).  Optimus and the integrated graphics are both disabled in BIOS and the unit never leaves its 170W Series 3 Plus docking station w/ external monitor, keyboard and mouse ..... it runs with the lid closed nice and cool, plus quiet also.
    CPU-Z also reports I'm actually running at 1600 on the memory and I have thrown every torture test I know of at this configuration and have not had any issues yet over the last 6 weeks.   Benchmark programs are also all on the very high end of the ranges published for W520 units ..... probably with a lot of help from that 512GB SSD SATA-III Samsung 840 Pro.
    I never plan to ever use the on-board graphics, so I'm getting ready to install my other identical Corsair 2x8 kit next week and see if stability issues arise at 32GB using 4 modules ...... will hold at BIOS 1.36 unless things start happening at 32GB.
    Thanks in advance for any input about the way CPU-Z reports pairs of memory modules.
    Two (I used to have Five) - T61p 15.4" WS T9300 2.5Ghz units, August 08/08 Builds with FX570M Nvidia Graphics; ... One W520 i7-2860QM w/2000M Nvidia Graphics (most recent acquisition and stupidly fast); .... One - T42 4:3 15" Flexview 1.8GHz with ATI Graphics (still perfect for traveling); ... Two - T500 15.4" units both with ATI HD3650 Graphics.

    Quote
    Originally posted by Wonkanoby
    if it drops that low rms the psu
    Sorry for asking, but what's rms? I found nothing on google that seemed to fit in, but I guess you mean to get rid of the PSU and get a new (better) one.
    I also ran memtest86 for 3+ hours and it seemed that one of my memorysticks was heavily corrupted.  
    So I removed that one and ran memtest86 again for an hour without any problems, but the volt keep dropping anyway... and the freezing-problem persists.
    Hopefully I can purchase a PSU on approval and run some test.
    Thanks for the quick answers guys!
    edit: By the way, which brand do you recommend for the PSU? Right now I have Topower, cheapest one I could find when I bought my computer about a year ago (only bought the two extra memorysticks last week).

  • Itunes Won't Open Send an error report!

    Hi I've just downloaded Itunes 6.0 and when I try to open it I get 'Itunes has encountered and error and needs to close send an error report?' I have read up on this and discovered that it may be a quicktime error so I went and downloaded quicktime seperatly with no luck. Then I read it may be C:\documents and settings\all users\application data\apple computer\itunes\sc info so I deleted it. No luck... does anyone else have any ideas? It stopped working when I downloaded the latest ipod update software for my ipod mini then it all stopped working I reallly need it to work for tommorow because I'm going on a long car journey and I want to be able to listen to my ipod. Thanks.
    Regards Ruairidh McHardy

    Have you had a look at these troubleshooting pages? They may be of some help:
    iTunes for Windows: Troubleshooting unexpected quits, freezes, or launch failures
    iTunes for Windows in Windows XP or Windows 2000 doesn't open after upgrading

  • "If you get this error while viewing a webpage, it means a plugin has crashed. You can send a crash report to Mozilla by clicking on Send crash report. " but why do I not get the button "Send crash report"?

    This is the most recent upgrade to my Firefox version 3.6.8
    Mozilla Firefox for Ubuntu canonical - 1.0
    Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.8) Gecko/20100723 Ubuntu/10.04 (lucid) Firefox/3.6.8
    Since then, every web page that makes use of the Adobe Flash plugin shows me grey windows with the message "Adobe Flash plugin has crashed".
    When I follow links telling me I can find out more I am taken to a Firefox Help page that shows an example of the same grey window with the same message. But there is a difference: directly under the "Adobe Flash plugin has crashed" message is shown a another message that says: "Send crash report". The Help page instructs me to click on that message because it is intended to be a link.
    Unfortunately, on all the grey windows displayed to me on any site where this problem arises, no such message: "Send crash report" is present. So how can I send a crash report?!

    You have the Ubuntu-specific build of Firefox - released as a package in the Ubuntu repository - and that has been built without including the ''crash reporter''.
    (So-called 'contributed builds' usually lack the updater - in the help menu - too, because they have their own updater.)

  • MSN's latest update is crashing Firefox many times per day. When I try to send the crash report to Firefox, it says it has trouble sending the report. Is anyone else having this problem? Is there a setting that can help?

    Firefox is crashing every time I have my MSN email account up. (Since I use it for business, that's many times per day.) It seems to coincide with hotmail's latest update where the email is checked and downloaded to the inbox automatically. Then when it asks me if I want to send the crash report to Firefox, I select yes and it tells me it had trouble sending the report. Is anyone else having this problem? Is there a setting I can change? I can't seem to keep my email account up for more than 10 minutes.
    p.s if you're reading this Microsoft, it's still not bad enough to make me to go back to Internet Explorer!

    Hi,
    /Users/sarahschadek/Desktop/Safari.app/Contents/MacOS/Safari
    Move the Safari app from the Desktop to the Applications folder.
    Restart your Mac.
    That's why you see this:
    When I try to do the updates my computer says it has ready it goes through like it is downloading them then at the end it says some of the files could not be saved to "/" files.
    After your restart your Mac, click the Apple  menu (top left in your screen) then click:  Software Update ...
    Carolyn  

  • FF 9,0.1 hangs every 30 mins, Windows 7 64-bit -- fix?

    Every 30 mins. while FF 9.0.1 is open, I get 3 events in Windows Event Viewer at the same exact time -- #4624(account successfully logged on), #4672(special privileges assigned to new logon), and #7036(Windows Error Reporting Service starts). Then computer hangs for 2 minutes, during which the light for disk drive activity is constantly on. At end of hang, there's another event #7036(Windows Error Reporting Service stops). No error messages appear. Any ideas for a fix?

    Just wanted to add that I've tried everything in "Firefox hangs" article and that this doesn't happen with IE9.

  • Macbook froze while online. hard shutdown. when it restarted, an error message appeared saying finder shut down unexpectedly containing a message box with a long list of technical jibberish.  after clicking OK that it would send an error report to Apple,

    macbook froze while online. hard shutdown. when it restarted, an error message appeared saying finder shut down unexpectedly containing a message box with a long list of technical jibberish.  after clicking OK that it would send an error report to Apple, the same error message box appeared again and again every time OK was clicked.  Now the macbook will not turn on at all

    If you're able to boot, launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Console in the page that opens.
    Select the most recent panic log under System Diagnostic Reports. Post the contents — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post "shutdownStall" or "hang" reports.
    If you can't boot in the usual way, try a safe boot. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    During startup, you’ll see a progress bar, and then the login screen, which appears even if you normally log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Safe mode is slower than normal, and some things won’t work at all.
    Note: If FileVault is enabled under Mac OS X 10.7 or later, you can’t boot in safe mode.

  • RTP sender and receiver reports

    Hi all!
    Does JMF, when using RTP make available sender and receiver reports? I read that within RTP, sender reports include monitoring
    information such as RTP time stamps and the number of transmitted packets or bytes. Receiver reports contain statistics about
    the received flows, such as interarrival jitter and fraction of lost packets since the last report.
    What class gives us this info?
    Thanks for any advice!
    Rob
    :)

    With RTPManager you have a function getGlobalReceptionStats()
    you can write:
         GlobalReceptionStats stats=avReceive.mgrs[0].getGlobalReceptionStats ();
         System.out.println("Statistiques video : ");
         System.out.println("Nombre total de paquets re�us :"+stats.getPacketsRecd());
         System.out.println("Nombre de paquets re�us en RTCP :"+stats.getRTCPRecd());
         System.out.println("Nombre de bytes re�us :"+stats.getBytesRecd());
         System.out.println("Nombre de collisions locales :"+stats.getLocalColls());
         System.out.println("Nombre de collisions distantes :"+stats.getRemoteColls());
         System.out.println("Nombre de paquets non re�us :"+stats.getTransmitFailed());

  • HH3 disconecting every 29 mins, firmware reboot!

    Hi all,
    There are three other thread i have found with the firmware causing a reboot every 29 mins on hh3, i wondered has anyone found a cure for this yet?
    The exact same problem exists with my hh3, the open reach guy who came around says it's the first time he had ever seen a router power off by itself every 29 mins.
    Basically through reading the hh3 logs, doing some research and long hard ruling everything else out this is basically this is what is happening.
    Server URL: https://pbthdm.bt.motive.com; Connecting as user: ACS username sends a firmware version check down my line every 29 mins and then for some reason sends a request to reboot the hh3, almost as if it's installed a new firmware, causing me to lose my connection until the hh3 restarts?
    (Booting firmware 4.7.5.1.83.8.57.1.3 (Type A))
    I really can't work out why, and it looks like it is a wider spread problem albeit not an epidemic, BTW now on HH3 number 4 had new nt5 box fitted. The problem stays the same with everything disconnected wired or wireless windows pc or ipad or apple mac .I have tried every conceivable combinations of discounting device all to no avail.
    The only slightly strange this is that the problem seems to occur predominantly when using hhtp traffic,(no matter what device used to surf the web) if i am not surfingthe web, say at night and i play the ps3 sometimes it wont disconnect at all, same with the apple TV.
    The broadband doesn't actually drop it seems its just the actual reboot that makes me lose my connection.
    Does anyone know why or moreover the cure.
    Many thanks
    Martin

    Hi
    I am sorry to see you are having problems
    I suggest you contact the forum mods they should be able to get this problem sorted for you this is a link to them http://bt.custhelp.com/app/contact_email/c/4951
    They normally reply by email or phone directly to you within 3 working days they will take personal ownership of your problem until resolved and will keep you informed of progress
    They are a UK based BT specialist team who have a good record at getting problems solved
    This is a customer to customer self help forum the only BT presence here are the forum moderators
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

Maybe you are looking for

  • How to Patch Multiple Instances on same oracle home

    Hi All I Have 4 Instances running on server like below DEVSTAG /opt/oracle/product/10.2.0 DEVUAT /opt/oracle/product/10.2.0 DEVREVT /opt/oracle/product/10.2.0 DEVREG /opt/oracle/product/11.2.0 i want to Apply the patch set 11.1.0.7.1 to DEVUAT & DEVR

  • Graph wizard does not work from report builder

    Hi, I am again an agian posting the same question because still i am unable to run a graph wizard from my reports builder. When i run this i get a program error "rwbld60.exe has generated an error ...." This shuts down the entire report builder and i

  • Re: Disappointed in Verizon...willing to lose a customer

    On the contrary, raebell is probably the first case I've seen of someone claiming to be "loyal" on this forum and using it correctly. They want to stay with Verizon DESPITE the issues they are having, and are upset that Verizon has offered two option

  • Can't import movie created in Sorenson Squeeze

    I work with AVID and Windows at work... don't hold it against me. I'm a total Mac guy at home. I have created some QuickTime movies with Sorenson Squeeze using the standard DV/DVCPro codec. People with Final Cut Pro tell me they cannot import my movi

  • Not able to find out the path where i need to place the .plx file on server

    I have to make some changes in the PLL (library) file and compile it into it's .plx file and move the .plx to the server. I am not able to find out the path where i need to place the .plx file on the server. I have placed it in /iasapp01/app_name/lib