vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Mark Taylor wrote: > for memory usage you can use > svmon -P PID -i seconds count > <...snip...> Or use nmon -- Gary R. Hook / AIX PartnerWorld for Developers / These opinions are MINE __________________________________________________ ______________________ |
| |||
| nmon is a good alternative, especially if you use it with the analyser.... performance toolbox can also do this and there are many other 3rd party systems monitoring tools like Big Brother etc.. -- Posted via http://dbforums.com |
| ||||
| Jesper Nordestgaard wrote: > > Hi > > How do I find CPU and memory usage for all process on a system over time? > I would like to run such a script and write the result to a log file. > > Hope you can help. > > Regards > Jesper N Jesper Please check out OSM. It allows you to write ANY script you want, in ANY language you want and simple plug it in. You can the monitor one machine or as many machines as you like. You can monitor "one thing" or as many things as you like. Because it is 100% web interface you must have apache installed in order to have the web pages served up to your browser (pages created by OSM from your scripts data (i.e. the plugin)) It interfaces with cron very easily. thanks! -- http://ftp.opensysmon.com is a shell script archive site with an open source system monitoring and network monitoring software package. Many platforms are supplied already compiled. |