Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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で書きなおしてみた

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.html

This 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