Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walkure/lao-native
さくらのレンタルサーバ非公式FAQの負荷観測CGIをCで書きなおしてみた
https://github.com/walkure/lao-native
Last synced: about 4 hours ago
JSON representation
さくらのレンタルサーバ非公式FAQの負荷観測CGIをCで書きなおしてみた
- Host: GitHub
- URL: https://github.com/walkure/lao-native
- Owner: walkure
- Created: 2012-03-08T18:43:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-03T16:35:29.000Z (about 12 years ago)
- Last Synced: 2024-04-17T19:33:31.238Z (7 months ago)
- Language: C
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Native code for load average observation at sakura.ne.jp servers
cf.(written in only Japanese language)
http://faq.sakuratan.com/lal/onegai.htmlThis code will generate same answer as lao-plain.cgi(and lao-graph.cgi) .
Original CGIs are written in perl.only tested at www327.sakura.ne.jp and www310.sakura.ne.jp
*build
This code can built on FreeBSD and Linux.
However , sakura.ne.jp servers are FreeBSD;)-plain mode(lao-plain.cgi)
$gcc -o lao-plain.cgi lao-native.c-graph mode(lao-table.cgi)
$gcc -lm -DGRAPHMODE -o lao-table.cgi lao-native.c*license
MIT License*author
walkure at 3pf.jp