-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Peter Nagy
committed
Jun 13, 2017
1 parent
164874e
commit 99b14a0
Showing
3 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
# simple_linux_daemon | ||
# Simple linux daemon example | ||
|
||
This is an example of simple linux daemon implementation. Daemon is listening on TCP port 5001. It behaves as multithread server. | ||
|
||
## Available commands: | ||
|
||
* cpu - System CPU usage | ||
* mem - System memory usage | ||
|
||
## TODO: | ||
|
||
* CPU usage measure as separate thread measuring CPU usage in time intervals | ||
* More sophisticated signal handling | ||
* Server running in loop - not just one command |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters