Using resource monitor to connect remotely to another PC

Hello

Is it possible to use the resource monitor in Windows 7 and 8 to connect to another Windows computer and know what is happening on it remotely? The monitor has a whole wealth of information that would be useful for troubleshooting other machines.

Thank you very much

vnayak

Hi Vnayak,

Resource monitor is a tool that allows you to analyze the use of the CPU, disk, network, and memory in real time. You can use the performance tab in the Manager of tasks to see how the CPU of your computer is used by Windows and other programs running on your computer. You cannot use this tool to connect to another machine remotely.


However, you can use remote desktop to access other computers remotely and check the Information resource monitor.

Consult the following link:

http://Windows.Microsoft.com/en-in/Windows-8/Remote-Desktop-connection-frequently-asked-questions

Hope this information helps.

Tags: Windows

Similar Questions

  • Is it possible to connect remotely on another computer of mine?

    I HAVE TO WOUNDER, IS IT POSSIBLE TO CONNECT REMOTELY ON ANOTHER COMPUTER OF MINE?

    THE THING IS, I WANT TO BE ABLE TO ACCESS GUEST ON ANOTHER COMPUTER IN MY COMPANY.
    THE PROBLEM IS, THE FIREWALL IS ENABLED ON ALL COMPUTERS, AND SINCE I AM NOT ALLOWED TO ACCESS, I CAN NOT TURN OFF.
    SO, IS IT POSSIBLE TO ACCESS OTHER COMPUTERS OF MY, DESPITE OTHER FIREWALL COMPUTER IS TURNED ON, WITHOUT A USER ON ANOTHER COMPUTER TO KNOW?

    I NEED TO USE CMD. EXE ON THE REMOTE COMPUTER, WITHOUT USER ON THIS COMPUTER TO FIND OUT.

    YBY

    original title: REMOTE CONNECTION

    You cannot connect to another PC remotely if the firewall is configured to refuse the connection.  Why do you want to work around the security of the other PC?  That seems not very friendly for me.

  • The ORA-12514 error when you try to connect remotely

    I am trying to connect remotely to the 12 c with SQL Developer Oracle database. In order to connect remotely from another computer, on the server that is running Oracle, I opened a port in the firewall of Windows 7. The listener.ora file, as you can see below, has its default listening port set to localhost.  So, I created second listener called REMOTE_LISTENER, to listen on a different port to 1521.  I put it in place of 1531.  That part worked, but now the listener isn't me in due to this error IN what ORA-12514 earphone does not currently of service required to connect descriptor.

    This is the setting of the SQL Developer on the remote computer:

    CONNECT.JPG

    It's the side server, listener.ora file:

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\app\Owner\product\12.1.0\dbhome_1)
    (= Extproc PROGRAM)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\app\Owner\product\12.1.0\dbhome_1\bin\oraclr12.dll")
    )
    )

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    (SERVICE_NAME = editor)
    )
    )

    REMOTE_LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.2.19)(PORT = 1531))
    (SERVICE_NAME = editor)
    )
    )

    It's the tnsnames.ora file:

    PUBLISHER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.2.19)(PORT = 1531))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = editor)
    )
    )

    LISTENER_EDITOR =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = editor)
    )
    )


    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    )
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    )
    )

    As you can see, I edit the file tnsnames.ora slightly to allow a connection to the database of the editor, but my edit does not seem to fix anything. You will notice that I also updated the port 1531 to match the listener in the listeners.ora file.  I can not connect with SQL Developer on the client side. I am able to connect locally with the SQL Developer on the server, but I need to access the database from a different computer.   I am able to connect to the database using SQL more on the server.

    I ran lsnrctl service from the command prompt. Here is the output of this command:

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC1521)) (SERVICE_NAM

    E = editor))

    Summary of services...

    Service 'CLRExtProc' has 1 instance (s).

    Instance of 'CLRExtProc', status UNKNOWN, has 1 operation for this service...

    Managers:

    "DEDICATED" set up: 0 denied: 0

    LOCAL SERVER

    Service "Editor" has 1 instance (s).

    Instance "editor", State LOAN, has 1 operation for this service...

    Managers:

    "DEDICATED" set up: 0 denied: 0 status: ready

    LOCAL SERVER

    Service 'editorXDB' has 1 instance (s).

    Instance "editor", State LOAN, has 1 operation for this service...

    Managers:

    "D000" put in place: 0 denied: current: 0 0 max: 1022 State: loan

    DISPATCHER < machine: PC SHIERS, pid: 1580 >

    (ADDRESS = (PROTOCOL = tcp) (HOST = Shiers-PC)(PORT=49367))

    Service 'pdborcl' has 1 instance (s).

    Instance "editor", State LOAN, has 1 operation for this service...

    Managers:

    "DEDICATED" set up: 0 denied: 0 status: ready

    LOCAL SERVER

    The command completed successfully

    As you can see, it shows a service instance named "editor."  It comes, it does not say which port.  You will also notice a service named "editorXDB". Where it went out, I don't know.  It is certainly not in the tnsnames.ora file, and whenever I run the lsnrctl services command port number changes.  In any case, this part, I think, is a red herring.  I've been spinning my wheels on this one for a few days.  If anyone can help me with the steps to connect to a remote computer via SQL Developer, it would be greatly appreciated.

    So now what would be better, it's if we could get the database to dynamically register with the listener as it should so that I get the READY State.  Could help you with this please, then I think we're done.


    What is the setting for the LOCAL_LISTENER parameter in your database?  To keep things simple, it must be null, which allows the DB to-default - use the 1521 port to communicate with the listener for the record.

    See: (exploring the-local_listener-parameters)

    (SID_DESC =

    (SID_NAME = editor)

    (ORACLE_HOME = C:\app\Owner\product\12.1.0\dbhome_1)

    (GLOBAL_NAME = editor)

    )

    )


    BTW, * if * you insist on using a listener.ora and you insist on the use of the SID_LIST section in this document, you should really use SERVICE_NAME instead of SID_NAME.

  • Windows resource monitor shows only a CPU core when he should have four.

    Windows 7 Home Premium 64-bit, SP1
    Intel Core i3 2330 m-hyperthreading

    Resource monitor normally indicates two nuclei and Hyperthreaded (a total of four graphs) when seen on the tab CPU recently single core (one graph) is displayed. This change is caused by one of the updates of Windows or an indicator of a hardware problem? Is there a recommended KB or a patch that solves it?

    original title: change of resource monitor (?)

    You asked: "what version of Windows 7 do you have?" ... Home Premium x 64, SP1 as indicated at the beginning of my first post.

    As my screen name, incurably curious, says I couldn't let it go. Assistance in the meantime, I searched tirelessly and found a cure. I had to make a change through msconfig. I don't have any idea how the settings have been changed because no one else is using this machine.  [????] (Microsoft Security Essentials and Malwarebytes returns own scans; so I doubt that the cause is associated malware.) The following explains what I've done and the results.

    1. I went into msconfig > startup > advanced options and find the number of processors, set one. The arrow to expand a menu drop-down has also shown that a single processor. Which did not make sense because my processor Intel Core i3 2330 M's two core with hyperthreading.
    2. I unchecked the box and restart the computer.
    3. I returned the number of processors as described in #1 above. Expand the menu gave me the choice of 1, 2, 3 or 4 processors. I chose two and checked the box.
    4. I rebooted the computer again.
    5. I checked the monitor of resources (via the Task Manager) and found multiple graphics, I'm used to the display. The graphics are labeled: Service use of the CPU, CPU 0, 1 parked CPU 2 CPU and CPU3 parked.
    6. Parked CPU1 and CPU3 parked show no activity, which is expected. These show only activity when hyperthreading is active, which is rare with the programs I run. Only programs written specifically to hyperthreading use the feature.
    7. CPU utilization service CPU2 and CPU0 show activity as expected.
    8. Manager tasks shows four graphs still now.

    The reason why I know not what to expect is that I have upgraded RAM and completed cooling there are a few months and one of my tools use resource monitor to control the computer. (I used other means to monitor the internal temperature). I managed to run enough programs to use more than 7 GB, the 8 GB available RAM and CPU usage Dungeon in the range of 75 to 100% for more than an hour during trials. Hyperthreading (CPU1 and CPU3) clearly indicated to be active too. Time CPU ran in the range 165F without additional cooling and order of 125-130 with additional cooling.

    I will wait for return of the answers with explanations and/or questions until I got this mark as resolved.

  • not able to connect database to another user of the operating system using the remote?

    Hello

    I want to connect database to another user of the operating system. I am able to connect Oracle database to the outside. but not able to connect different OS user.



    As an ORACLE user:

    [oracle@test1 admin] $ sqlplus /.

    SQL * more: Production of the 11.2.0.2.0 version on Mon Jan 16 19:41:57 2012

    Copyright (c) 1982, 2010, Oracle. All rights reserved.


    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL >



    User not ORACLE:

    [sample@test1 ~] $ export ORACLE_HOME=/u01/app/oracle/product/11.2.0.2/
    [sample@test1 ~] $ export ORACLE_SID = rman
    [sample@test1 ~] $ export PATH = $ORACLE_HOME/bin: $PATH
    [sample@test1 ~] $ sqlplus /.

    SQL * more: Production of the 11.2.0.2.0 version on Mon Jan 16 19:37:42 2012

    Copyright (c) 1982, 2010, Oracle. All rights reserved.

    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux error: 2: no such file or directory
    Process ID: 0
    Session IDs: serial number 0: 0


    Enter the user name:



    Thank you

    Make sure ORACLE_HOME is exactly the same between 2 environments: note that an end "/" is not necessary and that ending ' / ' could trigger ORA-01034.

  • How do you keep users to connect via the desktop remotely on another?

    Use: Windows 2008 R2
    Connection method: connection Remote Desktop

    We have users insist on granting of their login and password to another user if that person can connect. Even when they have their own login!

    So what happens is the the two #1 can be saved in on the job server all log in user #2 in the server, with the same login, closing at #1. While I can only educate them to use their own connections, so the saying goes, you can lead a horse to water, but you cannot make them drink. :(

    What I have and I'm not finding, is a way to have the system notify User #2 that login is already in use, try again later.  I would like to accomplish this through Group Policy.

    Thanks in advance for any help!

    Jack W.

    Hello

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums:

    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

  • session remote desktop connection logon message: another user is currently connected to this computer

    I'm trying to figure out how to make a remote desktop connection without the user on the computer, as I log to get to kickoff. When I start the DRC while the other computer is in use, I get a message saying... session remote desktop connection logon message another user is currently connected to this computer. If you continue, this user should disconnect from this computer. Do you want to continue?

    Click Start / Help, then search for help on the "fast user switching".

  • I have an IMAC of mid-2011.  Can I connect a Mac mini to this iMac 2011 and use this monitor that has a built in processor?

    I have an IMAC of mid-2011.  Can I connect a Mac mini to this iMac 2011 and use this monitor that has a built in processor?

    You should be able to, given the Mac Mini has the correct connections (in this case, a Thunderbolt connection).

    Use your iMac as a display with the target - Apple Support Display Mode

  • Hi, I have a macbook pro retina 15 "(mid-2015) and I would like to connect it to my I-mac to use as monitor." The i - mac is from 2009 and a not a connection Thunderbolt... wouldn't I need a maid in the DVI male? Thank you!

    Hi, I have a macbook pro retina 15 "(mid-2015) and I would like to connect it to my I-mac to use as monitor." The i - mac is 2009 and a not a port Thunderbolt... wouldn't I need a love at male Cable DVI?

    Any help / advice would be much appreciated... Thank you!

    Your iMac has minidisplay port?  Here are the conditions:

    https://support.Apple.com/en-us/HT204592

    Ciao.

  • I have XP pro and you want to connect to the MSN remote connection that uses my computer through my D Link router so that I can use the router to connect a tablet.

    How D link to connect to the modem connection

    I have XP pro and you want to connect to the remote connection MSN my computer use through my D Link router so that I can use the router to connect a tablet like Kindle Fire.

    Hi Bob,

    You can follow this link & check if it helps:

    How to set up and use remote connections in Windows XP?

    Internet Connection Wizard


    Reference:
    How to configure Internet access in Windows XP Professional?

    Hope the helps of information.

  • How to: use desktop connection remote with windows 7 to windows xp sp3

    Original title : is it possible to use the new remote desktop provided with windows 7 to windows xp sp3 I want to use the audio options

    Hello
    Please I want to know if there is any way to use the new options included in windows Remote Desktop connection 7 update connection Remote Desktop in windows xp sp3 or as the RTD of widows 7
    is there a way please just send me email to * address email is removed from the privacy *.

    Thanks in advance
    hamadakhalaf

    Hello

    You need third-party software to do this, I suggest you use your favorite search engine and check for the software that supports this option.

    Note: Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    Also check out this link:
    http://social.technet.Microsoft.com/forums/en/w7itpronetworking/thread/a29f6207-4551-4AE1-941e-364919f50ad4

    It will be useful.

  • Can I use MSTSC to connect remotely on the internet?

    Can I use MSTSC to connect remotely on the internet (local computer is Vista Ultimate SP2 to a distance Win 2003 Server)? I used MSTSC on my local network and it works well.

    Hi Ibaltsae!

    Thanks for posting. Yes, you can use MSTSC to connect remotely to a computer or server on the internet, the same as if you were using your local network. To connect to the remote computer, use the DNS or public IP that are associated with name.

    I hope this helps! Shawn - Support Engineer - MCP, MCDST
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • Vista to Windows 7 - no internet connection - "the remote device or resource accepts the connection.

    After the form of Vista to Windows 7, the office is connected to the network but cannot connect to the internet. All firewalls are disabled. The other pc on the network works well. I get the message "the remote device or resource accepts the connection.

    There's a way easier than Cody (do not hit you m8, but sometimes things can be simpler)

    Click on start/Control Panel/internet options/connections/LAN. Most likely your proxy is checked. Uncheck it and then reopen internet Explorer. Sounds like your proxy settings are on. I hope this helps.

  • Connection remote desktop has appeared in my Start menu, but I don't use it, does that mean someone else has had access?

    I sat down at my computer today (I'm the only person who uses it) and pulled the top of the start menu. There were four programs listed there that I have not used for several months:

    Remote Desktop connection
    Dreamweaver MX
    Freehand MX
    MS Office Picture Manager

    In my opinion, that means that someone had access to my system.

    Can I change my remote desktop connection to protect against this, or is a more complete analysis of my machine required?

    The remote desktop connection settings include providing everyone the read and Read & Execute access. If I remove these options that will make me safer? Skype uses this access (this is the only thing that could, I think I use)?

    I went to system properties and remote access disabled.

    Windows 7 Home Premium, Service Pack 1

    Hello

    Thanks for posting your query in Microsoft Community.

    According the information you have provided, I understand that you need information from remote desktop connection settings in Windows 7. I will certainly help you in this matter.

    Please visit the links.

    Remote Desktop connection

    http://Windows.Microsoft.com/en-in/Windows7/products/features/Remote-Desktop-connection

    What types of connections remote desktop should I allow?

    http://Windows.Microsoft.com/en-in/Windows7/what-types-of-Remote-Desktop-connections-should-i-allow

    If you face problems more when working with Windows Mail on the Microsoft Community Forum.

  • Cannot run executable LabVIEW on desktop connection remote

    I have a couple of executable files, which are compiled using a LabVIEW 2011 development system, installed on a Windows XP computer.  These programs run fine when I double-click the icon while sitting at the computer.

    If I connect to the phone remotely from another Windows XP computer using Remote Desktop connection, I can use the remote computer normally except for the executables LabVIEW.

    When I double-click on one or the other, I get the error message displayed in the attached file. The part of the text of the report has no useful information, just two lines that seem to be field for e-mail names.

    What gives?

    Remote debugging is not a good substitute because it requires the executable file already be running.

    I was able to run two executables LabVIEW on desktop connection remote to a virtual machine of Windows 7 with 2 GB of RAM, running on a MacBookPro using Parallels Desktop.

    This confirms that the problem was insufficient for memory resources.

Maybe you are looking for