Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Christian Gerdes
/
piloop
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
b6d48d85
...
b6d48d85a66a678a7298fab8280e6d8eb89c56fe
authored
2017-08-30 16:48:11 +0000
by
Christian Gerdes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update README.md
1 parent
6e9ff55e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
README.md
README.md
View file @
b6d48d8
...
...
@@ -23,3 +23,19 @@ cpus 100% but still perform as normal (since all other processes have higher
priority). If this is run on a virtual machine, the hypervisor will think the
server always needs all available cpu resources given to the machine, minimizing
the risk of letting the hypervisor think that cpu resources can be shared.
## Compile
Using GCC and pthreads:
```
gcc -pthread piloop.c -o piloop
```
## Binary in Repository
The pre-compiled piloop file in the repository is compiled for
```
piloop: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked,
interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32,
BuildID[sha1]=5312cb7d4bc2fab8851badf5ef36ddd91ce2136a, not stripped
```
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment