Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Unix Command
Name: Rodolfo Date: May 30, 2001 at 07:14:02 Pacific
Comment:
I have an urgent need to write a command-line script using Unix commands to check the CPU and MEM usage (%) of an application called "myappl". Can someone help me, please?
Name: creation Date: June 10, 2001 at 21:33:05 Pacific
Reply:
You can probably save yourself some time and use the "top" command, which shows you all those details for the top labor-intensive processes on your system.
You can pipe the output through grep for your application's name, as well...
Summary: Hi, 1-Where can I find the code of UNIX commands? I have looked at '/bin' and found the .exe for the commands, but how to find the code for that commands? 2-If I created prog.exe (for exmaple) in '/bi...
Summary: hi all, Can we call(run) unix commands through a java program? Plzz let me know.... Actually i want the commands like "ls" to run automatically when some event occurs & then i want to store its output...