mirror of https://github.com/mchr3k/org.intrace
Update README.txt to describe the project
This commit is contained in:
parent
00f63917fa
commit
7ca28ff360
25
README.txt
25
README.txt
|
|
@ -1,12 +1,23 @@
|
|||
Key Git Commands:
|
||||
org.intrace description:
|
||||
|
||||
-- Packages --
|
||||
agent : Instrumenting Agent including IP Server
|
||||
output : Instrumentation output handlers
|
||||
output.trace : Default (and currently only) handler
|
||||
|
||||
client/cui/AgentLoader : Command line runtime Agent loading tool
|
||||
client/cui/TraceClient : Command line remote Agent config tool
|
||||
client/gui/ : GUI remote Agent config tool/network trace viewer
|
||||
|
||||
-- Functional Pieces --
|
||||
1. Instrumenting Agent
|
||||
2. Runtime Agent Loader
|
||||
3. CUI Remote Agent Config Tool
|
||||
4. GUI Remote Agent Config Tool/Network Trace Viewer
|
||||
|
||||
Note to self - Git Commands:
|
||||
|
||||
git init
|
||||
git remote add origin git@github.com:mchr3k/gb.instrument.git
|
||||
git push origin master
|
||||
|
||||
Existing Git Repo?
|
||||
|
||||
cd existing_git_repo
|
||||
git remote add origin git@github.com:mchr3k/gb.instrument.git
|
||||
git push origin master
|
||||
|
||||
Loading…
Reference in New Issue