Questions tagged [process-accounting]

10 questions
14
votes
4 answers

ulimit for windows

Are there true ulimit for windows? I'm finding ways/programs how to prevent one program eating 100% cpu. Thanks.
thelay
7
votes
1 answer

Linux Process Accounting - Difference between 'cp' and 'cpu' fields?

I've been looking at using process accounting for keeping track of various users and sites running scripts that are problematic in our environment instead of trying to do something like scraping top at regular intervals. The one that isn't…
epic9x
  • 1,618
  • 10
  • 9
3
votes
3 answers

What kind of Windows-based "process accounting" software is available?

Linux has pacct and kernel-based processing. What equivalents are available for Windows? I am aware (and use/recommend) of Process Explorer, but that only tracks real-time stats, with non-portable graphs for a single process. I want to be able to…
1
vote
2 answers

Capping system resources available to users

We would like to allocate chunks of cpu-time and RAM-hours to the users every few months. This is on a Linux server. I think process accounting can help keep track of usage but it does not enforce a usage policy. What would be a good way to enforce…
san
  • 123
  • 5
1
vote
1 answer

Proccess Accounting in Linux recommendations/considerations

I've been thinking of enabling process accounting on a production server as a proactive security measure to monitor what's being ran on the system. Looking at the initial documentation it appears that enabling process accounting on a busy system…
Alpha01
  • 406
  • 3
  • 11
0
votes
1 answer

Configuring rlm_rest module in FreeRadius for accounting

I'm upgrading from FreeRadius 2 to FreeRadius 3 and changing some integration point from sql to rest module. Actually, I have two accounting points: accounting_start_query and accounting_start_query, which are calls to procedures. Now, I need to…
0
votes
2 answers

Meaning of "Filesystem" command in process accounting data

I'm chasing down some performance problems on a Linux server, and I've setup BSD process accounting to track down what might be causing the load. However, I'm seeing a lot of processes called "Filesystem", like this: sed root …
womble
  • 95,029
  • 29
  • 173
  • 228
0
votes
1 answer

Is UNIX process accounting useful for security purposes?

acct logs execution of all processes, and the users that execute them, recording statistics such as real time elapsed, and CPU time elapsed. I have seen it suggested that this might be useful in a forensic context, i.e. working out who executed…
jl6
  • 2,455
  • 2
  • 18
  • 19
0
votes
1 answer

When using atop as a systemd service it only runs and logs to file once

I am on CentOS 7 and using atop v2.6.0 If I run atop manually with the following command everything runs as expected and the log is written to every 10 seconds: /usr/bin/atop -w /var/log/atop/atop_20210320 10 However when running atop as a service…
Pel
  • 1
  • 1
-1
votes
1 answer

Logging procesess on linux system to analyze system overloads

I am using munin to track overall system resource usage so I know that there was a peak last night. The problem is that I miss a tool to find out what processes were running at the time so I have no way to analyze it further. For that purpose I have…
clime
  • 407
  • 1
  • 7
  • 14