Search found 4 matches

by yasar2002
10 Oct 2012 03:13
Forum: DOS Batch Forum
Topic: Logging Memory usage and timestamp by Application
Replies: 2
Views: 2450

Re: Logging Memory usage and timestamp by Application

Foxidrive, you did it. Brilliant. Thanks alot it works as I expected.
by yasar2002
09 Oct 2012 23:53
Forum: DOS Batch Forum
Topic: Logging Memory usage and timestamp by Application
Replies: 2
Views: 2450

Logging Memory usage and timestamp by Application

Thanks guys, Please refer to the commands in the batch file below: Batch ===== echo %Date% %TIME% & tasklist /fi "memusage gt 100000" >> c:\ym\tasklist.log OUTPUT: ======= Tue 10/09/2012 15:17:00.20 Image Name PID Session Name Session# Mem Usage ========================= ======== =====...
by yasar2002
03 Oct 2012 23:09
Forum: DOS Batch Forum
Topic: Logging Memory and CPU usage by Application
Replies: 4
Views: 3324

Re: Logging Memory and CPU usage by Application

Thanks billrich I am aware of this tool. My requirement is to capture logs in a single text file. A batch file that runs every 30 minutes. Filters 4 processes, and captures memory used, CPU used at that time and writes it to text file. Data in this file will be compared with database sessions launch...
by yasar2002
03 Oct 2012 07:41
Forum: DOS Batch Forum
Topic: Logging Memory and CPU usage by Application
Replies: 4
Views: 3324

Logging Memory and CPU usage by Application

Hi Experts, I want to capture application.exe, memory used, CPU used every 30 minutes in a log file. for four Java processes (7005.exe, 7006.exe, 7007.exe, 7008.exe)

This will be reviewed everyweek.

Please advise how can I achieve this.

Thanks,

YM.