Questions tagged [process]

An instance of a running computer program.

761 questions
0
votes
0 answers

IIS start remote commands - PsServices | PsExec

I have developed a ASP.NET C# web page which connects to remote conmputer command prompt using PSSERVICES.exe and executes some commands against servers. The execution works fine until I deployed the application on IIS 7.5. The application is…
Hamdi Baligh
  • 101
  • 2
0
votes
2 answers

All Process Stop Unexpected On Linux Server

I'm a running ubuntu 12.04 LTS server edition and two times in the pasts 48 hours or so the VPS becomes completely unresponsive. Nginx stops responding to requests. There is log activity sent to my logging service. New Relic data stops being sent. I…
Mab879
  • 103
  • 4
0
votes
1 answer

How can I identify which process is producing "invisible" icons in the system status bar

I have a server which we are experiencing as really slow. Upon login into the server as domain admin we notice a huge system status bar, filled with invisible icons. If we mouse over the icons, they rapidly disappear. These icons are only present on…
Chris Dale
  • 1,553
  • 2
  • 12
  • 22
0
votes
2 answers

Synchronizing processes accross two servers

I have different processes that have to be run sequentially, but they are on two different servers. In short here what I want to do: 1. Run Process 1 on Server A 2. Run Process 2 on Server B 3. Run process 3 on Server A But the second process cannot…
jfmessier
  • 163
  • 1
  • 8
0
votes
3 answers

Can't find a process that is writing huge files to my disk

While clearing up my harddrive, I ran into a directory called, c:\logs that had huge files in it. The first one, called debuglog.txt is 9gb and contains the following…
0
votes
1 answer

How can I temporarily block network traffic for a specific windows process?

Windows XP / Windows 7 I'd like to understand how a specific windows process (from a third-party vendor) behaves when it's selectively blocked from communicating on a network (by say, an overzealous software firewall). Is there a free (and ideally…
Mike B
  • 11,871
  • 42
  • 107
  • 168
0
votes
1 answer

view/kill a Windows O/S processes from Ubuntu Server

Is there a Ubuntu version of Sysinternals Process Utilities, which allows Window users to view/control remote processes? I already know I can setup cygwin on Windows and use ssh to remote in. All I'm wondering is if there is a program that view/kill…
Benjamin Jones
  • 326
  • 1
  • 9
  • 23
0
votes
1 answer

How can I see which devices are used by a process?

iotop and iostat are great tools to see how much I/O is happening. But I haven't found out how these (or other) tools can show me the I/O rate per device and per process. So I'm looking for a way to let iostat show the specific processes or to let…
the
  • 468
  • 8
  • 23
0
votes
4 answers

get notification when process starts running

I am trying to figure out a way to get a notification when one of my processes starts to run once again (i have tried monitoring the proc file but didn't succeed, monit doesn't handle getting the same pid and runs periodically). any ideas?
vivi
  • 1
  • 1
  • 2
0
votes
1 answer

change java process name

I am trying to change a java process name using the start-stop-daemon. When running the process without the daemon I simply add to the script: "exec -a kuku" And the java process name in the proc file is changed to kuku. I read about the…
vivi
  • 1
  • 1
  • 2
0
votes
1 answer

using monit to monitor processes

i am trying to figure out how to use monit to get a notification when one of my processes starts to run once again. let me be clear- at first the process is running, stops to run and then runs again. i want to be notified when the process starts…
vivi
  • 1
  • 1
  • 2
0
votes
2 answers

Process monitoring w/ Haskell angel

I'm attempting to monitor a process w/ haskell's angel process monitoring tool. https://github.com/MichaelXavier/Angel The process continues to restart in an infinte loop when it is run w/o receiving any kind of HUP signal. See below... [2013/12/18…
The Internet
  • 503
  • 2
  • 8
  • 19
0
votes
1 answer

Process monitoring with email alerts

What are the tools available in debian (highly preferable from standard repositories) that would allow me to monitor one or several processes on my server and send an alert email when processes have stopped/crashed optionally executing some other…
Alexey Kamenskiy
  • 794
  • 1
  • 9
  • 23
0
votes
0 answers

How lxc-console implements implementation of the process into container?

Let's assume that we have some host with containers on it. When I type lxc-console I can get access from host's cmd to container's cmd, so I want to know what exactly happens? I mean how lxc-console implement process into container and get access to…
zerospiel
  • 467
  • 1
  • 5
  • 10
0
votes
1 answer

How Puppet handles manifests in terms of processes?

I want to find out how Puppet handles manifests: in master process or Puppet forks it to execute in child process? It necessary for me to know what exactly do puppet master while handling manifests, because I need to push some default configurations…
zerospiel
  • 467
  • 1
  • 5
  • 10