Displaying 2 results from an estimated 2 matches for "time_cmd".
2010 Mar 16
1
Req: download timer
Does anyone have a module they have wrote and are willing to share to
measure the time an image takes to download?
As my last post indicates, I am experimenting with gPXE, and am
interested in benchmarking tftp/lighttpd/apache for transfers of images
/ files.
I sadly lack any real programming skills, and get called away from my
desk enough that sitting there with a stop watch isn't
2010 Aug 25
0
gPXE+pxelinux fails with static network config
...LOAD_PROTO_FTP
_ SANBOOT_PROTO_ISCSI
_ SANBOOT_PROTO_AOE
x DNS_RESOLVER
x IMAGE_ELF
x IMAGE_NBI
x IMAGE_MULTIBOOT
x IMAGE_PXE
x IMAGE_SCRIPT
x IMAGE_BZIMAGE
x IMAGE_COMBOOT
x AUTOBOOT_CMD
x NVO_CMD
x CONFIG_CMD
x IFMGMT_CMD
_ IWMGMT_CMD
x ROUTE_CMD
x IMAGE_CMD
x DHCP_CMD
_ SANBOOT_CMD
_ LOGIN_CMD
_ TIME_CMD
_ DIGEST_CMD
_ CRYPTO_80211_WEP
_ CRYPTO_80211_WPA
_ CRYPTO_80211_WPA2
DHCP Embedded Script:
#!gpxe
dhcp net0
set 209:string pxelinux.cfg/default
set 210:string http://apt.niif.hu/bko/
echo chaining to pxelinux...
chain ${210:string}pxelinux.0
echo pxelinux download failed!
Static Embedded Scrip...