| Author |
i want excute top command in linux using java
|
ravinder thirumala
Greenhorn
Joined: Jan 21, 2001
Posts: 5
|
|
|
i want to execute top command using java
|
 |
Stefan Wagner
Ranch Hand
Joined: Jun 02, 2003
Posts: 1923
|
|
well - we won't stop you. Ah - there was a question? How to run it? How to emulate it?
|
http://home.arcor.de/hirnstrom/bewerbung
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16692
|
|
I believe "top" extensively uses "curses"... so it may be difficult to just run it, and read the standard output. You might want to use some lower level applicatios like vmstat, netstat, or ps, instead. Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
 |
|
|
subject: i want excute top command in linux using java
|
|
|