Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mambuzrrr/call-of-duty-server-utilization
Call of Duty server utilization for Linux (Shell)
https://github.com/mambuzrrr/call-of-duty-server-utilization
Last synced: 6 days ago
JSON representation
Call of Duty server utilization for Linux (Shell)
- Host: GitHub
- URL: https://github.com/mambuzrrr/call-of-duty-server-utilization
- Owner: mambuzrrr
- Created: 2024-01-23T21:58:12.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-23T22:16:46.000Z (12 months ago)
- Last Synced: 2024-01-23T23:33:38.927Z (12 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Call of Duty server utilization
This function displays your current Call of Duty servers with the utilization and much more.
**What you need to do:**
- Simply download the file from here.
- Upload the file somewhere on your Linux system and give the file the following permissions:
- `chmod 0770 utilization.sh`
- After youve done that, you can easily execute the file with `./utilization.sh`.**You can/must also edit 2 functions if they are different for you or if you want something else:**
- The function `head -n 5` specifies how many servers or processes are displayed. Use the count that corresponds to the number of servers you have. In my case, it was `5`.
- And in the function `find_processes_by_command`, you will find the keyword that the function should look for, in this case, "`codserv`" as some hosts use this. Replace it with what you use.![Preview](images/show.png)
There might be a few updates to this script in the future. Have fun with this little script!
> [!NOTE]
> Idea by TheWikiFesh & Made by Brejax