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

Commit

Permalink
Add version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifailon committed Dec 12, 2023
1 parent 5939e09 commit 0758cdb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ All GET requests can be output in one of the following formats: **JSON (default)

- GET

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

0 comments on commit 0758cdb

Please sign in to comment.