Right way to get interface counters in TCL/EEM

Hello Experts,
I am looking for your advise about the best way to deal with interface counters inside TCL/EEM on XR. The ultimate goal is to compare rate (bps/pps) over two 10G interfaces and alert user in case they are differ more than 15-20% .
I can get counters by parsing output of "show interface TenGigX/X/X/X" but , may be more streightforward way is exists, like getting them directly from MIB or from elsewhere ?
Thank you !

Using the CLI on XR is probably best since you can get bidrectional utilization in one call.  The SNMP ED would work, but you can only poll for one OID at a time.  So short answer is, you're doing the best thing right now.

Similar Messages

  • What's the right way to get in touch with devs? arch-general list?

    tl;dr version: skip to the questions at the bottom
    Today I saw an unfortunate thing happen during the Bug Day proceedings. It surprised me to see it, because the knowledge needed to avoid the problem was made available in advance. Bear with me as I tell a story, so I can point out an example of what looks like a communication problem between users and devs.
    A while back, I sent mail to arch-general giving advance notice of upcoming releases (within the next two days) for some xiph.org software (libogg, libvorbis, libao, and vorbis-tools). No one responded to it. That's not really a problem - after all, there wasn't any work to be done yet, since the releases weren't finalized yet.
    When the releases happened, I flagged them out of date as usual, and provided extra details to avoid difficulty with the upgrades (whether rebuilds were needed, and which upgrades depended on which other upgrades). One package belonged to Snowman, two to Tobias K, and the last (and most difficult) to Hugo D. I knew Hugo was no longer a dev, and later saw that Eric was going inactive also. (I don't know Tobias K's status.) That's probably part of the problem - this info getting lost since it wasn't sent to the same devs who later did the upgrades. (I guess the "multiple owners" feature should help alleviate this problem.)
    A few days back, I sent another mail to arch-general. I admit that I was nagging a bit, though I do believe that I was contributing helpful info - mostly the same as I put in the flagging messages. Again, no one responded. Not exactly nice, but again, not wrong either. You'll get to it when you get to it, and I can (and did) do these rebuilds for myself. Note that I'm NOT complaining about a week or two lag in updating packages - that's perfectly reasonable, and I'd be a huge jerk to make noise about that.
    Today, bash was doing upgrades to close bugs, with help on IRC from Pierre and wonder. One of those packages was libvorbis, and he wondered if a rebuild would be needed. I knew for sure that it wasn't, and told him so, which he acknowledged with a "thank you". He then went on to duplicate my research, which felt a little odd to me. In the end, this package was upgraded perfectly fine.
    The other package he upgraded was vorbis-tools. Unfortunately, building that against the old libao in [extra] generates an incomplete package, missing ogg123. When I saw this problem, I opened a bug, and had it handled exactly as I thought it should have been. The end result was fine.
    Now, the point here is that I had identified the dependency of the new vorbis-tools on the new libao in several of my previous messages, and reading those could have saved some trouble. It's reasonable that no one working this on IRC today saw my flagging messages, since I understand that those only go to the maintainer. However, my second mail to arch-general was definitely available, and based on what happened today, no one it would have been useful to, actually read it. That's a communication breakdown, and that means somebody did something wrong. It's entirely likely that it was me, and I want to know the solution.
    I've always believed that arch-general is the best way for an ordinary user to get in touch with "the devs" as a body. Many devs don't go on IRC, and it's a bit too busy in there most of the time anyway. Many devs also don't hang out here on the forums, and that's easy to understand as well, given how high-volume they are now. The bug tracker generally gets excellent dev responses, in terms of both timeliness and quality, but it's not appropriate for communications that are not bugs. All devs seem to read arch-dev-public, but users like myself of course can't post there.
    So arch-general has to be it. In fact, I always thought that was the intended purpose of that list. Until recently, it was a low-volume list. Lately, it's grown quite a bit, and is starting to resemble these forums: general tech support questions (some of them stupid), users plugging their own creations, and just chatter. (There are a small handful of posters accounting for a great deal of the noise.) I keep wanting to tell them to take it to the forums, but restrain myself as I'm not really sure if I'm right about their posts not being appropriate for the list. I'd leave the list, as it now annoys me, but then I can't reply to things posted on arch-dev-public. (Probably what I'll really do if this keeps up is stop using [testing], so I can do away with both of those lists. Oh well.)
    Now, the questions here:
    - Are devs also dropping out of arch-general because of the increasing noise, and is that why my second mail got lost?
    - Are the "noisy" posters abusing the list, and should they be told to go to the forums instead?
    - Is arch-general actually intended as the primary way for users to talk to devs?
    - If so, how to fix it so it works that way again?
    - If not, where should I have been sending messages like the ones I linked to in this post?

    I think almost every dev is on arch-general, so that is the place to contact the group in general.  Specific points can probably be emailed to the dev involved, if one is identifiable and if the bug tracker is not a better place (bug reports to my email get ignored).
    I think the whole problem here is that there is really no dev in charge of that package.  So your emails were probably seen then skipped over by all devs thinking not my problem...  (I know that is true for me).   Then Andrea noticed an "orphan" package that needed updated and went ahead with it without connecting it to your previous emails, which is unfortunate.
    Now our maintainer backend is fixed, hopefully we can get all the orphan packages adopted out, or at least know if we need to bring on new people to maintain them.  That way, there should always be someone who information about specific packages should be sent to.

  • Right way to get Mobile's TIME ?? problem...

    Hi,
    I need to display the mobiles system time in my application.
    I'm getting the time using System.currentTimeMillis() and then using it in the Calendar class to get individual values of hours, minutes, secs, etc...
    But whats happening is the time I'm getting in my application is not matching with the time thats being displayed on the cell's main screen or clock.
    The problem is strange.. My cell's default time zone is set to IST but the time i'm getting is 30 minutes before IST which isn't even GMT by any chance!
    im using a Motorola Rokr E6 with Linux Mobile..
    pls help..
    thx

    {color:#000080}Hi Dayson
    MOTOROKR bug.
    I just threw together a MIDlet to check this... same handset, same time zone as you :-) In fact, the map-based time zone setting screen even shows IST as GMT+05:00 instead of +05:30, I hadn't noticed it earlier. And peculiarly -- Karachi is also listed as +05:00 and Dhaka as +06:00 but these show 30 minutes � offset from IST. Check it out.
    I ran the same MIDlet on my "second" handset -- SE k700i -- and it reported IST correctly.
    Device fragmentation has no end! I do not even feel like submitting another bug report to Motorola Support as I already have one pending for 2 months now. Since you have a E6 -- the bug shows itself in ItemStateListener.itemStateChanged being not called after display is set back to a Form that has been previously displayed. My workaround -- deleteAll and add another complete set of Items to the same Form, looks like another Form to the user but I know better ;-)
    Try it on any other handset, your code is OK.
    Cheers, Darryl{color}

  • Best way to get switch/router interface stats remotely and periodically

    Team:
    I am not sure if this is really needed; however, I am looking at methods or solutions that I can get interfaces stats from my switches and routers. Looking for errors: CRC, Frame, Overruns, Collisions, etc; however, I am not sure the best way to do this on my devices.
    Currently looking into Expect; however, I do not see away that I can save the output of the ‘show interface’ command to a file, clear the counters, and upload the interface stats to a tftp site. The idea was to use a cron job and ‘grep’ to dig though the files once on my server, but again, I am not sure I can do this.
    I am looking for suggestions on how I can do this, or something similar, or even a better solution.
    Thanks
    JJ

    Hi John,
    Thanks for the insight. I am currently learning Python, which is slow going, but I am pushing through. This is production, and last Friday I did a router and switch count. It will be over 200 devices distributed globally. In addition, these resources/devices are linked to as many different circuit types. The business is small, and I cannot get the budget for Solarwinds, so I was trying to be creative. I looked into Python, but I am just learning, yet I have started with the Apress ‘Beginning Python’ by Hetland, so the skill set is not there YET.

  • In previous versions of i Tunes you could highlight a song in your library and there would be a genious list on the right side of the screen showing songs like the one highlighted in the library. Now I do not get that list. Is there a way to get this back

    In previous versions of i Tunes I could highlight a song in my library and a genious list would show on the right side of the screen listing songs that were like the one highlighted. Now I do not get that list. Is there a way to get that back?

    Hi again Bob,
    I believe I've found the feature you were speaking about now. Information on the "In the Store" feature of iTunes can be found here:
    Apple - iTunes - Inside iTunes - Using In the Store from within your iTunes Library.
    http://www.apple.com/itunes/inside-itunes/2013/01/using-in-the-store-from-within -your-itunes-library.html
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • In FF5.0 this Tab Groups feature doesn't work: "Once you've created your first group, the Tab Group button will be added to the right end of the tab strip to give you a one-click way to get back to your groups."

    The sentence in quotes in my question is from the instructions under "What are Tab Groups?" (Redirected from "What is Panorama?")

    Thank you cor-el. I had tried that but the icon wouldn't go on the tab bar. Now it will.
    All this may be me, but I still suspect FF5. For WHY did it not happen automatically, as the help page indicates?
    Sorry, only just got back to click Solved, as the icon is now where it's supposed to be. The icon I got from the Customization window before was useless on my cluttered toolbar, and I thought the only way to get it to appear on the tab bar as advertised was to remove it completely and see if it appeared in the right place after a reboot or something. I think we're probably still at the stage where we have to settle for ad-hoc fixes of the mercurial behaviour of new versions.

  • The only way to get the bookmark link open is to open the folder right click open. Why is this?

    When i click on the link i want to go to nothing happens. ex: lets say that i want to check my email, well i would normally go to email folder> and just click on yahoo or gmail. well now when i do this nothing happens. i have to right click then go to open.

    Thanks but unfortunately I don't have that option (I'm im Australia) so this will be day 8 that apple have my money without authorisation. The amount has now increased due to the transactions that were pending prior to me cancelling my credit card. The total is now over $300 including the overdrawn fee. It is beyond comprehension that a company the size of apple doesn't have a *real* customer service dept that handle these types of *real* problems immediately via phone contact but I guess that's the point isn't it? If we want to use the apps they provide thru their services and devices we have no choice but to put up with their primitive third world service. I sent them an email via the link you provided 4 days ago. There is no excuse for me to be STILL waiting for this problem to be resolved - none whatsoever, it is disgusting. Thanks for responding I had a feeling that was the only way to get this resolved, only it is so unbelievable I had to make sure.

  • Intellicast it does not load the way it did before. Now I just get a page with writing yet on Explpre it losds the right way

    I tried reinstalling Firefox but I get the same thing with Intellicast. I get a page with typed writing instead of a grafic page with the maps and 10 day forecast. I go to Internet Explorer and get the same intellicast.com page and it opens up the right way. what is the problem and can it be fixed. I never had this problem before with intellicast and have been using it for some time on firefox

    If it happens again the first try these basic steps:
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Press and hold Shift and left-click the Reload button.
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"

  • Hello! I have a MacBookPro5,1. I recently had to erase the disk and start over. So right now I have OS X. what is the best(cheapest/fastest) way to get current on my OS to be able to use current websites and programs? thanks!

    Hello! I have a MacBookPro5,1. I recently had to erase the disk and start over. So right now I have OS X 10.5.5. what is the best(cheapest/fastest) way to get current on my OS to be able to use current websites and programs? thanks!
    Right now there is pretty much nothing on it, and I cant download basic things.

    Upgrading to Snow Leopard
    You can purchase Snow Leopard through the Apple Store: Mac OS X 10.6 Snow Leopard - Apple Store (U.S.). The price is $19.99 plus tax. You will be sent physical media by mail after placing your order.
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store. Access to the App Store enables you to download Mavericks if your computer meets the requirements.
         Snow Leopard General Requirements
           1. Mac computer with an Intel processor
           2. 1GB of memory
           3. 5GB of available disk space
           4. DVD drive for installation
           5. Some features require a compatible Internet service provider;
               fees may apply.
           6. Some features require Apple’s iCloud services; fees and
               terms apply.
    Upgrading to Mavericks
    You can upgrade to Mavericks from Lion or directly from Snow Leopard. Mavericks can be downloaded from the Mac App Store for FREE.
    Upgrading to Mavericks
    To upgrade to Mavericks you must have Snow Leopard 10.6.8 or Lion installed. Download Mavericks from the App Store. Sign in using your Apple ID. Mavericks is free. The file is quite large, over 5 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
        OS X Mavericks- System Requirements
          Macs that can be upgraded to OS X Mavericks
             1. iMac (Mid 2007 or newer) - Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) - Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) - Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) - Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) - Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) - Model Identifier 3,1 or later
             7. Xserve (Early 2009) - Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
         Are my applications compatible?
             See App Compatibility Table - RoaringApps.

  • My name now appears on the upper right hand corner of my display after upgrading to mountain lion.. is there a way to get rid of that?

    my name now appears on the upper right hand corner of my display after upgrading to mountain lion.. is there a way to get rid of that?

    In System Preferences > Users & Groups > Login Options (below the list) > click the padlock and authenticate > Uncheck Show fast user switching menu as:  or you can change it to icon.

  • I don't have my phone anymore and need to get access to my contact list. Is there a way to get into my backed up info from the PC I'm using right now?

    I don't have my phone anymore and need to get access to my contact list. Is there a way to get into my backed up info from the PC I'm using right now?

    You can use another iPhone (or iPad) to restore it too, or you can login to www.icloud.com (assumng you weer using iCloud) and export your contacts from there.

  • The best way to get 5.1 sound out of Mac Pro

    Hello. I'm not sure if this is the right place to ask this, but could someone recommend me the best way to get 5.1 sound of a Mac Pro. Since I don't require hi-fi -level sound, just simple directional audio for gaming and such, I wouldn't like to pour a lot of money to this. As I see it, I'd need an external sound card, internal PCI-E soundcard or speakers that have an optical input. I would like for the cost to be in two digits, euro or dollar.
    Any suggestions about hardware?

    Once again, the issue of 5.1 w/Apple comes up.
    Here is the bottom line.
    You will only get 5.1 audio if the following conditions are true:
    - You are using the OPTICAL output on your Mac
    - You are playing a DVD with a 5.1 soundtrack
    That's it. The simple truth is, that even if you have a Z-5500 setup (like I do), you still will not get 5.1 surround in ///any/// applications other then while playing a DVD.
    There is no way to get 5.1 out of a game on a Mac Pro. No matter how much money you throw at it. The support simply is not there. It is not a software issue, it is not a driver issue. It is the game developer's issue (sort of), and it is a //lack of hardware// issue.
    The complex truth, and I will attempt to explain, isn't that simple.
    Your Mac Pro or Macbook only has a single line-out, that supports 2 channels at the maximum. Optical audio will only handle 2 channels as well- it's the same signal (in two channels) on a different medium, basically.
    All PC soundcards that support proper 5.1 (save for a select few) have //multiple// line-out jacks for Front Left/Right, Center/Sub, and Rear Left/Right (3 plugs total for 5.1). Since your Mac/Mac Pro doesn't have this, you can't hook up a 5.1 speaker set and expect true 5.1.
    You do have optical audio, however, this only works in 5.1 when a Dolby Digital signal is piped through the optical cable.
    Dolby Digital works by encoding a 5.1 signal as a data stream, sending it to a receiver, where it is decoded and played back as 5.1 stereo. DVD's have this audio pre-encoded on the disk.
    If you wanted 5.1 output from your games, they'd need to ether have the sound/audio data encoded as Dolby 5.1, or support encoding on the fly to take a 5.1 signal, encode it, and pipe it out the optical audio plug. Xbox360 does this, because they've licensed the technology from Dolby- as have the game developers.
    Unfortunately, none of the developers for Macintosh gaming have yet to include live Dolby 5.1 encoding (I think Doom 3 had a beta patch that did- I could be wrong).
    If the game doesn't support the above feature, then you only get basic 2 channel audio.
    *Do not buy a Fireface 800.*
    This is a professional audio interface (like an external soundcard). While it supports 5.1 output via 6 individual outputs, you need SPEAKERS that have +built in amplifiers+ (called a Studio Monitor). Not just one amplifier- all the speakers have it built in and take a balanced stereo input.
    You're looking at $1300 for the Fireface 800, and another $200 per speaker. This is not cheap, is not meant for gaming, and is not consumer grade equipment. It's pro audio, designed for Logic 8 and similar.
    Even if you did spend the money, trust me, I'd know... I have a 5.1 setup running through an Apogee Ensemble (a $2000 "soundcard"), and I do not get 5.1 support from Quake 4, C&C 3, or any other game. I only get 5.1 surround from my audio production in Logic 8.
    To recap, since this has been asked many times- and I don't want you wasting your money here (just trying to be helpful!)...
    *There is no simple or cost-efficient way to get 5.1 from your Mac, other then while playing a DVD movie.*
    I would highly recommend that you buy a very good pair of 2.1 speakers with a Sub woofer. Maybe even a pair that takes an optical input for audio. If you really want to spend the money to *watch a DVD in surround sound,* then you can... And it'll work wonderfully, but gaming will not give you surround sound at all.
    *Again- There are no games out that support 5.1. Just because you technically support Dolby 5.1, doesn't mean the applications are aware of it and can utilize the 5.1 surround.*
    Edit: I may have neglected to also mention that the Firewave unit will support 5.1 properly through 3 separate plugs (much like a PC soundcard does), however the only game I am aware of that supports this is Unreal Tournament 2003 for Mac (or was it 04?), with an experimental patch for 5.1 via OpenAL. Last I heard, it worked okay, but crashed occasionally.
    Most of the other games out there just don't support 5.1, period (probably due to the lack of hardware on the Mac computers from the factory).
    -SC
    Message was edited by: ScottishCaptain

  • Is there any way to get Gatorade out of a Blackberry Curve?

    I just spilled some Gatorade on my Blackberry and now it won't even turn on. I took the battery out right away and let it dry for a bit, then I put it back in. It still never turned on, the screen just flashed white then turned off. I don't have a clue what to do it fix it!
    Can somebody help me please!!! I'm completely lost without my phone

    There is a method called canGetBytecodes() in the
    com.sun.jdi.VirtualMachine interface.
    The JVM of Sun (1.4.0) answers true for this question
    but I have not found any way to get the bytecode.
    Is it possible?
    (It is possible to get the bytecode of a method, I
    know.)As you have learn'nt by yourself, there is no API provided which returns the bytecodes of a class. I suppose the reason for the Method object to provide one such method is because the computaion happens only inside a method. So it will contain associated mnemonics and operands therefore contains bytecodes.
    Little painful solution would be to look into JVM spec for the byte size of 'Class' structure and add it with method bytecodes and arrive at a rough figure. I would also like to see the solution to it.

  • Any way to get frame accurate in icon view mode?

    Does anyone know if there is a way set frame accurate in points in icon view mode?  I know that if you are "hover scrubbing" a clip, and then click on it you can use the JKL keys to shuttle through the footage.  But is there any way to go frame-by-frame through the footage as well?
    I ask because I have a 4-camera shoot where the clips were synced by a slate clap.  I'd like to make a multicam clip from the shots so am going through and setting the "clap" as the in point of each clip, and then using them as sync points for the multicam clip.  I hover scrub to the general area of the slate clap (works great) then use the JKL key to narrow in "clap" even more (also works great).  However, it is nearly impossible to stop exactly on the frame where the slate hits using the JKL keys.  So I would like to get in the general vicinity using JKL, and then use some other keys or method to get to the exact frame of the "clap".  One would assume that the arrow keys would do this, but they don't. 
    Does anyone know if there is a way to accomplish this?  Thanks in advance for any help.

    I understand your point, and it never ocurred to me that I part of my normal workflow when doing things like that to more than a few clips is to select all of the clips and put them all in the Source Monitor with a single command. (Select them all, right click, and select "Open in Source Monitor".) So I don't go back and forth between windows. I guess I have been doing it so long I missed that step in the explanation. Sorry about that. Also, please understand that I skipped CS4 and CS5 so when I started using CS6 I have never really been comfortable with the hover scrub for anything serious. Not yet anyway.
    I figure that all of the clips will end up in the Source Monitor anyway before they hit the timeline, so why not put them up there and as I finish with each one I close that window and start on the next one.
    Those of us who go back to when Premiere became Premiere Pro have been waiting for some of these features a very long time. Slap-your-head it might be to you or me, but Adobe only has so much money to pay engineers and there is always something more important to work on. Like becoming codec agnostic or handling huge frame sizes. Adobe has borrowed many features from FCP, but it is still a work in progress. We just submit feature requests and attempt to convince others to do the same. You can't imagine how much time we spent a decade ago getting people to create the proper sequence. Now you just drag a clip to the New Item button and your sequence is perfect. That is magic to someone like me, who taught people how to use Premiere Pro 1.5 by copying FCP tutorials and recreating them in Premiere Pro (for Lynda.com) using the same footage.
    Jim Simon is often quite vocal about things he would rather see done that some of the requests. I agree with him most of the time, but every now and then a little thing I think should be done is not on his list and he will let me know in no uncertain terms why he thinks what he thinks. He can be pretty persuasive and it is difficult to argue with his logic. The Adobe folks read these forums, yes, but they read the feature requests and look to see how many customers want certain things done. Not a bad way to prioritize. Now that more FCP people will be submitting requests, there is a good chance that you will see more features that you want.
    So, while it may be obvious to you, it isn't obvious to Adobe until the masses speak. I suggest that you might want to consider being a rabble rouser, getting like minded people to put in the same requests. That is probably the best way to get what you want.
    As for going in reverse.... I think that if you have never had some of these things, they are not important to you. They are not all like adding reverse. Some are but some of these are like the tailfin on the 1959 Caddilac. The higher the better back then. But are they necessary?

  • Probably asked and answered a million times but my laptop died and my boyfriend and i are now sharing a computer when i went to back up my contacts i ended up with all of his! Is there a way to get them off and how do i prevent this from happening again?

    probably asked and answered a million times but laptop died and my boyfriend and i are now sharing a computer when i went to back up my contacts i ended up with all of his? Is there a way to get them off without deleting each one? Also how do i prevent this from happening again? can someone direct me to some info on multiple phones on one itunes i am lost.

    Hey there 79usma79!
    I have a couple of articles for you that can help you troubleshoot the issues you are seeing with iTunes on Windows XP. The first is a general troubleshooting article, which can be found right here:
    iTunes for Windows XP: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/TS1421
    This article can help you find out if there are any conflicts between your copy of Windows XP and iTunes, and can tell you what to do if there are. Before going down the troubleshooting route though, you should take a look at this article, which can help you back up your entire iTunes library to an external hard drive, so if this issue is recurring, you will be able to restore from that backup and will not have to worry about losing your playlists or music again:
    iTunes: Back up your iTunes library by copying to an external hard drive
    http://support.apple.com/kb/HT1751
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

Maybe you are looking for

  • Non-English international email addresses

    Hi Any help or pointers are much appreciated. I get data feed from our HR database to our application database. Some of the email addresses are non-english ( international ). The questions is 1. 1. how do I store, retrive and use the same for posting

  • How to scroll slower?

    My only frustration with the ipod aspect of the iphone is its inability to scroll forward or back slowly on a audio track. I listen to radio podcasts all the time and I often want to go back and listen to the last couple of minutes or scroll forward

  • Safari is freezing my computer

    Today I opened a video on FB, and a message said I needed two new plug-ins to run the video. I downloaded those. Since, Safari has locked up again and again. Not only is Safari freezing but my whole operating system. I've had to shut down and re-boot

  • Captivate movie in FrameMaker

    I'm looking for information/instructions on how to integrate a Captivate version 3 movie into FrameMaker version 8. If anyone has suggestions, I'd appreciate your help.

  • Problems with the processor , fan , and energy consumption

    Hello . Well , for some reason , my two years old laptop started to behave in a weird way . I just ignored the slight slowdown with the boot because I believe it's to be expected with any machine but that's not the issue . Aside from the annoying fac