Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit 0758cdb

Browse files
committed
Add version 0.2
1 parent 5939e09 commit 0758cdb

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ All GET requests can be output in one of the following formats: **JSON (default)
1616

1717
- GET
1818

19-
`/service` - simple HTTP server with the ability to stop and start services using buttons (using JavaScript functions) \
20-
`/api/service` - Get list all services \
21-
`/apt/service/service_name` - Get list service by the specified name passed in URL (using wildcard format) \
22-
`/apt/process` - Get a list all running processes in an easy-to-read format \
23-
`/apt/process/process_name` - Get list running processes by the specified name passed in URL (using wildcard format)
24-
`/api/hardware` - Output of summary statistics of metrics close to Task Manager \
25-
`/api/performance` \
19+
`/service` - simple HTTP server with the ability to stop and start services using buttons (using JavaScript functions, **only for Web Browser**) \
20+
`/api/service` - Get list **all services** \
21+
`/apt/service/service_name` - Get list service by the specified name passed in URL (using **wildcard** format) \
22+
`/process` - simple HTTP server with the ability to stop and start process using buttons (using JavaScript functions, **only for Web Browser**) \
23+
`/apt/process` - Get a list **all running processes** in an easy-to-read format \
24+
`/apt/process/process_name` - Get list running processes by the specified name passed in URL (using **wildcard** format)
25+
`/api/hardware` - Output of summary statistics of metrics close to Task Manager from **Common Information Model** \
26+
`/api/performance` - Output metrics from **Counter** \
2627
`/api/cpu` \
2728
`/api/memory` \
2829
`/api/memory/slots` \

0 commit comments

Comments
 (0)