讓mrtg抓自己的程式 - BBS

Hedda avatar
By Hedda
at 2004-09-13T15:30

Table of Contents

我寫了一個簡單的程式
想讓mrtg抓他的數值

int main()
{
srand(time(0));
int tmp,tmp2=0;
tmp=rand()%100;
tmp2=rand()%tmp;
cout<<tmp2<<endl<<tmp<<endl
return 0;
}

可是很奇怪
mrtg抓到的始終是0
不然就是出現錯誤訊息
說是抓不到東西
到底哪裡出錯了呢?

以下是mrtg.cfg

Target[a]: `/home/www/mrtg/a.out`
MaxBytes[a]: 100
Title[a]: The Count
PageTop[a]: <H1>The Count</H1>
Options[a]: growright
YLegend[a]: Counts
ShortLegend[a]: hits
LegendI[a]: Read
LegendO[a]: Write

--
Tags: BBS

All Comments

php執行freebsd指令

Kristin avatar
By Kristin
at 2004-09-13T11:50
請問 (我是新手^^) 能用php寫出可執行freebsd指令的程式嗎? -- ◥All the pain. I thought I knew. All these thoughts lead back to you. Back to what-◥Was never said. Back and ...

Re: 請問zip檔

Adele avatar
By Adele
at 2004-09-12T16:30
※ 引述《home158 (鉛筆)》之銘言: : 怎樣在BSD主機上解開zip /usr/ports/archivers/unzip -- 真正值得尊敬的人, 是那些照亮別人,卻沒有光環的人。 - ...

請問zip檔

Megan avatar
By Megan
at 2004-09-12T16:20
怎樣在BSD主機上解開zip - ...

請問要如何轉寄root的信

Kelly avatar
By Kelly
at 2004-09-11T23:03
※ 引述《RY (學而時習之)》之銘言: : ※ 引述《ation33 (出海囉~~~)》之銘言: : : 請問一下 : : root所收到的信件 會寄到我的帳號裡 : : 如何更改設定 寄到我想指定的帳好? : : 謝謝 ^^ : 看一下 : /etc/aliases 裡面可以設定 : 設好之後用 newa ...

請問要如何轉寄root的信

Candice avatar
By Candice
at 2004-09-11T20:01
※ 引述《ation33 (出海囉~~~)》之銘言: : 請問一下 : root所收到的信件 會寄到我的帳號裡 : 如何更改設定 寄到我想指定的帳好? : 謝謝 ^^ 看一下 /etc/aliases 裡面可以設定 設好之後用 newaliases 產生成db 也有可能在/usr/local/etc 裡面 ...