How to use Network utility, or activity monitor

Hi There,
Can anyone point me in the direction of something that can tell me more about how to use these programs? Thanks.
DMWard

Click here and here for information.
(33707)

Similar Messages

  • How to use the Java embedding activity in BPel

    hi all,
    How to use the java embedding activity in BPEL
    pls can u provide sample example

    1 Use [Oracle BPEL Process Manager Client Java API Reference|http://download-uk.oracle.com/docs/cd/B31017_01/integrate.1013/b28986/overview-summary.html] and especially [com.collaxa.cube.engine.ext|http://download-uk.oracle.com/docs/cd/B31017_01/integrate.1013/b28986/com/collaxa/cube/engine/ext/BaseBPELXExecLet.html]
    Instead of System.Out.println use addAuditTrailEntry(java.lang.String message)
    2. If you want to import a package write in code (Source View) of bpel process
    +<bpelx:exec import="package_name"/>+ for example +<bpelx:exec import="java.util.regex.Matcher"/>+
    example 1:
    String bodyAsString;
    StringBuffer myStringBuffer = new StringBuffer();
    try {
    bodyAsString = (String)getVariableData("BodyString");
    addAuditTrailEntry("bodyAsString1: "+ bodyAsString);
    Pattern pattern = Pattern.compile("goodDay");
    Matcher matcher= pattern.matcher(bodyAsString);
    while (matcher.find()) {   
    matcher.appendReplacement(myStringBuffer, "shitDay");
    matcher.appendTail(myStringBuffer);
    bodyAsString = myStringBuffer.toString();
    addAuditTrailEntry("bodyAsString2: "+ bodyAsString);
    } catch (Exception ex) {
    addAuditTrailEntry("Failed+bodyAsString",ex.getMessage());
    I put in code (Source View) the following
    <bpelx:exec import="java.util.regex.Matcher"/>
    <bpelx:exec import="java.util.regex.Pattern"/>
    example2:
    Object temp;
    try {
    temp = ((XMLElement)getVariableData("inputVariable","payload","/ns2:FiscalisMessage/ns2:Body")).getChildNodes().item(1);
    setVariableData("AdjReceipt",temp);
    addAuditTrailEntry("ok",temp.toString());
    catch (Exception ex) {
    addAuditTrailEntry("Failed :",ex);
    I put in code (Source View) the following
    <bpelx:exec import="oracle.xml.parser.v2.XMLElement"/>

  • How do I uninstall SyncMate Server, Activity Monitor shows it still there after appzapper uninstall of SyncMate app? Killing in AM proceeds with a SyncMate Server startup again??

    How do I uninstall SyncMate Server, Activity Monitor shows it still there after appzapper uninstall of SyncMate app? Killing in AM proceeds with a SyncMate Server startup again??
    Mavricks, MacbookPro, typical config of everything and standard business user, no heavy graphics, animation or media editing. MS Office, web apps, etc.
    I have the same issue with Logmein, which I installed a trial, uninstalled with appzapper, which I thought does a good job of untangling the components of apps but for these 2 it doesn't.  Any help would be greatly appreciated.
    Thx,

    Usually applications like these have their own uninstallers, either build into the installer ( ! ) itself or as a separate uninstaller app. Check the site of the software provider for instructions.
    Here's the instructions for SyncMate: http://wiki.eltima.com/user-guides/syncmate-mac-os/uninstall.html
    And LogMeIn: http://help.logmein.com/SelfServiceKnowledgeRenderer?type=FAQ&id=kA030000000DGF1 CAO&kw=

  • Help:how to use java.util.jar to zip or unzip a binary file.

    how to use java.util.jar to zip or unzip a binary file or a file contain native code.

    It may help you to know how I add JARs
    1. I open my Project (myProject)
    2. I Mount the JAR to the FileSystem (like mypackages.jar = which includes com.mus.de.myClass.java)
    3. I Mount the File to the FileSystem (like c:\..myfiles..\myProject)
    3.1 I add the File to my Project
    4. I select File | New -> Classes | Main
    4.1 I typed "import com.mus.de.myClass.java" to refer to this package.
    4.2 I called some of the public methods
    thats it
    Andreas

  • Can not see TC hard driver using istat pro or activity monitor

    I upgraded the firmware of TC to 7.4.1 yesterday, but I found the transfer speed was too slow and I noticed that I can not see the TC condition using istat pro or activity monitor. So I downgraded the firmware to 7.3.2. Now the transfer speed is fine but I still can not see the TC hard driver in the istat pro or activity monitor.(but I can access files in the TC hard driver normally)
    Can anyone help?

    I couldn't see my TC hard drive in iStat pro until I actually mounted the TC's Airport Disk using the Finder 'Connect to server' dialog. iStat Pro only gives me Used and Free GB for my Airport Disk. My TC is an old 500GB upgraded to 1TB running 7.4.2 firmware.
    As to checking the temperature, I'd be interested too. I have a digital thermometer taped to the top surface of the TC and it is reading 46C with an ambient of 17C. The TC sits on top of a cupboard with clear space around, and I am resting it on a spacer which lifts it 12mm clear of the cupboard to give it the best ventilation. The TC has been doing a long (08:00 - 21:00) Time Machine backup today.
    Sayling

  • How 2 use ORADIM utility

    How 2 use ORADIM utility to recreate or edit ORACLE SID. ?
    oradim -sid <sid> -edit <new password>
    but where and how i write this ?
    Edited by: Abdetu on Oct 5, 2010 3:54 PM

    Just open a command window and issue oradim:
    ORADIM: <command> [options].  Refer to manual.
    Enter one of the following command:
    Create an instance by specifying the following options:
         -NEW -SID sid | -SRVC srvc | -ASMSID sid | -ASMSRVC srvc [-SYSPWD pass]
    [-STARTMODE auto|manual] [-SRVCSTART system|demand] [-PFILE file | -SPFILE]
    [-SHUTMODE normal|immediate|abort] [-TIMEOUT secs] [-RUNAS osusr/ospass]
    Edit an instance by specifying the following options:
         -EDIT -SID sid | -ASMSID sid [-SYSPWD pass]
    [-STARTMODE auto|manual] [-SRVCSTART system|demand] [-PFILE file | -SPFILE]
    [-SHUTMODE normal|immediate|abort] [-SHUTTYPE srvc|inst] [-RUNAS osusr/ospass]
    Delete instances by specifying the following options:
         -DELETE -SID sid | -ASMSID sid | -SRVC srvc | -ASMSRVC srvc
    Startup services and instance by specifying the following options:
         -STARTUP -SID sid | -ASMSID sid [-SYSPWD pass]
    [-STARTTYPE srvc|inst|srvc,inst] [-PFILE filename | -SPFILE]
    Shutdown service and instance by specifying the following options:
         -SHUTDOWN -SID sid | -ASMSID sid [-SYSPWD pass]
    [-SHUTTYPE srvc|inst|srvc,inst] [-SHUTMODE normal|immediate|abort]
    Query for help by specifying the following parameters: -? | -h | -helpSY.

  • How to Use MRS Functionality at Activity Elements Level?

    When we use Multi Resource Scheduling for resources in PS, we specify "Resource planner process" as process variant at the network header and the Resource planner node.
    In the other hand, at the network operation level we are able to choose the same Process variant and the system displays the planner node to start planning; however we cannot do that when using activity elements because the icon to search the Resource planner is gray out.
    How can I use MRS functionality at activity elements level?
    I will appreciate your help.
    Ragards,
    Rafael

    Hi Rafael...
    A question were able to integrate elements activity to MRS?
    Thanks
    Damy Vidal

  • MacPro Quad Core 32g Ram running slow Logic using only 9g in Activity Monitor

    Well its taken a while, but this is my first foray into the world of forums! I'm so hacked off with this regular problem and havent been able to find anything anywhere to solve it i thought i'd see if anyone has any similiar issues and maybe even a solve to it.
    So.... im an orchestrator and producer and after my mid 2008 Macbook Pro with 8g ram started freezing up i invested in this 3 years ago -
    Mac Pro 2x 2.4ghz Quad Core intel Xeon and stuck in 32gb of lovely Crucial RAM and 3 seperate internal 1TB drives with one for operating system (10.6.8), one for Audio recording/saving and one for all my sample libraries.
    32gb ram - should be enough i thought!
    So i regularly run at least 30 VI's - Ni The giant, Spitfire Orchestral librabies (say 12 string instruments up to 0.69g per load) LASS strings, plus perc STYLUS, ABBEY road drums, Trillian basses (acoustic/electric), ominisphere etc etc. So pretty hefty sample instruments. But theyre sooo nice!!
    In addition, the 32 bit server will come alive (NOT! So unstable i find) with my Waves plugs etc.
    Looking at ACTIVITY MONITOR however i might be not touching 9 gig (and sometimes even less) of usage for Logic, and only say 800MB for 32 bit server and have NOTHING else open - and what do i find .....
    - Mouse lag and cant really do anything with the mouse whilst playing the track - cant adjust volume - too slow, zooming problems
    - Takes a good 2-3 seconds for track to stop playing
    Dont get System OVERLOADS so much, its just that the system goes REALLLLLY slow.
    What ive tried- - -
    - Running Mountain Lion off another drive (havent had time to install it and wanted to be sure everything worked etc)
    - Tried all audio prefs - large/small buffers/threads etc and yes i am on 1024.
    in a nutshell how come with 32g RAM everything is so slow when barely using 10g of that???????
    I dread getting to the end of a project cos i know im gonna be freezing so much, but with so much editing all the time for the orchestral parts i need everything unfrozen and working.
    Sorry if this is long winded but wanted to describe what im experiencing.
    Any feedback most welcome! Thankyou in advance.
    Mac Pro 2x 2.4ghz Quad Core intel Xeon 32g RAM, 3TB storage
    10.6.8
    Logic Pro 9.1.8

    Hi
    A few thoughts:
    julian6400 wrote:
    In addition, the 32 bit server will come alive (NOT! So unstable i find) with my Waves plugs etc.
    The 32bit server is a pita: Waves v9 are 64bit  compatible (they run fine). 32 bit VI's can be run outside Logic using Vienna Ensemble Pro (see later)
    julian6400 wrote:
    So i regularly run at least 30 VI's - Ni The giant, Spitfire Orchestral librabies (say 12 string instruments up to 0.69g per load) LASS strings, plus perc STYLUS, ABBEY road drums, Trillian basses (acoustic/electric), ominisphere etc etc. So pretty hefty sample instruments. But theyre sooo nice!!
    Some of these VI's are extremely CPU hungry: Abbey Rd drums for example, really do hammer the CPU. What does Logic's Performance meter show in the way of CPU load. What does Activity Monitor show regarding CPU load?
    With 32G of RAM, this should not be the issue, but you might have general CPU problems (see above), and you may also have Sample disk streaming limitations if all the Loibraries you mention are on the same drive. How does Activity Monitor look regarding disk access? You might find it helpful to add a second drive and split the sample libraries across 2 for faster disk access.
    I presume that you have plenty of free space on the System drive?
    Logic can get sluggish if the Undo info gets way too big, and also if there are loads of regions in the Arrange: check Options:Project Information.
    Many are finding some benefits (me included) by running the VI's in Vienna Ensemble Pro:
    Better CPU load distribution than directly in Logic
    "Persistant Samples": they can remain loaded whilst you switch Logic Projects
    Logic is effectively running much less itself, so generally flies.
    32bit Plugs hosted separately in VEP so no 32bit Bridge issues in Logic
    Something to consider,though perhaps not yet, would be setting up a Slave computer using VEP.
    CCT

  • How do I locate and install Activity Monitor?

    I cannot find Activity Monitor on my computer.
    When and how it disappeared I do not know, but is there anyway of locating and installing a copy without a complete re-install?

    "Activity Monitor" is stored on the Utilities folder, inside the Applications folder. Before reinstalling OS X, I recommend you to search it with Spotlight.
    To search it in Spotlight, press Command and Space keys so, if you have a look at the top right of the display, Spotlight will appear. Then, type "Activity Monitor" without quotes, and check if the application appears. If it appears, it hasn't disappeared because you can use it. If it doesn't appear, you have to reinstall Mac OS X. Insert the Mac OS X disc, hold the C key while your computer is starting, and reinstall Mac OS X. You won't lose anything from your computer

  • How do I remove flipshareautorun from Activity Monitor?

    In Activity Monitor, I have flipshareautorun in it. But I don't use Flip Share anymore, so how do I remove it? Also, I deleted the Flip Video folder from library<application support! Please help!
    Message was edited by: greyhound_rooing

    Ok, if I downloaded the right stuff this thing does install a launchagent and daemon:
    /Library/LaunchAgents/com.flipvideo.FlipShare.AutoRun.plist
    /Library/LaunchDaemons/com.flipvideo.FlipShareServer.launchd.plist
    But look for the following:
    /Library/Application Support/Flip Video/FlipShare Uninstaller.app
    Run that ti uninstall this mess (mess IMO because it spray crap all over your system, incluuding a driver).  If that uninstaller doesn't ask for reboot, they you must reboot.

  • How to use Directory Utility to make a local test domain?

    I need to set up wildcard subdomains for a test domain of acegamingsyndicate.test and I can only find guides that use the netinfo utility, which has been removed from Leopard and replaced with the Directory Utility.
    How would I add acegamingsyndicate.test so that I can use wildcard subdomains? acegamingsyndicate.test itself works, after I added it in the hosts file, but subdomains are not working so I don't think that it should be in the hosts file. In fact I'm nearly positive it's not supposed to go in the hosts file.

    You don't use Directory Utility.
    Directory Utility is used to bind the server to a directory server - typically used for user accounts and the like. It's not used for hostnames.
    Also, as you've noted, you can't use /etc/hosts to create wildcard records.
    What you need is a DNS server.
    Mac OS X includes one (BIND), but it is managed via traditional text file editing in the command line, not via a GUI app. Mac OS X Server adds a GUI, but it doesn't sound like you're running that.
    So the question is, how comfortable are you using the command line and is manually configuring the DNS server something you think you're up for?

  • How to use LCM utility in Hyperion 9.3.1

    Hello!
    I'm trying to export all my planning and essbase applications. I found that LCM Utility is most recommended to this task.
    Can anyone tell me how to use it? Any guide? Because I read that in System 9, LCM Utility haven't UI.
    Thanks for your time!
    Regards,
    Fabián.

    Here the guide for LCM in 9.x
    http://docs.oracle.com/cd/E10530_01/doc/epm.931/hss_alcm_util.pdf

  • How to use Create input request Activity

     Hi,
     I want to get inputs from the users .
     I want to display a form were user can select a input from drop down list.
     That selected item i want to store it in a variable and use across the flow.
     How to do that using create input request or is there any other way to do that.

    You should be using "Input Request" to do what you are trying to do.
    Add "Create Input Request" to your workflow
    Configure the question you want the user to see in the Web Console. For example, "Select make of your dream car"
    Add "questions" to your input request. For the "drop-down" selection, chose to add new question of type "Select". This will bring up the dialog box that will allow you to configure the unique ID for your question, the free form text (label) and the list of selection choices to show in the drop-down.
    In the activities that follow "Create Input Request" you can retrieve the actual values that the user chose/typed by looking at the values in the [Workflow.Create Input Request.Task.Questions] table property. It has several columns: Id, Question, Value (that correspond to the fields you've configured)
    If you have Input request with several questions, you can use Select from Table activity to choose the specified question (by ID) that you want the value for. If you have only one question in the input request, you can get to the value (entered by the end user) by referencing this property [Workflow.Create Input Request.Task.Questions.First Row.Value]

  • Using Network Utility

    I need to find out the "DNS settings" for a website/blog. What's the best way? Network Utility? Which aspect...
    Thanks in advance.
    Here is the questions I was asked:
    It was suggested that I point our website domain name to our blog so that when people who are used to visiting the web site type in that address, the blog will come up instead. In order to do that, I need the DNS setting for our blog. It's usually a string of numbers like:
    362.214.785.898

    Lookup in Network Utility can get an IP address ("string of numbers") from a DNS name, for example, doing a lookup on "ford.com" gives a response of :-
    Lookup has started…
    ; <<>> DiG 9.6.0-APPLE-P2 <<>> ford.com +multiline +nocomments +nocmd +noquestion +nostats +search
    ;; global options: +cmd
    ford.com.                    900 IN A 136.1.240.248
    so the IP address of ford.com is 136.1.240.248
    Having said that, I'm wondering why you need your web sites IP address.
    Do you host your own web site? Or directly control it's content?
    You can make a web page automatically redirect the visitor to another site (google "html redirect"), which may be easier than updating DNS.

  • When using Network Utility, does Link Speed tell you the actual speed of the network?

    I'm trying to see whether a power line adapter I installed in my home network is faster accessing the internet than the WiFi from my Time Capsule.
    Using Apple's Network Utility, my power line/ethernet connection reads as being 1Gb/s, which is obviously much faster than the 130 Mb/s of the WiFi:
    But are those the actual speeds my iMac is receiving, or are those just what the specs of the device I'm using should be receiving (as in "ideal, what-the-manufacturer claims the speed should be")?

    Are you sure you only want to test internet speed?
    Internet speed is affected by many factors that are beyond your control - it is also likely that the internet connection is one of the slowest parts of your network.
    You may be on an ISP connection that has 'contention' e.g. a shared connection across many users - their use can effect what rates you get. You will probably see different rates for the time of day too. When everyone gets home & starts watching Netflix you can see drops in speed.
    Powerline could be many times faster than the internet connection, in which case you will see no improvement because the bottleneck is not the local network - it's the internet.
    To truly see if the powerline adaptors are faster you should take the internet out of the equation. It's fairly simple to do if you have a device on your network that supports file sharing. Ideally you would use another Mac connected via ethernet to the network (that should remain the same in all tests). A Time Capsule could be used if you can write data to a sharepoint.
    Copy a large file onto that destination & time it.
    Repeat on wifi.
    It's best to shutdown any background apps to be sure that other items are not hogging all the data transfer. Take many tests to get a decent average.
    Divide the file size by the time taken to see a rough figure for the MB/s (MegaBytes per second) bear in mind that network transfer is usually measured in bits/second, so they won't be the same as the link speed figures.
    This is generally smart enough to convert if you give it the correct units…
    http://www.wolframalpha.com
    e.g. http://www.wolframalpha.com/input/?i=28MB%2Fs+in+mb%2Fs
    If you have multiple Macs, iPerf is a free tool to test if you are capable in the command line. JPerf is a version with a UI (needs Java installed).

Maybe you are looking for

  • Need to get ahold of corporate

    Does anyone know how to contact corporate? I am so frustrated and so upset and have never been treated so rudely. Verizon used to be great a long time ago. The customer service has gone so downhill and I do not understand how they think they can trea

  • Score export to PDF creating corrupt file

    I have a three page score in the "guitar mix" format. Using the camera tool to export to a PDF, page 1 comes out fine, but pgs 2 and 3 won't open in Preview. It says the file is corrupt. I have restarted the machine already. No change.

  • Trouble getting tunes I purchased on my computer.

    I downloaded two full albums from ITunes on a friends computer in my account and they show up in my purchase history on my computer at home, but not in my purchased. I cannot get these tunes up. On top of this, I cannot email my problem to ITunes sup

  • Jdev10.1.3 DB WebSvc Callout from WSDL

    -Looking for an example of a DB web service callout developed from a wsdl returning a complex type using JDev10.1.3Prev that can be loaded into a 10g104 database. -We get the code from the wsdl, but are lost as to what files and/or additional jars to

  • Updating InDesign "Please close the following applications to continue"

    Hi! I'm trying to update InDesign through my Creative Cloud connection, but I get the following error message: InDesign CC Update Please close the following applications to continue: - InDesign (Adobe InDesign CC) Below this message are the buttons "