Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Added documentation for new features
Browse files Browse the repository at this point in the history
  • Loading branch information
flippingbits committed Feb 7, 2011
1 parent bdf8a97 commit 4afe15b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ Furthermore, you can check if a single thread is alive:
thread = Titan::Thread.find("my_new_thread")
thread.alive? # returns true or false

The thread's memory and CPU usage is available by

thread.used_memory

and

thread.used_cpu

You can print the status of all threads managed by Titan on the command line:

titan status
Expand Down

0 comments on commit 4afe15b

Please sign in to comment.