Skip to content

Commit 52290d8

Browse files
authored
Update README.md
1 parent 7fcdc26 commit 52290d8

1 file changed

Lines changed: 76 additions & 0 deletions

File tree

README.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,82 @@ java -jar LTM.jar
3232
- Debian.
3333
- Kali Linux.
3434

35+
## Projects Directory/Structure/Tree
36+
.
37+
38+
└── LICENSE
39+
└── LTM.jar
40+
└── README.md
41+
├── bin
42+
│ └── jfreechart.jar
43+
│ ├── ltm
44+
│ │ └── AppHistoryPanel$1.class
45+
│ │ └── AppHistoryPanel$AppLaunchInfo.class
46+
│ │ └── AppHistoryPanel.class
47+
│ │ └── DetailsPanel.class
48+
│ │ └── Main.class
49+
│ │ └── PerformancePanel.class
50+
│ │ └── ProcessesPanel$1.class
51+
│ │ └── ProcessesPanel$2.class
52+
│ │ └── ProcessesPanel.class
53+
│ │ └── ServicesPanel.class
54+
│ │ └── StartupPanel$1.class
55+
│ │ └── StartupPanel$2.class
56+
│ │ └── StartupPanel$3.class
57+
│ │ └── StartupPanel$4.class
58+
│ │ └── StartupPanel$5.class
59+
│ │ └── StartupPanel$6.class
60+
│ │ └── StartupPanel.class
61+
│ │ └── UsersPanel.class
62+
│ │ ├── scripts
63+
│ │ │ └── app_history.sh
64+
│ │ │ └── details.sh
65+
│ │ │ └── list_running_processes.sh
66+
│ │ │ └── performance_data.sh
67+
│ │ │ └── services_data.sh
68+
│ │ │ └── set_execute_permission.sh
69+
│ │ │ └── startup_data.sh
70+
│ │ │ └── system_details.sh
71+
│ │ │ └── user_data.sh
72+
├── screenshots
73+
│ └── ApplicationHistory.jpg
74+
│ └── PCdetials.jpg
75+
│ └── Process.jpg
76+
│ └── ServiceControl.jpg
77+
│ └── StartupApplications.jpg
78+
│ └── SystemPerformanceMonitoring.jpg
79+
│ └── UserManagement.jpg
80+
│ └── ltmlogo.jpg
81+
│ └── ltmlogo_50.jpg
82+
├── src
83+
│ └── jfreechart.jar
84+
│ ├── ltm
85+
│ │ └── AppHistoryPanel.java
86+
│ │ └── DetailsPanel.java
87+
│ │ └── LTMApplication.java
88+
│ │ └── Main.java
89+
│ │ └── PerformancePanel.java
90+
│ │ └── ProcessesPanel.java
91+
│ │ └── ServicesPanel.java
92+
│ │ └── StartupPanel.java
93+
│ │ └── UsersPanel.java
94+
│ │ ├── scripts
95+
│ │ │ └── app_history.sh
96+
│ │ │ └── details.sh
97+
│ │ │ └── list_running_processes.sh
98+
│ │ │ └── performance_data.sh
99+
│ │ │ └── services_data.sh
100+
│ │ │ └── set_execute_permission.sh
101+
│ │ │ └── startup_data.sh
102+
│ │ │ └── system_details.sh
103+
│ │ │ └── user_data.sh
104+
└── version.txt
105+
106+
107+
108+
109+
110+
35111
## Acknowledgements
36112

37113
The LTM project relies on various open-source libraries and resources. Special thanks to the contributors of these projects for their valuable work.

0 commit comments

Comments
 (0)