This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

What to monitor? systemtap


Hello :)

I have this project to do:

"Write a script that monitors one (selected) item component for the
following operating systems:
- Process Management
- Management of main memory
- Virtual memory management
- Management of input / output
- Network Management "

and i am thinking how can it look.
What is the most important of each component of operating system?
from process managment I want to write PID.
What with others?

can it look like this?

Process |  main memory | Virtual memory | input / output | Network
PID()             usage?            usage?                   ???             
???

and it will collect for 5 sec information about proces and other components.




--
View this message in context: http://sourceware-org.1504.n7.nabble.com/What-to-monitor-systemtap-tp230373.html
Sent from the Sourceware - systemtap mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]